[JBoss-user] [JBoss jBPM] - Re: Continuing from the most recent process definition versi

2006-05-14 Thread logicalsid
Thanks a lot , I tried searching in the forums but couldnt find any definitive answer or any such examples of making running processes use the new process definition .. any pointers ??? regards, Sidd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943465

[JBoss-user] [JBoss jBPM] - Re: Assignign default values to variables

2006-05-14 Thread aksharma
Alex Yaa I agree we can do that using CustomHandler but it would help to have an attribute in called value. Where I can assign a value if I want to write without having to redo what has been achieved in TaskController. Thanks Akshay View the original post : http://www.jboss.com/index.html?

[JBoss-user] [EJB 3.0] - Name not found exception

2006-05-14 Thread tzablock
Here is my problem I'm using jboss 4.0.4 RC2 and EJB3 Here is my EJB interface package pl.tuz.polisy.ejb; import javax.annotation.EJB; import javax.ejb.Local; import pl.tuz.polisy.par.*; public interface TUZControl { public void mergeGrupaUstawowa(GrupaUstawowa grupaUstawowa); } and the i

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

2006-05-14 Thread kumarnvm
Hi, Does anybody know what the solution for this problem ? I'm running with the same problem. I'm able to compiled and deployed the .ear application with no error messages. I can even run the standalone client application using the run-client target and I can see the data in the database and ca

[JBoss-user] [JBossCache] - Re: A problem with Java 1.5 enum replication

2006-05-14 Thread [EMAIL PROTECTED]
Enumerator is Serialzable so you should not have to patch CachedType though? I have created a Jira: http://jira.jboss.com/jira/browse/JBCACHE-619 You can subscribe to watch it. I am scheduling it for 2.0 which is about 3 months away. View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBossCache] - Re: Using JBoss cache to replicate object between machines

2006-05-14 Thread [EMAIL PROTECTED]
Has your Node class been instrumented already, e.g., running thru aopc? Since it is Serializable, it still can be used by putObject, but PojoCache won't intercept it if it is not instrumented beforehand. To test your enviornment, you can also run thru the examples that came with JBossCache maki

[JBoss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: Component class not

2006-05-14 Thread [EMAIL PROTECTED]
You are supposed to use the ant task to deploy the examples. Which example are you trying to run? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943442#3943442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943442 --

[JBoss-user] [JBoss Seam] - java.lang.IllegalArgumentException: Component class not foun

2006-05-14 Thread respinoza
Hi folks Im begining to use EJB's (and i want to start with EJB 3.0, then i had no idea about a lot of behavior of this kind of applications, but i think that this is not my mistake) I wanted to use Jboss Seam as a application model to start o learn, and I had get the CVS version of JBoss-seam

[JBoss-user] [Installation, Configuration & Deployment] - Installing EJB 3.0 RC6 - PFD

2006-05-14 Thread mduffy_lists
The installation instructions state, "EJB 3.0 RC6 already comes with JBoss 4.0.4CR2. RC6 has been tested with 4.0.3SP1 only. Not thoroughly either, so your best bet is to upgrade to 4.0.4CR2." However if you download jboss-4.0.4.CR2.zip, EJB 3.0 is not there. Any suggestions? View the original

[JBoss-user] [JBoss Seam] - Re: seam portability

2006-05-14 Thread [EMAIL PROTECTED]
End of this month, hopefully. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943435#3943435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943435 --- Using Tomcat bu

[JBoss-user] [Installation, Configuration & Deployment] - Trying to Install 4.0.4 CR2

2006-05-14 Thread mduffy_lists
I get the following error when trying to use Java Web Start on Linux (FC 4): Unable to load resource: http://osdn.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.4.CR2-installer.jar Any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943434#39434

[JBoss-user] [JBoss Seam] - Re: seam portability

2006-05-14 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. when we can see seam 1.0 available ? is there some estimation about its releas? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943432#3943432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss Seam] - Re: In variables and stateful beans

2006-05-14 Thread [EMAIL PROTECTED]
Use @In(required=false) and @Out(required=false) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943428#3943428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943428

[JBoss-user] [JBoss Seam] - Re: In variables and stateful beans

2006-05-14 Thread cfagiani
sorry... I meant to include this... The error I get is "In attribute requires value for component: category" or "Out attribute requires value for component: category" when I have the "combined" version of the bean that looks just like the one included in my original post with the addition of:

[JBoss-user] [JBoss Seam] - Re: In variables and stateful beans

2006-05-14 Thread [EMAIL PROTECTED]
It helps to tell us _what_ error you get. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943426#3943426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943426 --- Usi

[JBoss-user] [JBoss Seam] - Re: Writing to the page while processing

2006-05-14 Thread [EMAIL PROTECTED]
Take a look at the remoting/progressbar example in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943425#3943425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943425 -

[JBoss-user] [JBoss/Spring Integration] - Spring and the classLoader...

2006-05-14 Thread beatstriken
I have multiple WAR's within an EAR and a JAR with my common business classes. My applcationContext is in my war within the ear. My problem is It WILL find my classes except one of them that is ApplicationContextAware. Anyone had issues such as these before? View the original post : http://w

[JBoss-user] [JBoss jBPM] - Re: Urgent!!!!!! EAI with jBPM

2006-05-14 Thread salahssaid2
if I correctly understood : the exemples chown (i.e websale) is for use the jbpm engine as a standalone workflow software(the second option of use of WFMS as mentined in the article "The state of the workflow"). But in the first option we talk bout many exesting dedicated applications and th

[JBoss-user] [JBoss/Spring Integration] - Re: Spring and the classLoader...

2006-05-14 Thread alesj
Not the right forum to address this: http://java.sys-con.com/read/180386.htm This is what JBoss/Spring integration is about. Probably the rigth place would be Spring forum. btw: is that class present in classpath? btw2: NoClassDefException found or ClassCastException? btw3: give more info next ti

[JBoss-user] [JBoss Portal] - Re: Defining which portlet handles requests by default

2006-05-14 Thread Antoine_h
I need to manage the cms style url. Is it possible to write another CMSObjectCommandMapper like MyCMSObjectCommandMapper service and inject the service in JBoss and replace the CMSObjectCommandMapper with it ? is there somewhere some explaination on the chain of responsability (without reading

[JBoss-user] [JBoss Messaging] - Re: Message Queues with DatabaseServerLoginModule

2006-05-14 Thread timfox
Can you try redeploying your queue then seeing if you can see it on the jndi viewer, via the jmx console? http://jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole You should see the queue there. If not, then it looks like it hasn't deployed properly. View the original post :

[JBoss-user] [JBoss Seam] - In variables and stateful beans

2006-05-14 Thread cfagiani
I have a stateful bean that has a DataModel attribute that is populated by a Factory method on load of a facelet. On the same facelet, I have a form to create a new item. Is it possible to use the same stateful bean? (If I declare either an @In or @Out variable in the bean, I get an error on pag

[JBoss-user] [JBoss Portal] - Re: RSS syndication?

2006-05-14 Thread unibrew
Yes, there are plans to add RSS feeds to JBoss Forums. Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943406#3943406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Portal] - Re: phalanx theam

2006-05-14 Thread poyge394
ewry portlet that i have in my portal. / P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943405#3943405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943405 --- U

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to access a const (final static field) from the JSF page

2006-05-14 Thread berserksangr
How to reference a const value from within the EL field? For example: package com.foo; public class A { public final static String VALUE_OK = "OK"; } In jsf this doesn't work: When storing this const in a backing bean this const cannot be accessed too. Writing access method for every constant i

[JBoss-user] [EJB 3.0] - Re: EJB3 Specification...

2006-05-14 Thread asack
I'm not sure the exact status of the JSR-220 but I believe the JBoss EJB3 implementation is not finalized. But I agree, annotations should be the same across J2EE platforms. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943400#3943400 Reply to the post : h

[JBoss-user] [EJB 3.0] - Re: Combining EJB3 with MVC frameworks

2006-05-14 Thread [EMAIL PROTECTED]
As Gavin King likes to ask: "What is the difference between: @EJB MyEntity e; and MyEntity e = (MyEntity) initialContext.lookup(MyEntity.class.getName); or, if you don't like to cast, write a utility to lookup: MyEntity e = MyJNDILookupUtil.getMyEntityViaJNDI();" Annotations to inject your E

[JBoss-user] [JBoss jBPM] - Manual configuration for JBoss 4.0.4

2006-05-14 Thread psmith
Does anyone know if there is a list of steps as to what to deploy when manually configuring a server to use JBPM from scratch? I have a configured 4.0.4RC2 server but I can't seem to find anything that tells me how to manually configure that server to use JBPM. I've managed to flick over the pre

[JBoss-user] [EJB 3.0] - Re: JB0SS 4.0.4 R1 -> 4.0.4.R2 ssl ejb3 stopped working

2006-05-14 Thread [EMAIL PROTECTED]
Do you use the good libraries on your client ? (and not the 4.0.4RC1 libraries) ? It may be the problem ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943395#3943395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBossWS] - Re: Client endpoint address

2006-05-14 Thread [EMAIL PROTECTED]
anonymous wrote : | does 4.0.4CR2 support jax-ws style generated classes | Not, yet http://jira.jboss.com/jira/browse/JBWS-644 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943391#3943391 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: Finding ActionHandlers from within a JbpmService

2006-05-14 Thread kukeltje
Good that it works and thanks for reporting back. Still kind of strange that it was a no class def found exception. btw, you now mention a class not found exception. I'm still curious what could be the reason of that. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Messaging] - Re: Message Queues with DatabaseServerLoginModule

2006-05-14 Thread psmith
The queue configuration is as follows: (I've got this in the deploy directory as a file called pulse-queues-service.xml as per the doco) | | | | jboss.messaging:loader=ScopedLoaderRepository | java2ParentDelegation=false | | |jboss.messaging:service=Serve

[JBoss-user] [JBoss Portal] - Oracle 10g configuration

2006-05-14 Thread d.venturini
Hi, I have observed that the configuration of database the Oracle 10g doesn't work correctly. I'm following this steps: 1. I have copied classes12.jar under folder \server\default\lib 2. I have created a file portal-oracle-ds.xml under folder \server\default\deploy 3. I have changed configur