[JBoss-user] [JBoss jBPM] - Re: Token reflects old node after a successful signal

2005-12-22 Thread aron.gombas
"enazareno" wrote : Try opening a new session everytime and close it immediately, throw it away. Use JbmpSessionFactory.getInstance().openJbpmSession instead. Sure, that's what I'm doing, but again: this is *only* a workaround. I get the current session with getCurrentJbpmSession(); When it retu

[JBoss-user] [Installation, Configuration & Deployment] - Configure MSSQL as DefaultDS

2005-12-22 Thread HolgerDanskeDK
Hello NG. Evironment: Windows XP Home jdk 1.4.2_06-b03 JBOSS 3.2.3 Statemant: Yes, I have read different threads found by Google at these question, but none of this threads fixed the problem to the end, so I try it again and hope to find an answer this time. Question: I don't want to cha

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate & rg.hibernate.cache. JndiBoundTreeCacheProvider

2005-12-22 Thread jpalex
I am failing to use TreeCache with Hibernate in jboss 4.0.3 sp1 I successfully deployed boss.cache:service=TreeCache as mbean After that I registered it under jndi name MyCache | | | jboss:service=invoker,type=jrmp | jboss.cache:service=TreeC

[JBoss-user] [Installation, Configuration & Deployment] - JAVA_HOME not set ERROR

2005-12-22 Thread jraz
hi! im new to JBoss. i have just read the starting guide but then i do have problem when i try to run the run.bat (located C:\HRWeb\jboss-3.2.7\bin). but i have already set path of my java home ... here's snippet of my PATH : PATH=C:\j2sdk1.4.2_10\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sy

[JBoss-user] [JBoss Seam] - Re: CVS Noob question

2005-12-22 Thread RobJellinghaus
Am I reading correctly that the SEAM build requires you to have CVS pserver access? In other words, we can't just download the CVS and then run ant to build seam.jar? I'm interested in using SEAM in Tomcat (I want to build an app to deploy on a Java hosting ISP that supports Tomcat but not JBo

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to display value in B combobox with change in combob

2005-12-22 Thread sanu_82
Hi Nigel I want to know is no method or coding to do this in JSP rather than xml. Regards Sandhya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914109#3914109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914109

[JBoss-user] [JBoss jBPM] - how to design multiple sub-processes

2005-12-22 Thread enazareno
Hello to all, How do we best handle multiple sub-processes? For example, a recruitment process starts with the submission of a job order or a request. At the state when it is ready (i.e. approved) for accepting candidates, I would want to create a sub-process each for managing each candida

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Limit AJP to only select webservers

2005-12-22 Thread dmazzella
We have a Jboss/Tomcat server behind a firewall, with an Apache box in a DMZ. Our security group is concerned about an attacker gaining access to another box behind the firewall, and attaching directly to the ajp port from a comprimised box. Is there a way to limit access to the ajp port to o

[JBoss-user] [JBoss jBPM] - How to make a process state blocking

2005-12-22 Thread enazareno
Hello, I have two processes A and B where B is a subprocess of A. A triggers B when it reaches the process-state node. I want only A to continue when B has ended ( similar to blocking of tasks where the node does not continue unless all tasks are ended). I have observed if i signal A it

[JBoss-user] [JBoss jBPM] - Re: What does a previous actorid mean

2005-12-22 Thread enazareno
Hi Alex, Yes I am using 3.0.2. I have not yet moved to 3.1. I have also tested the process-state, i.e. the process-state name must match the sub-process name in order for it to work. Simply setting sub-process state name does not work. Are these issues already fixed in 3.1? cause if it is,

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-22 Thread [EMAIL PROTECTED]
Yes, that would be great to attach it in Jira. thanks, -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914104#3914104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914104 ---

[JBoss-user] [JBoss Seam] - Reverse engineered code

2005-12-22 Thread lavoir
I been dealing with a few eclipse errors during reverse engineering, but its been fun looking at the tool work. I assume only One to many relationships are supported. I had the following tables: user, user_role, role My User entity ended up using UserRole as a One to Many as did my Role entity

[JBoss-user] [Installation, Configuration & Deployment] - Re: Securing web console

2005-12-22 Thread bo0m3r4n9
Oh I see, I didn't read the wiki because I was following the "Getting Started with JBoss 4.0 release 4". I'll keep it in mind next time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914102#3914102 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - intergrate jbpm into tomcat

2005-12-22 Thread man2281
i'm trying to do jbpm in tomcat project in eclipse but the error cannot find ActionHandler class make me stop in the half way. Pls help me on this! | 09:02:09,593 DEBUG [GraphElement] event 'process-start' on 'ProcessDefinition(hello world)' for 'Token(/)' | 09:02:09,593 DEBUG [GraphElement]

[JBoss-user] [Clustering/JBoss] - TreeCache error when node leaves network

2005-12-22 Thread knatarajan
Hi all, Each developer in my team is running a single node cluster instance (jboss 4.0.1 on windows XP) on his/her machine by specifying a unique jboss partition name and a unique jboss cluster name. We can see messages on the jboss console that confirm that on each developer's instance that the

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-22 Thread jlukar
I traced through the code and found that the majority of the time for processing of one POJO object (14 seconds out of 17 seconds) was spend in JDBCCacheLoader.put(List modifications) The insert of serialized object into DB didn't take any more than 300 miliseconds. The POJO object has about

[JBoss-user] [EJB 3.0] - Multiple datasource deployment issue

2005-12-22 Thread yxw84
I have two .ear files which are identical, and I'm trying to deploy them to connect to two identical but separate datasources. Following the suggestions posted on this board, I attempted to put all my entity and session beans in an .ejb3 file in the JBoss/bin directory, then deploy my ear files

[JBoss-user] [EJB 3.0] - Re: Multiple datasource deployment issue

2005-12-22 Thread yxw84
I forgot to mention that everything works perfectly for single deployments. I only run into trouble when doing multiple deployments onto the same instance. Lastly, in the second scenario where I try to deploy two EARs each fully containing their needed classes, both applications end up working,

[JBoss-user] [JBoss Portal] - Re: /portal/portal/HelloPortal doesnt work?

2005-12-22 Thread mpurdy1973
found my problem: when i started over, i really didnt... i never cleared the database... so the portlet were still registered without them being deployed... once everything was fresh, i redeployed the HelloPortal and it worked :-) thanx for your help View the original post : http://www.jboss.c

[JBoss-user] [JBoss jBPM] - No TransactionManagerLookup configured

2005-12-22 Thread heismann
| [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in a JTA environment, use of read-write or transactional second-level cache is not recommended) | Does anyone know what this means and how to correct it? It sounds like something is misconfigured. I'm running

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-22 Thread [EMAIL PROTECTED]
Try this patch. There is a classloader bug with JBoss Remoting: http://jira.jboss.com/jira/browse/JBREM-260 Let me know if that fixes it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914093#3914093 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [EJB 3.0] - Re: ActiveMQ + EJB3 MDB Integration failure

2005-12-22 Thread bdecoste
Take a look at the jca/inflow/swiftmq tutorial - should be similiar to ActiveMQ. This is currently available in the jboss-head project on CVS. The tutorial will also be available ni EJB3 RC4. I will test with ActiveMQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBoss Portal] - Re: /portal/portal/HelloPortal doesnt work?

2005-12-22 Thread [EMAIL PROTECTED]
Did you check the management portlet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914090#3914090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914090 --- This SF

[JBoss-user] [JBoss jBPM] - Best way to add db table along with jbpm installation?

2005-12-22 Thread davidsan1001
I kind of see how the Object classes at org/jbpm/graph/def map with the xml files at org/jbpm/graph/action. However I don't see what I need to do if I want to define my own class (hence database table) so that its picked up and run by the installation script. Help! Thanks as always. Also can

[JBoss-user] [JBoss Portal] - Re: /portal/portal/HelloPortal doesnt work?

2005-12-22 Thread mpurdy1973
i started over: i took a fresh install of jboss 4.0.3 and did the following: 1) copied the "default" server directory and change the name to "portal" 2) copied the jboss.portal.sar into the deploy directory 3) copied the PortalDS.xml into the deploy directory then i ran a batch file i called runP

[JBoss-user] [JBoss Portal] - Re: Setting the response Content-type

2005-12-22 Thread dunks
Actually I did try that initially but it yelled at me when I started the portal saying something about too many elements...so I figured that wasn't allowed... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914082#3914082 Reply to the post : http://www.jboss.

[JBoss-user] Feliz Natal e Prospero 2006

2005-12-22 Thread aristide
Uma mensagem: DIZ-SE QUE, MESMO ANTES DE UM RIO CAIR NO OCEANO, ELE TREME DE MEDO. OLHA PARA TRÁS, PARA TODA A JORNADA: OS CUMES, AS MONTANHAS, O LONGO

[JBoss-user] [JBoss Portal] - Re: Portal Startup Console Output

2005-12-22 Thread [EMAIL PROTECTED]
Those warnings should be fine. The cache is empty on boot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914080#3914080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914080 --

[JBoss-user] [JBoss Portal] - Re: Setting the response Content-type

2005-12-22 Thread [EMAIL PROTECTED]
Did you try: | | bla | bla | bla | bla | | Wild guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914079#3914079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914079 --

[JBoss-user] [JBoss Portal] - Re: /portal/portal/HelloPortal doesnt work?

2005-12-22 Thread [EMAIL PROTECTED]
There could be a naming collision here. Get rid of the helloworldportlet you downloaded and ONLY deploy the HelloworldPortal. then try: http://localhost:8080/portal/portal/HelloPortal You could also check the management portlet to see if the portal has a helloworldportlet window assigned to it

[JBoss-user] [JBoss Portal] - /portal/portal/HelloPortal doesnt work?

2005-12-22 Thread mpurdy1973
im a using jboss as 4.0.3, jboss portal 2.2, and mysql 4 on windows xp pro. both the helloworld portlet in the default portal (i.e. http://localhost:8080/portal/portal/default/HelloWorld) and the helloworld portal (i.e. http://localhost:8080/portal/portal/HelloPortal) does not work. all that i

[JBoss-user] [JBoss Portal] - Re: portal 2.2 deployement warning/error

2005-12-22 Thread neeraj_tiwari
I am getting the same warning: WARN [org.jboss.portal.core.deployment.jboss.ObjectDeployment] Cannot create portal object null because the parent HelloPortal that the deployment descriptor references does not exist When I booted up for the first time I did see multiple SQL exceptions. The dat

[JBoss-user] [JBoss Seam] - Re: Seam in JBoss Portal 2.2. Does it make sense and is it p

2005-12-22 Thread hurzeler
Thanks Gavin, Can you outline what the problem with the conversations is? Is there any hope that the conversations issues can be solved? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914075#3914075 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: Problem Deleting Process Instance

2005-12-22 Thread kukeltje
There is some code in the 3.1 webapp that (afaik) deletes a process instance. Please look at it, maybe it does what you need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914074#3914074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss jBPM] - Re: JBPM.tld

2005-12-22 Thread kukeltje
the version error occurs many times in this forum. Please search for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914073#3914073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914073

[JBoss-user] [EJB 3.0] - Re: Configuration injection in EJB3

2005-12-22 Thread bdecoste
Take a look at this posting ... http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913663#3913663 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914072#3914072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39140

[JBoss-user] [JBoss Portal] - Setting the response Content-type

2005-12-22 Thread dunks
So in my portlet.xml I've set the conent type for a particular portlet with the following config... | | A portlet for creating and editing purchase orders | Purchase Order Portlet | PurchaseOrderPortlet | org.apache.myfaces.portlet.MyF

[JBoss-user] [EJB 3.0] - Re: How to remove 3.0 Stateful Session EJB instances program

2005-12-22 Thread bdecoste
Currently, if an EJB3 defines a home interface through ejb-jar.xml then all of the EJB2.x interfaces are supported (e.g. EJBObject). This is done for client backward compatibility. If there is no home interface, the EJB2.1 interfaces are not supported. View the original post : http://www.jboss

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1 alpha2: Could not deserialize a Serializable va

2005-12-22 Thread patpatpat2312
Actually, I tried with HSQLDB and Sybase and the problem only occurs with Sybase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914066#3914066 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914066 --

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-22 Thread dittup
I have included the following in my web-app tag of resin as suggested. The classpath tag given in the example does is I believe in the older version of resin. I tried to add the same but it gave me a dtd error. So I changed and have included the following. | | |

[JBoss-user] [EJB 3.0] - parameterized enum not supported ?

2005-12-22 Thread Magdalena.Piller
I just stumbled onto a problem with parameterized enums while experimenting with JBossIDE and EJB3. Some of my entities have embedded components which are enums. If I deploy, the tables are created correctly (components embedded in same table as containing entity...). But actually trying to pers

[JBoss-user] [Beginners Corner] - Re: EJB Behind Firewall

2005-12-22 Thread fatfifth
Hi Scott, I appreciate your response. The documentation was the first place that I searched for an answer. However, the docs indicate how to use JBoss behind a firewall by indicating which ports need to be opened. I don't have the option to open up ports so I am wondering, is there a good how-

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: IDE Tutorial Packaging Configuration

2005-12-22 Thread lkobza
gwan, make sure you are using the Java perspective when you go into the project properties...if you are in the j2ee perspective, you will not see XDoclet or Packaging Configurations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914061#3914061 Reply to the

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-12-22 Thread stetsonab
Maybe that is where the problem ismaybe the code is referencing the wrong Jar file. Here are the jars that I have in my classpath... jboss\client\jboss-jaxrpc.jar jboss\client\jboss-saaj.jar jboss\client\jboss-ws4ee.jar jboss\client\jboss-common-client.jar jboss\client\commons-discovery.jar j

[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-22 Thread [EMAIL PROTECTED]
I am thrilled to see the speed at which feedback in coming in and the interest in this new technology. SEAM could be a big one :) It reminds me of the old days... nowadays I look at finances too much, keep it up guys. Also if some of you have JBugs in your area then ping us for tech material t

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2005-12-22 Thread bdecoste
If you download the entire source from CVS (jboss-head), there are examples in the ejb3 JUnit tests. Take a look at the enventry test. Here is an example bean and ejb-jar.xml @Stateless(name="TestEnvEntry") @Remote(TestEnvEntry.class) @RemoteBinding(jndiBinding="TestEnvEntry") public class TestE

[JBoss-user] [EJB 3.0] - Re: EJBException in Servlet (EJB3 Trailblazer)

2005-12-22 Thread bdecoste
Can you please provide the full stack trace with the root cause? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914057#3914057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914057

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Batch update problem.

2005-12-22 Thread tzablock
Here is my irritating issue. I'm having two entity beans One is Film and another one is Copy. there is one to many relationship between them (there can be many copies of one film). I have created a web form were i put the film data and the count of copies. Then in the bussiness code I'm cr

[JBoss-user] [JBoss jBPM] - jBPM 3.1 alpha2: Could not deserialize a Serializable variab

2005-12-22 Thread patpatpat2312
Hi, When I try to retrieve a stored variableInstance (variable for a processInstance or a taskInstance) whose type is ByteArrayInstance (Serializable object for example), the object can not be deserialized. It seems that the byte array retrieved from database is truncated. Here is the stack tr

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-22 Thread bdecoste
The client side proxy for the RewardsEJB is trying to unmarshall the Category object returned from the server side. This has to be a classpath issue. Can you please describe your classpath settings for your webserver? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-22 Thread bdecoste
This is for EJB2.1, but the same steps should apply. http://www.caucho.com/support/resin-interest/0011/0292.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914055#3914055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBossCache] - Scalability Of JGroups/JCache

2005-12-22 Thread greenbean
How many machines can safely be members of a group? We have hundreds (400+) machines. Will JGroups work in this environment? How does JGroups compare to something like the Spread toolkit with this number of machines? Thanks View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [EJB 3.0] - Batch update problem

2005-12-22 Thread tzablock
Here is my irritating issue. I'm having two entity beans One is Film and another one is Copy. there is one to many relationship between them (there can be many copies of one film). I have created a web form were i put the film data and the count of copies. Then in the bussiness code I'm creati

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
All right ... the timer is created in table and runs as it was supposed to run but the node is left and the timer still run i need to suspend the flow ... after the time has due, then goes to transition !!! and it is not happening what is wrong? View the original post : htt

[JBoss-user] [JBossWS] - Re: Java and .NET

2005-12-22 Thread giscard_aioba
So sorry, this is the error that I got from JBoss | 2005-12-22 16:32:42,734 ERROR [org.jboss.axis.providers.java.RPCInvocation] org.xml.sax.SAXException: Invalid element in sei._arrays.java.lang.StringArray - string | org.xml.sax.SAXException: Invalid element in sei._arrays.java.lang.String

[JBoss-user] [JBossWS] - Re: Java and .NET

2005-12-22 Thread giscard_aioba
Well Jason, I already did all procedures using wscompile but I continues got an error, let me show you everything I have, so you can help me...:-) ah, very thanks for help This is my interface: | package sei; | public interface RfidMgrWSSEI extends java.rmi.Remote { | public void rea

[JBoss-user] [JBoss jBPM] - Re: JBPM randomly goes catatonic

2005-12-22 Thread [EMAIL PROTECTED]
anonymous wrote : who knew? Nobody, because you didn't mention it earlier ;-) Back when I was in college I programmed a neural network in C++ with a Java front-end. Every n cycles the processing code would pause and notify the front end of its progress. And also at random the program freezed wit

[JBoss-user] [JBoss jBPM] - Re: What does a previous actorid mean

2005-12-22 Thread [EMAIL PROTECTED]
You're using jBPM 3.0.x, right? There is a bug in the TaskInstance.setActorId() method: it fires the task-assign event before setting the previousActorId field. This has been fixed in 3.1. It seems simple to backport, so let us know if you cannot or do not want to migrate to 3.1. View the origi

[JBoss-user] [Messaging, JMS & JBossMQ] - Ping Timeout Problem Using JBoss JMS Queue With SAP XI 3.0

2005-12-22 Thread kwrosha
We are encountering the exact problem described in http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetIOExceptionPingTimeoutHowDoIFixIt when we try to connect to a JMS queue on a JBoss 4.0.x server using a SAP XI 3.0 JMS Adapter class (specifically com.sap.aii.af.service.jms.WorkerJMSSender). I susp

[JBoss-user] [JBoss jBPM] - Re: JBPM randomly goes catatonic

2005-12-22 Thread michaelholtzman
Solved. My application communicates with JBPM via Rendezvous (Tibco) messages. I was incorrectly passing a JNI environment pointer (JNIEnv*) through the callback to the listening thread. You need to maintain or create a pointer to the JVM, and allocate a new JNIENV pointer in each thread. Who k

[JBoss-user] [JBoss jBPM] - Problem Deleting Process Instance

2005-12-22 Thread michaelholtzman
Greetings. I would like to be able to delete a process instance on the fly. When I call GraphSession.deleteProcessInstance(), I get the following error: | 12:53:37,347 ERROR JbpmSession : org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-12-22 Thread [EMAIL PROTECTED]
Is there a reason why you guys are using the sun client instead of the jboss ws client? -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914032#3914032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914032

[JBoss-user] [JBossWS] - Re: Java and .NET

2005-12-22 Thread [EMAIL PROTECTED]
I answered the question you posted here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74302 yesterday. If that is what you are refereing to. All of your .NET questions are answered here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSAndDotNet The answers to your other questions are

[JBoss-user] [EJB 3.0] - ClassNotFoundException when using resin, jboss and EJB3

2005-12-22 Thread dittup
Hi, I am having a application where I need to use resin-3.0.14 as a web server and jboss4.0.3SP1 as the application server. I am using stateless session bean's in EJB3. When I call a remote method on the EJB from the servlet I get the following exception in the servlet. I have deployed the same

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - cookie ain't set on Linux Tomcat 5.5

2005-12-22 Thread eshepelyuk
I'm migrating from j2sdk 1.4 to jdk1.5 and found following problem using Tomcat 5.5 on linux (gentoo). On windows machines probem doesn't occur. I'm using following code to set cookie with specified lifetime Cookie cookie = new Cookie("name", "value"); cookie.setMaxAge(3600); response.addCookie(

[JBoss-user] [Security & JAAS/JBoss] - Re: Please help -- 'Failed to create sec mgr'

2005-12-22 Thread jobbyjoseph
Thanks, and appreciate a lot for your help. Jobby View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914017#3914017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914017 -

[JBoss-user] [Clustering/JBoss] - Re: clustering & database

2005-12-22 Thread sigitm
I downloaded and installed jboss-4.0.3SP1. I installed, on the first node, Apache with the mod_jk module, configurating it with my two nodes addresses in the conf/worker.properties file (I called my nodes "node1" and "node2"). I also configured Jboss with this instructions: http://docs.jboss.org

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Servlet throws a exception when returning from a remote meth

2005-12-22 Thread dittup
Hi, I am having a application where I need to use resin-3.0.14 as a web server and jboss4.0.3SP1 as the application server. I am using stateless session bean's in EJB3. When I call a remote method on the EJB from the servlet I get the following exception in the servlet. I have deployed the same

[JBoss-user] [Security & JAAS/JBoss] - Identity/Access Management/SSO UseCases

2005-12-22 Thread [EMAIL PROTECTED]
Currently, JBoss has support for SSO as: a) SSO across all webapps in a particular Host (Apache Tomcat behavior) b) SSO across all webapps in a cluster (JBossWeb/JBossCache offering) Apart from this there is support for Ldap integration via the LdapxxxLoginModules from the JBossSX framework I wa

[JBoss-user] [JBoss jBPM] - Re: Trouble creatinga timer

2005-12-22 Thread camunda
Hi everybody. This "workaround" describe here works fine for many use cases :-) But it is limited: If a process starts a sub-process, the | session.getGraphSession().saveProcessInstance(pi); | only saves the logs & timers for the parent process, not the sub-process! I have made a JIRA-Issu

[JBoss-user] [Advanced Documentation] - Re: Problem running web services client in Chapter 5-Getting

2005-12-22 Thread yingjun7
I'm getting the same error message too. Any ideas? Thanks. Yingjun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914009#3914009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914009

[JBoss-user] [Installation, Configuration & Deployment] - Re: Confused by the installer...

2005-12-22 Thread [EMAIL PROTECTED]
The all configuration should be similar, but it won't be exactly the same as the installer allows for an arbitrary selection of the components in the zip dist all configuration. This requires that services be broken up along the lines of installable features with dependencies. View the original

[JBoss-user] [JBoss AOP] - AspectFactory and classloading

2005-12-22 Thread [EMAIL PROTECTED]
I was wondering why GenericAspectFactory uses the thread context class loader by default to load aspect classes? |public Class getClazz() |{ | | { |clazz = Thread.currentThread().getContextClassLoader().loadClass(classname); |

[JBoss-user] [JBossWS] - Java and .NET

2005-12-22 Thread giscard_aioba
Hi guys, I am here again, well forgotted everything I post before. Let me change the question. Using JBoss4.0.3SP1, is possible to create a WS SEI (which use array types) and access it using a .NET program!?!?!? If yes, what king of WS style I need to create: RPC or DOCUMENT?!?! ENCODED or L

[JBoss-user] [Beginners Corner] - Web services Deployment

2005-12-22 Thread E.L
Hi. I'm trying to deploy a web service with JBOSS 4.0.3 and Oracle Jdeveloper 10G. The database i use is Oracle 10GR2. Here under is the wsdl file : http://jboss_user/F_GET_WS.wsdl"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="h

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: EJB Database Access stall

2005-12-22 Thread sumitsu
One additional piece of information: sometimes, the stalled request eventually fails and produces this exception: | java.sql.SQLException: Closed Connection | at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) | at oracle.jdbc.dbaccess.DBError.throwSqlExcep

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-12-22 Thread ibsscott
I decided to wait until the next generation of web services is released. The only reliable way I could use was to pass it as a String and then Marshal it into xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914003#3914003 Reply to the post : http://www

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
The table exists ... and i've made extensive teste with it in task tags and i know that when you put a timer tag , it creates those events but in a node tag it dont works the other test of the timer is this: | | | |[EMAIL P

[JBoss-user] [EJB 3.0] - EntityManager lookUp in generics POJO

2005-12-22 Thread Sventevith
Is any possibility to retrieve Entity Manager in generics POJO ? I know that dependency injection annotations only works in EJB objects - not generic POJOs. Is possibility to get EntityManager via JNDI ?? Entity Manager JNDI name is not accessible in Global JNDI Namespace. Please help. View

[JBoss-user] [Security & JAAS/JBoss] - Re: Please help -- 'Failed to create sec mgr'

2005-12-22 Thread [EMAIL PROTECTED]
Your code can depend on jboss features and compile time. You just cannot include the jboss jars that are needed to compile the components into the deployment. They will be there already. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913999#3913999 Reply to

[JBoss-user] [Remoting] - Re: tcp/ip socket communication

2005-12-22 Thread mawione
I forgott to say that is not a Java application on the other side and that we do not serialize objects. It's plain text messages (XML). Thanks! Magnus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913998#3913998 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread RAlfoeldi
The timer TABLE was not created? Or there is no entry in the existing table? If you don't have a timer table you don't have timers, but then you should have lots of exceptions... Try setting a break point on the enter-node event and check whats happening. I do use timers extensively and they wo

[JBoss-user] [Installation, Configuration & Deployment] - Re: Confused by the installer...

2005-12-22 Thread jboss2005_01
I see, the configuration provided with the JBoss installer can have whatever name you like. Now when I choose to install the ejb3 installation with whatever name I like (e.g. EJB3) by using the installer. Do I get the same configuration as I would have by downloading a ZIP archive and starting

[JBoss-user] [JBoss jBPM] - JBPM.tld

2005-12-22 Thread tamera
HI, I want to show the current task of a processInstance. And i want to use the tag lib of JBPM but i don't know how to use it. Could you give me the steps to do this. Please it's urgent Rq: Can i use it with the JDK1.4 because i had an exception like: ProcessImageTag (Unsupported major.minor ve

[JBoss-user] [JBoss Portal] - Re: JBoss Portal with SEAM. Does it make sense and is it pos

2005-12-22 Thread schnelzer
At the last Seam webinar Gavin and Thomas said that they just made the necessary changes for Seam to work in the Portal. I believe the major changes were to integrate with the Portlet session and not specifically use an HttpServletRequest. I don't think they have posted a new release of Seam y

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Timer table was not created ! And my timer thread is running !!! here is the part of the flow | | | | [EMAIL PROTECTED] | Supervisor-Celula;Diretor-Operacional;Diretor-Geral;Gerente-Cliente;Operador-Celula | Confirmada

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread RAlfoeldi
Did you check if the timer was created (check the Timer table in the db)? Is your SchedulerThread running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913992#3913992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391

[JBoss-user] [JBoss Seam] - Re: CVS Seam and Injecting Stateful Session Beans

2005-12-22 Thread [EMAIL PROTECTED]
That was my next guess :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913991#3913991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913991 --- This SF.net email i

[JBoss-user] [JBoss Seam] - Re: Seam in JBoss Portal 2.2. Does it make sense and is it p

2005-12-22 Thread [EMAIL PROTECTED]
As I described in another thread, you can use Seam in a portal. Unfortunately, one of Seam's best features - conversations - doesn't work in a portal environment, and I can't really think of any way to make it work that doesn't involve building special support for Seam into JBoss Portal. I was

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple JAAS Configuration ?

2005-12-22 Thread jobbyjoseph
Also make sure that you don't have any jboss*.jar files in your war. I actually removed the jboss*.jar files from my deployment and that worked like a charm. So i reverted the changes i mentioned to the jboss-service.xml. Mr.Scott from Jboss suggested this http://www.jboss.org/index.html?module=

[JBoss-user] [Security & JAAS/JBoss] - Re: Please help -- 'Failed to create sec mgr'

2005-12-22 Thread jobbyjoseph
Hi Scott, Thanks, and i am sorry. I had jbosssx.jar and jboss-jmx.jar in my war file. I added that to the application since in my Logout servlet i have this code. /* flush the security manager's cache of roles */ | InitialContext jndiCntx = new javax.

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Hi, i've tried this one: | | | | and this one : | | | | and dont works how can i do a delay ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913987#3913987 Reply to the post : http://www.jb

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-12-22 Thread stetsonab
ibsscott, did you ever get this problem figured out? I have exactly the same error showing up when trying to run my test client. I tested my webservices with a SOAP Message Console, and they are running fine. Here is the exact error that is being thrown. java.lang.ClassCastException at

[JBoss-user] [Remoting] - Re: tcp/ip socket communication

2005-12-22 Thread [EMAIL PROTECTED]
Moved to the remoting user forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913985#3913985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913985 --- This SF.net

[JBoss-user] [Installation, Configuration & Deployment] - Re: Confused by the installer...

2005-12-22 Thread [EMAIL PROTECTED]
The name of the configuration and its contents are two seperate things. You can choose to call the installed configuration whatever you want, and that configuration can contain what ever you want. The default configuration name is "default" as otherwise, even with a single configuration you woul

[JBoss-user] [JCA/JBoss] - Re: Connection pool leak in JBoss 3.2.5 ???

2005-12-22 Thread [EMAIL PROTECTED]
Search the bug database: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913983#3913983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913983 -

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Hi, i'm trying to do another test with node type "state" ... i've done it with node type "node" and dont work !!! i'll put the result of the test here soon !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913982#3913982 Reply to the post : http://www.jbos

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2005-12-22 Thread [EMAIL PROTECTED]
JAAS is indepedent of any container layer so it knows nothing about the existence of a session. Your login module can choose to be coupled to a particular container and access the servlet request to populate the session if it wants as described here: http://wiki.jboss.org/wiki/Wiki.jsp?page=Acc

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread RAlfoeldi
Hi mdonato, why doesn't the timer work? or better: how are the timers you tried defined? Rainer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913980#3913980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913980 ---

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Hi all, i think my question is like yours, but a little different. I don't want to handle it, i need a delay time like 20 days or any thing else, and i've tried to do it with "timer" tag on a simple node tag! but the timer has no actions and when the flow reachs this node, the delay timer dont

  1   2   >