[JBoss-user] [JBoss jBPM] - jBPM 2 xml to jBPM 3 xml

2006-02-15 Thread joshuayip
Hello all, I have a piece of JBPM 2 process definition which I needed to convert to JBPM 3 . Of thse, I find that the delegation class (org.jbpm.delegation.assignment.ActorAssignmentHandler) is no more in existence. I am fairly new to this. Any anyone give me some pointers how to convert the

[JBoss-user] [Installation, Configuration & Deployment] - Where to place JDBC mysgl-connector-java-x.x.x.-bin.jar?

2006-02-15 Thread mr. burns
Hello, I have a webarchieve, with the mysql-connector-java-3.1.7-bin.jar in the WEB-INF/lib folder. If I deploy this webarchive to standalone Tomcat, my apllication works fine. If I deploy it to JBoss it gives me an error message: java.lang.NullPointerException Following line of my JAVA source

[JBoss-user] [JBoss jBPM] - Re: Issue in Deploy Par through Eclipse editor

2006-02-15 Thread tom_sri74
i am using gpd 3.0.6 regards Srikanth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924134#3924134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924134 --- This

[JBoss-user] [JBoss Seam] - Re: Ending a conversation and begining another at the same t

2006-02-15 Thread armita
I tryed to put my DataModel in PAGE scope as suggested n this thread using the following bean: | @Stateful | @Scope(ScopeType.EVENT) | @Name("neLogic") | @Interceptors(SeamInterceptor.class) | | public class NeLogicAction implements NeLogic, Serializable { | | |private s

[JBoss-user] [JBoss jBPM] - Process management, TaskInstance.PooledActors and User manag

2006-02-15 Thread fwshk
Hi all, Q1. Would jBPM provide the below process management feature? > Undeploy > Enable (True | False) // Allow create instance or not Q2. What are the pooled actors of a TaskInstance? // I have see the Java Doc but no idea TaskInstance.getPooledActors(); Q3. Would jBPM provide the below user m

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Integrating JBoss with web application

2006-02-15 Thread vishnu_mahendra
Hello to all, I am a New Bie. Can anyone please tell me how to integrate JBoss with Web Application. thank you in advance, vishnu mahendra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924131#3924131 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Seam] - Re: End a task and begin another at the same time?

2006-02-15 Thread amarinis
OK Here it goes The system I am prototyping is as follows. Within an insurance company, a client(member) has asked for an increase of cover. In this case, the request has come through in the format of an application form. This application form is scanned and starts a process definition. @Creat

[JBoss-user] [JBoss jBPM] - Re: Issue in Deploy Par through Eclipse editor

2006-02-15 Thread brianmb99
Hi Srikanth, What version of the editor are you using? I'm using 3.0.5 and I've never been able to get the deployPar in the context menu to work. I set up a packaging task to put the processdefinition, gpd, and image file into a zipped file called myprocessname.par, with any classes I need dep

[JBoss-user] [JBoss Portal] - Re: ForumsPortlet disappears when maximized...

2006-02-15 Thread vmarco
Ok, this is definately something I'm doing wrong in my portal configuration (myportal-objects.xml). None of my portlets show up when maximized. Any suggestions? BTW - I must say that I do have a Tapestry-based portlet working very well, and it is nice. I want to also get a JSF-facelet based p

[JBoss-user] [The Lizzard's corner] - Re: BusinessWeek - Oracle buying JBoss

2006-02-15 Thread fireball74
I've been using jboss to help me learn jsp for a while now. I guess I'll be switching to Tomcat. I just can't support a sellout... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924126#3924126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB/JBoss] - error in accessing ejb from a remote client.

2006-02-15 Thread Ayusman
Hi All, while deploying my ejb at a remote machine I am getting the below mentioned error. Any suggestions? C:\>java MyRemoteClient Some Exception Occured javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error unmarshalling return; nested exception is:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how could I use jms in jboss's all run mode?

2006-02-15 Thread dlingam
hi, thx for ur reply first, As i am using clustering i could not remove cluster-service.xml I tried copying following files in jboss-4.0.2\server\all\deploy\jms postgres-jdbc-state-service.xml postgres-jdbc2-service.xml jbossmq-destinations-service.xml jbossmq-service.xml It works fine for

[JBoss-user] [JBoss jBPM] - Re: Issue in Deploy Par through Eclipse editor

2006-02-15 Thread tom_sri74
Even i remove upload ie Deployer: jbpm (instead of jbpm/upload) it showing deploy successfuly in eclipse but i check in database jbpm_processdefinition no record are there. I am using MySql 5.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924123#3924123

[JBoss-user] [JBoss jBPM] - Issue in Deploy Par through Eclipse editor

2006-02-15 Thread tom_sri74
when i select Par file in eclipse editor and right click and click "Deploy process Archive" Dialog box showing as default Http Deplyoment Setting Server Name: localhost Server Port: 8080 Deployer: jbpm/upload when i click finish it is showing Unexpected Deployment Exception. I chec

[JBoss-user] [Installation, Configuration & Deployment] - problem while uploading files to server in .ear package.

2006-02-15 Thread ahamed_vi
Hi., I am working in jboss application server 4.0.1sp1. I created my application as app.ear file and i deployed it.Its working nicely,but when I am trying to upload a file to server path,it uploaded to temp folder rather than my application folder. and also the uploaded file is deleted when

[JBoss-user] [EJB 3.0] - Subquery problem in EJB-QL for Jboss4.0.3

2006-02-15 Thread mshelat
Hi, Currently I am facing a problem in writing a subquery in ejb-ql in Jboss4.0.3. By providing 2 params (Integer & Timestamp) my query looks something like this: SELECT OBJECT(tb1) FROM table1 tb1 WHERE tb1.integer_data = ?1 and tb1.timestamp_data = (SELECT min(tb2.timestamp_data) F

[JBoss-user] [JBoss jBPM] - how to run process archive file in jboss application server

2006-02-15 Thread san_km
i have created a process archive file in eclipse 3.1 by pluging in jboss jbpm 3.0.2. after designing a .par file how can i deploy it in jboss application server 4.0.0. can you please tell me what is jboss jbpm server and how can i run it in eclipse environment. may this file run in jboss jbpm s

[JBoss-user] [JBoss jBPM] - EVENTTYPE_TASK_ASSIGN is fired before task is assigned

2006-02-15 Thread brianmb99
Hello, I need to run some code every time a task assignment changes, but I need the code to run after the new assignment has been made. I thought I could use an in my jpdl task def, but the EVENTTYPE_TASK_ASSIGN is fired before the task assignment is made (see source for TaskInstance.setActor

[JBoss-user] [JBoss Seam] - Re: Use JSP script in xhtml

2006-02-15 Thread hookomjj
"ericmacau" wrote : Hello, | | How can I add some code in XHTML (under faceletes)? | | There's the beanshell addition to Facelets, but it was developed a long while ago and may need some updating. But for the most part, you should avoid scripting logical behavior within the presentat

[JBoss-user] [JBoss Portal] - Re: Forums navigation : need a root

2006-02-15 Thread jsports
yes it is a good idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924115#3924115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924115 --- This SF.net email i

[JBoss-user] [JBoss Portal] - Re: Forums navigation : need a root

2006-02-15 Thread jsports
yes it is a good idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924114#3924114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924114 --- This SF.net email i

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread [EMAIL PROTECTED]
yeah, in the case that the conversation id is a request param, it is certainly possible to restore the conversation context earlier. But currently we are using an attribute of the UIViewRoot in the case of postbacks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss Seam] - Re: Hot Redeployment

2006-02-15 Thread sbryzak2
You need to be packaging your application into an ear or war file, and deploying that inside the deploy directory. JBoss will automatically deploy your app from here, so when you want to release an updated version just copy it over the top of the old one and JBoss will detect it has been modifi

[JBoss-user] [JBoss Seam] - Re: Use JSP script in xhtml

2006-02-15 Thread [EMAIL PROTECTED]
I think he means a JSP scriplet, not javascript. Scriptlets are highly frowned upon. Use a JSF component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924111#3924111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924

[JBoss-user] [JBoss Portal] - Re: jsp big5 code

2006-02-15 Thread jsports
kevenluin,you can use jsp charset property. I set charset=gb2312,it appears well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924110#3924110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924110

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread lcoetzee
I will try the Intercept.ALWAYS when I get to work. In terms of the conversation id... I actually build a the url's containg the parameters (e.g. the id of the object I want to display through my get and @Factory) Part of the url contains the conversation id which I actually inject through @Re

[JBoss-user] [JBoss Seam] - Re: Use JSP script in xhtml

2006-02-15 Thread sbryzak2
It needs to be placed in a CDATA: | | // | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924108#3924108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [EJB 3.0] - Re: Help for Entity Query

2006-02-15 Thread gus888
Sorry, I forgot post my entity bean: @Entity | @Table(name="CATEGORY") | public class Category implements Serializable { | | private long id; | | private String name; | | private Category parentCategory; | | private List childCategories; | |

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread hookomjj
Evaluating EL during the restore view phase is kind of like doing extra stuff in Object.finalize()-- a bad idea. Can you paste a full stacktrace that goes into the actual UIComponent code? What Gavin is suggesting should work, but the fact that it's being invoked or requested that early within

[JBoss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss on Linux

2006-02-15 Thread delkant
an easy way to solve this is adding a "&" next to the command that you are using to start jboss, like: $JBOSS_HOME/bin/run.sh & this will start jboss in background. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924098#3924098 Reply to the post : http://

[JBoss-user] [Installation, Configuration & Deployment] - Re: web-console, java applet not loaded

2006-02-15 Thread [EMAIL PROTECTED]
I am also getting this error with 4.0.3SP1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924106#3924106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924106 --- Th

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread [EMAIL PROTECTED]
Actually, can you guys tell me if adding @Intercept(ALWAYS) is an alternative solution to your problem? It may have been a mistake to make @Intercept(AFTER_RESTORE_VIEW) the default. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924105#3924105 Reply to the

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread [EMAIL PROTECTED]
In theory, I guess, it should be possible to solve this problem and somehow extract the conversation id from the request before restoring the whole component tree. I will try to solve this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924103#392410

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-15 Thread [EMAIL PROTECTED]
I think Brian's suggestion should work to explicitly define your own read/write external. If true, this is brilliant! :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924102#3924102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: pausing JBoss MQ

2006-02-15 Thread ravimannan2002
So if I pause the MDB or the connection, then APP1 sends some objects, will APP2 receive these objects after I unpause the MDB or connection? This is probably more of a JMS question. Thanks for your input! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392410

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread lcoetzee
Just in terms of the troubles I had (which is now resolved !). I also traced it to my rendered="#{foo}" attribute (when I removed it my whole app worked like a dream, with it in it broke). Anyway, the solution was to change my logic a bit of where I actually set foo to null (to force a reget of

[JBoss-user] [Clustering/JBoss] - Re: clustered ejb3 entity beans replication

2006-02-15 Thread [EMAIL PROTECTED]
Couple of suggestions: 1. Make your your machine is setup for clustering (i.e., multicast is working). You can check either the clsutering of jgroups wiki for this 2. In jboss-4.0 src, under ejb3 modulem there is a unit test org.jboss.ejb3.test.clusteredentity/* that test this functionality. -

[JBoss-user] [EJB 3.0] - Help for Entity Query

2006-02-15 Thread gus888
Hi Folks, I am new in EJB, and have a question about how to load a null parent_id into its Entity bean. I have a table as follows: CATEGORY +---+-+--+ | |ID |NAME |PARENT_ID | | |1 |Computer |Null | | |2 |PC |1 | | |3 |Mac |1 | I w

[JBoss-user] [Installation, Configuration & Deployment] - Re: web-console, java applet not loaded

2006-02-15 Thread [EMAIL PROTECTED]
I am also getting the same error. I tried: * Copying the jboss-minimal.jar file to the ./server/all/lib directory * updating the applet.jsp to reference jboss-minimal.jar too. This did not seem to work. Could I have something wrong with my CLASSPATH environment variable? How do I telll How to i

[JBoss-user] [JBoss Portal] - ForumsPortlet disappears when maximized...

2006-02-15 Thread vmarco
I've got the ForumsPortlet 2.2.1RC2 installed in the JBoss Portal 2.2.1RC2 + 4.0.3SP1 bundle. I've got both the default portal and also my own portal deployed. When I maximize the ForumsPortlet in my portal, the window dissappears. However, it works in the default portal. It seems that when

[JBoss-user] [JBoss Seam] - Use JSP script in xhtml

2006-02-15 Thread ericmacau
Hello, How can I add some code in XHTML (under faceletes)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924094#3924094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924094 --

[JBoss-user] [JBoss Portal] - jsp big5 code

2006-02-15 Thread kevnlin
modify helloworld portlet in view.jsp HelloWorld Portlet - view.jsp v<% %> <%String aa="??"; out.print(aa); out.print(new String(aa.getBytes("ISO-8859-1"),"big5")); %> the show page ¤¤¤å?? HELP ME why View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] XML parsing innovation

2006-02-15 Thread Jimmy Zhang
[ANN] VTD-XML Version 1.5 ReleasedEight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application developers.   So is it the end of road for XML parsing innovation?  The VTD-XML project team think not. We are proud to announce the

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-02-15 Thread gduan2000
similar issue trying to serialize an Object from ejb3 layer to web layer (servlet). did not happend on 4.0.3sp1 and before (EJBRC3). -- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this re

[JBoss-user] [EJB 3.0] - Re: Custom Exception

2006-02-15 Thread [EMAIL PROTECTED]
insert may or may not happen at persist(). If you want to catch it in code, call flush() explicitly right afer persist() invocation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924091#3924091 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [EJB 3.0] - Custom Exception

2006-02-15 Thread kodaky
Hello all, I'm implementing the logic about persist an entity The problem is EntityManager does not throws any exception when I try insert a duplicate row in the database The exception is thrown by the Ejb3Tx ¿how can i catch this exception in order to create a more descriptive exception for m

[JBoss-user] [JBoss Seam] - Hot Redeployment

2006-02-15 Thread ajayh
H Hello Guys!! Well my problem is related to hot redelopyment.Means deploying the application with out restarting the jboss.At any case now i cant restart the jboss server, as i am running JBOSSMQ too, where i am storing real time data in the database daily(24x7).Hope you can understand the s

[JBoss-user] [JBoss AOP] - Do I need to have all the classes to run aopcompiler on some

2006-02-15 Thread Horiana
Hi, I have a web application that uses many jar files, using many different packages. E.g. com.mycompany.module1.package1 com.mycompany.module1.package2 com.mycompany.module2.package1 and inside each package there are many classes. What I would like to do is to aopcompile only classes in

[JBoss-user] [JBoss jBPM] - Re: problem with field configuration with assignment and dec

2006-02-15 Thread brianmb99
The second code example should be config-type field by default instead of explicitly config-type bean, like: | | test | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924087#3924087 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss jBPM] - Re: How to retrieve information from jBPM (Different VM)

2006-02-15 Thread fwshk
Hi RAlfoeldi, Thank you very much for your reply. I have started a jBPM in jBoss and would like to use the program to retrieve the information. Therefore, the output show that my program is started another jBPM. What I going to do is to build an application similar to the webapp of jBPM. Is th

[JBoss-user] [JBoss jBPM] - problem with field configuration with assignment and decisio

2006-02-15 Thread brianmb99
Hello, I use the field configuration feature for many of my action handlers (example: | | value | | ) which works great, but I want to do the same thing with AssignmentHandlers and DecisionHandlers. I'm using graphical editor 3.0.5, which lets me configure fields for ass

[JBoss-user] [JBoss jBPM] - Re: install jbpm

2006-02-15 Thread Isklar
jboss as 4.0. 3SP1 jboss portal 2.2.1 jbpm 3.0.2 works. but the jbpm websale example does not work :( shortly i will become depressions ;( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924084#3924084 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: How to integrate jbpm into portal

2006-02-15 Thread Isklar
are there any news in this context? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924083#3924083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924083 --- This SF.n

[JBoss-user] [JBoss Seam] - Re: End a task and begin another at the same time?

2006-02-15 Thread [EMAIL PROTECTED]
OK, can you please explain in a bit more detail (showing code), and I will try to understand it and see if it can be done in Seam today. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924082#3924082 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [Security & JAAS/JBoss] - Re: Tomcat Standalone / JAAS / JBoss EJB Container

2006-02-15 Thread n_gyamlani
Hi j2ee_junkie, I really was not really aware of the use of a valve anywhere in the configuration from whatever I had read. Will try it out asap and keep you posted :). Thanks a ton for the tip Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924081#39

[JBoss-user] [JBoss Seam] - Re: End a task and begin another at the same time?

2006-02-15 Thread amarinis
Tom That is pretty much the scenario I am trying to achieve. The first task has an action I do not want to run again if the user exits the session. In essence the pageflow is only an offshoot of the current business process. View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-15 Thread [EMAIL PROTECTED]
I'm wondering if you could solve your problem by implementing read/writeObject as follows: | private void writeObject(java.io.ObjectOutputStream out) | throws IOException | { |out.writeObject(itemCode); |out.writeObject(description); |out.writeBoolean(defaultItem);

[JBoss-user] [JBossWS] - JAX-RPC EJB endpoint with Two-Way Authentication

2006-02-15 Thread sebykrueger
Hi all, is there any documentation on how to do this? I can't seem to find any docs. Any advice on where to start to get this working would be MUCH appreciated. Cheers, Sebastian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924077#3924077 Reply to the po

[JBoss-user] [JBoss Portal] - JSP problem inside a portlet for JBoss-2.2.0 over JBoss-4.

2006-02-15 Thread jtccia1
Good Day: It seems like i made a mistake in a jsp inside a portlet for JBoss-2.2.0 over JBoss-4.0.3SP1 that I can not identify; This is the not working JSP. <%@ page session="true"%> <%@ taglib uri='/WEB-INF/tld/portlet.tld' prefix='portlet' %> <%@ taglib uri='/WEB-INF/tld/c.tld' prefix='c' %>

[JBoss-user] [Installation, Configuration & Deployment] - Premature execution of legacy shutdown hooks

2006-02-15 Thread jarnbjo
Hi, I'm currently trying to make use of the Coherence cache from Tangosol in a JBoss application. The cache is using a shutdown hook to end properly and when shutting down JBoss (even when using the shutdown script), the Coherence shutdown hook is being executed before running EJB requests are

[JBoss-user] [EJB 3.0] - Re: EJBContext not bound

2006-02-15 Thread bdecoste
Corrected in RC6, but binding is to java:comp.ejb3/EJBContext View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924074#3924074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924074 ---

[JBoss-user] [JBoss and NetBeans] - Re: InitialContext error

2006-02-15 Thread albisvladimir
Thanks, i really appreciate your help, i would like to ask you something, do you think is ok or good that i follow the examples (for BMP) at the document The J2EE 1.4 Tutorial for NetBeans IDE 4.1, maybe you can recomend me another. I just want an example where i create an EJB Module with an ent

[JBoss-user] [JBoss Portal] - Re: jbpm webapp as jportal portlet !!

2006-02-15 Thread Isklar
same error here... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924072#3924072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924072 --- This SF.net email is spo

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Deploying exploded war with symlinks

2006-02-15 Thread gkushida
I am running into an issue deploying an exploded warfile which contains symlinks. This works with standalone Tomcat, but not with JBoss 4.0.2 + embedded Tomcat 5.5 (on RedHat Enterprise 4, JDK 1.5_06). My exploded war directory contains a symlink to a WEB-INF directory. The TomcatDeployer deplo

[JBoss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: transition 'tr1' doesn't have de

2006-02-15 Thread forJbpm
I guess it may be because there is no entry indatabase associated with custom-node? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924069#3924069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924069 ---

[JBoss-user] [JBossWS] - Async messaging

2006-02-15 Thread mcacker
Hi, i am interested in using the JAX-WS async messaging capability. does anyone know whether it is implemented with the current release? thanks for any help, Mitchell View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924066#3924066 Reply to the post : http://

[JBoss-user] [JBoss jBPM] - Questions on customization

2006-02-15 Thread aksharma
1. Is it mandatory to use the Database structure supplied with JBPM. 2. I want to have my own database design done store Process and their dependency and instance tables. and create process definitions out of that. These will be dynamically be deployed to the BPM engine. 3. These process will b

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Oracle 9i Connection Pool

2006-02-15 Thread roofing
Issue resolved ... thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924063#3924063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924063 --- This SF.net email

[JBoss-user] [JBoss jBPM] - org.jbpm.JbpmException: transition 'tr1' doesn't have destin

2006-02-15 Thread forJbpm
Hi, I wrote my own custom node. anonymous wrote : | | For that I wrote my own org.jbpm.ui.model.CustomNode.java | | org.jbpm.ui.contributor.CustomNodeContributor | | org.jbpm.ui.part.tree.CustomNodeTreeEditPart.java | | org.jbpm.ui.part.graph.CustomNodeGraphicalEditP

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - text boxes are showing "null"

2006-02-15 Thread roofing
Hi I am configuring my weblogic application to JBOSS. I am showing data in text boxes based on a key from database using a servlet. Text boxes are showing "null" where there is no data in database fields. Any helpIs that I have to set some property in web.xml file in tomcat? shadab View t

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - getting Problem in bean class

2006-02-15 Thread roofing
Hi I am getting following error in my bean class named as MarketRestore My JSP file is as follows == <%@ page import="javax.servlet.*" %> <%@ page import= "javax.servlet.http.*" %> <%@ page import= "java.io.*" %> <%@ page import= "java.util.*" %> <%@ page import= "com.logix.utils

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-15 Thread RAlfoeldi
Hi Edgar, if we have a MDB that finds the meaning of life, well... we just might not need any beans at all anymore. Who knows :-)) What I have is an AbstractAsynchActionHandler that is configable for all kinds of stuff. Should the node wait for MDB to complete, 'success'-, 'failure'- and 'retr

[JBoss-user] [JBoss Seam] - Re: End a task and begin another at the same time?

2006-02-15 Thread [EMAIL PROTECTED]
ending a task and starting a new task normally doesn't make sense. there is one special situation in which this could make sense: after a task is ended, this could result in the process creating a new task for the logged in user. if that is the case, navigation could be done straight to the ne

[JBoss-user] [Beginners Corner] - help please....

2006-02-15 Thread my_aro
i am a total newbie on ejb and jboss... i wanna know how to setup either a mysql dbserveror an mssql server in jboss and how to setup jndi in jboss so i can apply it on ejb. my objective is to call a user database in an ejb container... how can i do this using jboss? please help me with this.

[JBoss-user] [JBoss jBPM] - jBPM cvs on JBoss?

2006-02-15 Thread RAlfoeldi
Hi Tom, I think you mentioned the jBPM CVS Repository moving from Sourceforge to JBoss. If so, could you post a URL or access? The web site still states Sourceforge. I really am interested in having a look at the 3.1 asynch stuff, but I'm not up to three days of Sourceforge CVS attempts. Gree

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 (UnitTest) and @PersistentContext(unitNa

2006-02-15 Thread [EMAIL PROTECTED]
please log a jira bug then, thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924053#3924053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924053 --- This SF.ne

[JBoss-user] [JBoss Seam] - Re: Method not found: isJndiName

2006-02-15 Thread Shinerella
This afternoon I had exactly this problem, I have already recreate everything but I dont know where's the problem yet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924052#3924052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 (UnitTest) and @PersistentContext(unitNa

2006-02-15 Thread emdlc
I placed META-INF/persistence.xml in the classpath. Then I placed persistence.xml directly in the classpath. Neither seemed to affect anything. I keep on getting this: | *** DEPLOYMENTS MISSING DEPENDENCIES: | jboss.j2ee:service=EJB3,jar=classes,name=PersonService depends on: |

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-15 Thread [EMAIL PROTECTED]
One of the issues is now fixed in CVS: http://opensource2.atlassian.com/projects/hibernate/browse/HBX-591 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924050#3924050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924

[JBoss-user] [JBoss Seam] - Re: Seam generated Code compile issue

2006-02-15 Thread [EMAIL PROTECTED]
Fixed in Hibernate Tools CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924049#3924049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924049 --- This SF.net emai

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread emsa
"[EMAIL PROTECTED]" wrote : Right, but you are using the #{list} during the RESTORE_VIEW phase. And the thing about the restore view phase is that Seam doesn't really let you "do stuff" (eg. access databases) during that phase because the conversation id is not known. | Ok - sorry for beeing

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 (UnitTest) and @PersistentContext(unitNa

2006-02-15 Thread [EMAIL PROTECTED]
How is your classpath set up? If you have a directory foo/META-INF/persistence.xml is "foo" in you classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924047#3924047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread [EMAIL PROTECTED]
Right, but you are using the #{list} during the RESTORE_VIEW phase. And the thing about the restore view phase is that Seam doesn't really let you "do stuff" (eg. access databases) during that phase because the conversation id is not known. Well, if you know you don't need the conversation id,

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread emsa
Well not really IMHO - I have #{list} and when entering the page in default mode I want the factory to be called picking up default vales for the list. Clicking on a link/button, invoking an action, the same page gets redisplayted but a parameter is provided to the action so that the contents of

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Tools 1.5beta4 - Session is closed!

2006-02-15 Thread shahena
Hi, Iam also having the same problem..Did you find solution for this..Pls help.. Thnx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924044#3924044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924044 ---

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-15 Thread edgarpoce
hi rainer anonymous wrote : and the MDB that find the meaning of life seem to be reusable I assume that the MDB delegates to another action handler the responsibility of finding the meaning of life. e.g. when the token arrives: 1 - the reusable action handlers sends a message. 2 - the reusabl

[JBoss-user] [JBossCache] - Re: Eviction Using Too Much Memory?

2006-02-15 Thread drosenbaum
My system has many different types of data and I need them to expire at various times. Some things I need to expire in 10 minutes, other things after one hour, others after 12 hours. The objects are also not grouped as packages that the parent can have a policy, but all of my hibernate POs are

[JBoss-user] [JBoss Seam] - Re: Seam generated Code compile issue

2006-02-15 Thread [EMAIL PROTECTED]
Note that the existing JIRA issue is here: http://opensource2.atlassian.com/projects/hibernate/browse/HBX-591 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924040#3924040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread [EMAIL PROTECTED]
Well, it is not really a bug, no. AFAICT, The bug is in your logic: If I understand correctly, you are writing, essentially: #{foo==null}, for a variable foo with an @Factory method. By definition, variables with factory methods are never null - that is the whole idea. I suggest you rethink the

[JBoss-user] [JBossWS] - Error with new JBossWS

2006-02-15 Thread CBax007
I recently switched over to using JBossWS from WS4EE to take advantage of the speedier serialization/deserialization. I'm very impressed with the modifications so far. I did however run into an issue with the new soap stack. I have a String property on one of my bean objects that gets returne

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Oracle 9i Connection Pool

2006-02-15 Thread roofing
Yes I have this..The issue is my datasourcename JNDI binding with a prefix - "java:" how do i remove java: from that binding... any idea.. it might be an issue shadab View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924036#3924036 Reply to the

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread emsa
Yeaj :-) getting somewhere - so is calling the factory here considered a bug? I guess that if there's no factory defined then the value will remain null even after RESTORE_VIEW so would the solution to ignore factory-methods during RESTORE_VIEW be alright? View the original post : http://www.

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-15 Thread edgarpoce
Hi rainer the actionhandler that sends the JMS message and the MDB that find the meaning of life seem to be reusable. If I'm not missing something, that's the kind of support that I'd like to see included in JBPM, maybe as a new node type. anonymous wrote : Does this make it any more clear (if

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Oracle 9i Connection Pool

2006-02-15 Thread krissoma
Hi Make sure that you have classes12_9i.jar and classpath is set to it. Soma. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924033#3924033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924033 -

[JBoss-user] [EJB 3.0] - Re: Cascade Delete on 3 Entities not working

2006-02-15 Thread nholbrook
I've got a similar issue. For some odd reason, if I use a detached object and pass it back to the server to delete the object, it works fine. If I just pass the id of the object and have the server do a lookup then remove on the object, I get the same errors you are describing. ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Oracle 9i Connection Pool

2006-02-15 Thread roofing
Hi I am trying to create a Connection Pool for oracle 9i...But getting errors.. Any idea what files should i change to get it work..Any help appreciated. shadab View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924031#3924031 Reply to the post : http://www.jb

[JBoss-user] [Installation, Configuration & Deployment] - Appender in the log4j configuration to email me the applicat

2006-02-15 Thread oadmutis
Hi there, I'm trying to add an appender to JBoss log4j configuration, that allows me to receive an email for every application error that I'm having in any of the web applications that I have deployed in my server. I need to know how to declare this appender in JBoss and how to attach my class i

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread [EMAIL PROTECTED]
Yes, makes perfect sense. JSF needs to evaluate your rendered="#{...}" expressions during RESTORE_VIEW, so hence the factory method gets called. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924028#3924028 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [Security & JAAS/JBoss] - Re: Tomcat Standalone / JAAS / JBoss EJB Container

2006-02-15 Thread j2ee_junkie
I am not sure about all this as I use the embedded version of Tomcat, but did you include the org.jboss.web.tomcat.security.SecurityAssociationValve. It is responsible for setting the SecurityAssociation for each request thread. View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-02-15 Thread emsa
Some more info, I'm not sure if all this has any relevance or not but here goes. First this happens when I use a with a parameter, I haven't tested with a 'normal' post yet. Seam is trying to find a value for A - A is Scoped as EVENT. During the BEFORE RESTORE_VIEW phase the factory method for

  1   2   3   4   >