[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
upankar wrote : Thanks for your answer. I do appreciate. But i have some apprehensions modifying the source code - I think Jboss controlls all code changes , patch etc, and doing on our own probably might not be legal. | Truly the blind leading the blind. :-) Yes, JBoss Inc. and its

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
Other blindness * Not reading the spec to understand what is guaranteed behaviour and avoid writing non-portable code (practically nothing is guaranteed if you have active listeners on a queue you are trying to browse concurrently) * Using selectors on Queues (I am bored of repeating myself

[JBoss-user] [JBossCache] - Invoking eviction on keys

2005-12-14 Thread odedblayer
We need to invoke evict implicitly on a single key in a node, is there a reason why this method does not exist? it is commented in the source... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912546#3912546 Reply to the post :

[JBoss-user] [EJB 3.0] - Design question : default values

2005-12-14 Thread phon
Hello, for my application i need to map a series of default values for input fields over the application, these default values are company-specific, so i have to keep track of them on the server, not on the client. so i want to create a mapping between a field name (fe vatValueOrderInput) and

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Disbale persistent queue

2005-12-14 Thread mroosendaal
I tried to follow the: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence instructions but maybe i took it to litteral. But everytime i tried to do just a part of the instruction, JBoss threw an exception. But you were right, Spring provides a boolean value for it's

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
Another one. MDB in CLIENT_ACK Explain how you use client acknowledgement with an MDB? There is no such configuaration! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912550#3912550 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
And the real FAQ of this thread is browsing scheduled messages and claiming a BUG If you can show me where in the spec it even mentioned scheduled messages and their behavour I will gladly concede this is a bug. Going back to the LGPL comment. The code for scheduled messages for contributed by a

[JBoss-user] [JBossCache] - Re: java.lang.ClassNotFoundException: [Lorg.jgroups.Address

2005-12-14 Thread [EMAIL PROTECTED]
You need to locate the jg-magic-map.xml file inside the JGroups JAR and remove the line that defines the Address array. Or check out JGroups 2.2.9 (where it has been removed) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912552#3912552 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-14 Thread [EMAIL PROTECTED]
And the final FAQ is CLIENT_ACK and browsers. If you receive under CLIENT_ACK, the message belongs to session NOT the QUEUE. So it is invisible to any browser. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912554#3912554 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Failed to create folder for repository

2005-12-14 Thread cpage
I got the same error. Linux + Oracle9i. I give all the rights of writing, reading ... in the folder of deploy, but it didn't change anything. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912555#3912555 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Quick question on Linux and JBoss

2005-12-14 Thread kusanagihk
To all, I've got a question, I have setup a Linux server (Linux 8), but it has only console mode features (ie. doesn't have a GUI interface) so I would like to know if I need to have GUI features in order to install and deploy JBoss since some tools are GUI based. and actually I

[JBoss-user] [Beginners Corner] - Re: Config-files outside of .EAR

2005-12-14 Thread kidahl
That works great! This info should be on the front page on JBoss for dummies... I suppose this not necessarily implies that /server/default/conf is in the classpath? -Karl Ivar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912557#3912557 Reply to the post

[JBoss-user] [EJB 3.0] - java.lang.RuntimeException: org.jboss.tm.JBossRollbackExcept

2005-12-14 Thread trofimov
I have Stateles bean with method: | ... | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public void addUser(User user) throws Exception { | try { | em.persist(user); | } catch (Exception e) { | throw e; | }

[JBoss-user] [JBoss jBPM] - BpelReader NullPointerException

2005-12-14 Thread fwshk
I am trying to deploy my business process by modifying Hello World example but found out problem of it. Just a minutes ago, I deploy Hello World example and run the test, it is complete success and I only replace hello.bpel and hello.wsdl and re-deploy it as following Open command line CD

[JBoss-user] [Management, JMX/JBoss] - Re: Starting threads from Scheduler

2005-12-14 Thread kidahl
Thanks for the tip! In my case, using separate schedulers introduces the problem of coordinating them; the threads must work on different chunks of data to avoid conflicts. I'm sure the coordination can be done, but it would be easier to use just one master scheduler if possible. View the

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread [EMAIL PROTECTED]
also, with XPDL, and any process language so far, it is very hard (read: impossible) to get to our goal: creating a common language between business analyst and developer. business analyst must be in charge of the graphical representation, while the developer must have all the executional and

[JBoss-user] [JBoss Seam] - Re: @Factory ([EMAIL PROTECTED]) method called repeatedly on every req

2005-12-14 Thread landels
Hi Gavin, No don't think so, the timeout was set pretty high. I did set it even higher today: | context-param | param-nameorg.jboss.seam.core.manager.conversationTimeout/param-name | param-value360/param-value | /context-param | but with no effect. Plus - if the

[JBoss-user] [JBoss jBPM] - Re: Dates problem

2005-12-14 Thread [EMAIL PROTECTED]
could you create a jira issue for this ? if you add a way for us to reproduce it (which property do we have to set to get your behaviour), then we probably can fix it quickly. regards, tom. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912566#3912566 Reply

[JBoss-user] [Management, JMX/JBoss] - Re: Starting threads from Scheduler

2005-12-14 Thread kidahl
Wait a minute... are you saying that a scheduler can start other schedulers programmatically? And they will all run in parallell? I'm a bit unsure what the benefits will be over using threads, but i'll look into it. Thanks again, Karl Ivar View the original post :

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2005-12-14 Thread henderson_mk
Hi folks, Did anyone manage to get a resolution to this? I'm also trying to use a sortable table in a similar situation and whilst it renders correctly clicking any component on the table causes the 'no conversation context' error to occur. Maybe someome has an idea? Really really hope someone

[JBoss-user] [JBoss Seam] - Re: @Factory ([EMAIL PROTECTED]) method called repeatedly on every req

2005-12-14 Thread landels
Ok I do not know if this is relevant but on the second request (after the @Factory and @Begin method is called on the the first request) in org.jboss.seam.core.Manager::restore() the storedConversationId is null and a new id gets generated (Id.nextId()). In difference on the next request the id

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss-4.0.3SP1 and Hibernate

2005-12-14 Thread smirgla1
I guess the answer is - give up on JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912571#3912571 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912571 --- This

[JBoss-user] [EJB/JBoss] - Persistance on reboot of EJB Timers??

2005-12-14 Thread jojjewestin
Hello, having a real hard time getting consistant information on if JBoss 4.03 supports persistance on J2EE EJB timers, if not it seems completely unuseful. Can anybody give me a clear answer on this one so i can decide if i should go another way. Thanks Georg View the original post :

[JBoss-user] [Performance Tuning] - Re: Very Slow Perfomance

2005-12-14 Thread stedo
hi, Thanks for all your help. Looks like it's just the start up that's slow, once the client has connected the execution goes fine. Thanks Steve View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912573#3912573 Reply to the post :

[JBoss-user] [Beginners Corner] - [Serialization] A problem with serialization

2005-12-14 Thread sebastienclaude
Hello, I have a class A extending a class B. They are in two different jar, in the same ear. There is a problem when I serialize an instance of class A, class B (inherited fields) is not serialized. Is there a solution to prevent from that ? Thanks. View the original post :

[JBoss-user] [JBoss jBPM] - Re: Getting process definition XML source from the database.

2005-12-14 Thread nick_nickolov
In relation to your posts, guys, does anybody have an idea how to get a hash from what is deployed in the database on one hand, and what we have locally as a par file on the other hand? I want my app to to check at startup whether the par on the filesystem needs to be deployed to the database.

[JBoss-user] [JBoss jBPM] - Reference to subprocess definition in process state not set.

2005-12-14 Thread Saviola
Hi! What I have is two process definitions - one main and another that I want to use in a process state of the first one. The main definition is: ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns=http://jbpm.org/3/jpdl; |

[JBoss-user] [JBoss Seam] - Commandbutton doesn't work inside dataTable

2005-12-14 Thread janbols
When using a SFSB with SESSION scope, do you have to use a @Begin annotation? I have the following jsp page:%@ page language=java % | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % | %@ taglib uri=http://java.sun.com/jsf/core; prefix=f % | pPage 1 /p | f:view | h:form |

[JBoss-user] [Beginners Corner] - Re: Using Plain Java Jars

2005-12-14 Thread stedo
hi, Solved the problem, the class I was trying to access used static methods and the bean trying to access these methods didn't like this. I changed the class to a non-static and it worked fine. Thanks Steve View the original post :

[JBoss-user] [EJB 3.0] - failed to implement a stand alone java client calling to EJB

2005-12-14 Thread amitguz
Hi All, I'm using JBOSS 4.0.3 and my stand alone client failed to connect to EJB. I tried to implement it as follow : in the server side : I create a stateless AuthorBean class which implements Authors Remote interface in the client side I wrote :

[JBoss-user] [Beginners Corner] - Downloading Files

2005-12-14 Thread stedo
hi, We are using JBoss as a server for an application which needs to stream files to a J2SE client. Is there any examples of downloading files to a client from JBoss or J2EE? Thanks Steve View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912583#3912583 Reply

[JBoss-user] [Security JAAS/JBoss] - Security Provider for Client

2005-12-14 Thread stedo
hi, I am performing some encryption on the JBoss server side using RSA encryption and the classes KeyPairGenerator and KeyPair. On the server side everything works fine both encrypt and decrypt. I user the form RSA/NONE/PKCS1PADDING. I also have a J2SE client which will encrypt data and send it

[JBoss-user] [JBoss Portal] - Null Pointer Exception in MyFacesGenericPortlet

2005-12-14 Thread Stefan_Tausendpfund
Hello, Stan Silvert asked me to also post the message from myfaces user forum here: http://www.mail-archive.com/users%40myfaces.apache.org/msg13439.html anonymous wrote : | --- | Hello, | | | we created an portal application on JBoss Server 4.0.3SP1 with portal 2.0.1RC3 using

[JBoss-user] [EJB 3.0] - Discriminator column size

2005-12-14 Thread chrismalan
I use a base class with many classes extended from it. The discriminator column was created as only a varchar(10). Needless to say, one of the classes had a longer discriminator value. Luckily it was very easy to pick up on. I changed the column to varchar(36), fixed the entry and all was

[JBoss-user] [Security JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-14 Thread NigelWhite
Yes, I just started a thread about this. I'm amazed that there's no standard J2EE way to provide your own authentication. I would have thought that JBoss might provide a way for you to supply your I just found http://jcp.org/en/jsr/detail?id=196 but that's just at the review stage. Do any

[JBoss-user] [Installation, Configuration Deployment] - Re: Cannot load class from another deployed ear

2005-12-14 Thread vanjo_83
Guys, this doen't work even if the two components are part of one EAR. The one is .WAR, and the other is .JAR, described if application.xml as: |module | web | web-uriTransporterWAR.war/web-uri | context-roottransporter/context-root | /web |

[JBoss-user] [Installation, Configuration Deployment] - Updating hibernate manager?

2005-12-14 Thread atodorov
Hi there! I use EJB3 with JBoss 4.0.3 SP1. There are several bugs fixed in hibernate-entitymanager-3.1beta5. Can I update only this part of the JBoss version I've installed or I need to wait for the next JBoss version? Thanks! View the original post :

[JBoss-user] [JCA/JBoss] - Re: WARN [TransactionSynchronizer] ... not the enlisting

2005-12-14 Thread joergvf
This is with Windows XP and JDK 1.5_05, and I'm not concurrently using the same UserTransaction or something. Sorry I don't have time at the moment to try to find the gap in the logic here, I might look at it in the debugger when those warnings in the log get on our nerves overly ;) View the

[JBoss-user] [JBossWS] - Re: WS Engine Versions and their matching to JBoss versions

2005-12-14 Thread thegift
-What version of WSEngine works on JBoss 4.0.2? JBoss.Net?JBossWS? -What version of WSEngine works on JBoss 4.0.3? JBoss.Net?JBossWS? Thanks! (If someone will answer:)) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912596#3912596 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: failed to implement a stand alone java client calling to

2005-12-14 Thread amitguz
found the problem. I needed set the security. add new file to the client side policy.all which contain : | grant { | permission java.security.AllPermission , ; | }; | and run the client VC with -Djava.security.policy=policy.all but now I lookup failed with: |

[JBoss-user] [JBoss jBPM] - Re: deploy the process error :couldn't save process definiti

2005-12-14 Thread abhipunekar
Hi, I am getting the same problem, where you able to get over this problem, if so pl let me know. [EMAIL PROTECTED] Thanks Regards Abhijit View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912598#3912598 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - use of singelton-class (ServiceLocator) from Different modul

2005-12-14 Thread mroosendaal
Hi, We have an application which is packaged as an EAR and includes 1 WAR, 1 EJB.jar, META-INF with application.xml and jboss-app.xml and a lib directory with all the shared jars. One jar contains the core of our application and includes a ServiceLocator through which we can get references to

[JBoss-user] [Installation, Configuration Deployment] - Re: Cannot load class from another deployed ear

2005-12-14 Thread mroosendaal
have you tried the ClassLoadingConfiguration instructions from the wiki-site? Perhaps you can define a common loader-repository for both ears in their respective jboss-app.xml's View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912600#3912600 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: org.hibernate.MappingException help needed!

2005-12-14 Thread abhipunekar
Hi, I am getting the following error any ways to go about the same, pl let me know -- org.hibernate.MappingException: Unknown entity: za.co.pps.common.datatype.CurrencyAmount at

[JBoss-user] [JBoss jBPM] - Re: event registration for JBPM?

2005-12-14 Thread finska2
Hi all Thanks for your replies - this is kind of what I expected (i.e. having to code up your own incoming event triggers to fit into jBPM process flow), but I'm just in the evaluation of jBPM as a fit for our requirements so expertise is much appreciated! I suppose I thought that there may

[JBoss-user] [JBoss jBPM] - ProcessArchiveDeployerTask

2005-12-14 Thread Nassim
hi to all; can anyone tell me where can i found ProcessArchiveDeployerTask class to deploy a processarchive thanks for some help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912603#3912603 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: deploying processdefinition

2005-12-14 Thread Nassim
hi Ronalds, thank you for reply me, ok, i test the process on eclipse and i want to deploy it, how can i do this thank you Nassim View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912604#3912604 Reply to the post :

[JBoss-user] [JBoss Portal] - *-object.xml dtd or schema

2005-12-14 Thread arvind_pv
Hi All, I'm not able to access my application using the below given URL's 1. http://localhost:8080/portal/helloworldsample 2. http://localhost:8080/portal/portal/helloworldsample When I tried to access it, its showing me the JBoss Portal server application. Here are my JBoss Server details 1.

[JBoss-user] [JBossCache] - Re: TreeCache - JDBCCacheLoader - Failed to lookup datasourc

2005-12-14 Thread raulscosta
I've checked my version and I even downloaded it again. I'm using JBossCache 1.2.4 version released on 20 October, so it is the final version. Is it possible that the bug wasn't completely solved or am I doing something wrong? The error I'm having is exactely the same reported in

[JBoss-user] [Security JAAS/JBoss] - Remote client Authentication by three atributes

2005-12-14 Thread lzdobylak
How to do this? I need to authenticate client appliacation and it's user. So I have 3 atributtes: login, password,applicationName. How to do this in JBoss? other question is is there any possibility to not use security annotations but put all permisssions in xml descriptor? I found JAAS

[JBoss-user] [Security JAAS/JBoss] - Re: Remote client Authentication by three atributes

2005-12-14 Thread NigelWhite
OK that's 3 threads now on the front page asking for this, and no replies from the JBoss staff. Huh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912609#3912609 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - linkageError with duplicate jar files

2005-12-14 Thread vitorisaia
I'm facing the following problem: I have 2 applications, an EAR file and a WAR file. Both files use jfreechart and jcommon jars, and, as the EAR, the WAR have the jfree and jcommon jars packed inside it. So I have this structure: EAR |-jcommon.jar |-jfreechart.jar WAR |-jcommon.jar

[JBoss-user] [JBoss Seam] - Re: @Factory ([EMAIL PROTECTED]) method called repeatedly on every req

2005-12-14 Thread landels
Hmmm, could it be that JspStateManagerImpl.saveSerializedView only does save changes done to the FacesContext when it is called for the first time? | ... | if (serializedView == null) | { | // first call to saveSerializedView -- create SerializedView |

[JBoss-user] [JBossWS] - Re: WS Engine Versions and their matching to JBoss versions

2005-12-14 Thread thegift
I already have found some answers here: http://jira.jboss.com/jira/browse/JBWS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912612#3912612 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912612

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

2005-12-14 Thread mugwump
Ok, I investigated this case a little further: This does not look like its a problem of JBoss - I tried to generate my Client with Axis - the Axis-Client works. It shows some warnings about Ignoring invalid namespace mapping: [prefix=,uri=], that come from the empty namespaces for elements

[JBoss-user] [Clustering/JBoss] - how to use multiple apache servers in jboss cluster

2005-12-14 Thread preddy
Hi all, I have configured jboss clustering using mod_jk and apache(as a load balancer). I have installed jboss application server and apache on one machine and another jboss server on different machine. With this configuration clustering is working fine, Apache is able to balance the

[JBoss-user] [JBoss jBPM] - Re: Reference to subprocess definition in process state not

2005-12-14 Thread ejimenez
http://jira.jboss.com/jira/browse/JBPM-457 You can wrap the jBPM deployer in another class that opens a jbpm session before calling the process deployer. Read the forum posting associated with the issue. View the original post :

[JBoss-user] [Microcontainer] - Clustering support services

2005-12-14 Thread dmelzer
Clustering support is mentioned as a project goal on http://www.jboss.com/products/jbossmc I have a JB 4.x based application which uses the following services: jboss:service=${jboss.partition.name:DefaultPartition} jboss:service=Naming jboss:service=HAJNDI jboss:service=invoker,type=jrmp

[JBoss-user] [EJB 3.0] - Inheriting properties from superclass

2005-12-14 Thread kh2ouija
Hello, In my model I have a series of classes that extend an abstract class named Resource and I want those classes to have mutually exclusive id's (the id being their primary key) because I want to be able to reference any Resource by unique id. I created a sequence in the database

[JBoss-user] [JBoss jBPM] - Re: Reference to subprocess definition in process state not

2005-12-14 Thread Saviola
Thanks for the answer, Eduardo. It looks like I have to check more carefully the forum and Jira for the answers I'm looking for. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912618#3912618 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: linkageError with duplicate jar files

2005-12-14 Thread mroosendaal
Is your WAR part of you EAR? if so just make a lib under the EAR and put the jars there update the MANIFEST-file for your WAR-file: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.4.2_08-b03 (Sun Microsystems Inc.) Class-Path: ./lib/a.jar ./lib/b.jar ./lib/etc... If you want i

[JBoss-user] [EJB/JBoss] - Re: Basic EJB question.

2005-12-14 Thread Ayusman
Hi Thanks for the reply. Can I get an example posted here. I am using JBoss 4.0.2. My EJB is deployed in the JBoss server. Thanks and regards Ayusman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912620#3912620 Reply to the post :

[JBoss-user] [Beginners Corner] - Application is using wrong login data for Postgres DB

2005-12-14 Thread mglowacki
Hi I want to connect to postgres in my stateless session, I have put postgres-ds.xml in deploy directory already, and I have following problem. I have username and password root in my postgres-ds.xml, and application is trying to connect with username postgres and no password and I get the

[JBoss-user] [Beginners Corner] - Re: Application is using wrong login data for Postgres DB

2005-12-14 Thread mglowacki
don't know why, but BB has cut password tags in postgres-ds.xml, but I have got them in file, so it's not the cause. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912622#3912622 Reply to the post :

[JBoss-user] [Beginners Corner] - When I deploy DukesBank.ear encounter errors!

2005-12-14 Thread sky1205
I am a JBoss newbie,I use JBoss4.0.3SP1,and I can't understand the following logs,please help me! | 2005-12-14 21:57:15,241 ERROR [org.jboss.deployment.MainDeployer] Could not create deployment:

[JBoss-user] [EJB/JBoss] - Nullpointer in JDBCEJBQLQuery distinct

2005-12-14 Thread HoleInOne
Hello, I try to deploy an ejb2.ear that deploys ok on jboss 4.0.1sp1 however I get the stacktrace included below. From what I can understand of the jboss code (which is limited) I think that the class JDBCEJBQLCompiler should handle the fact that rowlocking may return null; All other calls to

[JBoss-user] [Installation, Configuration Deployment] - Re: linkageError with duplicate jar files

2005-12-14 Thread vitorisaia
mroosendaal, thanks for the reply. The war is not a part of the ear, but the war interacts with the ear... they are built and deployd separatelly, but in runtime the war calls the ejbs that are present in the ear... thanks for the ant target, but I think my build.xml already do something very

[JBoss-user] [JBossCache] - Refresh Policy implementation.

2005-12-14 Thread incivinci
Hi, Does TreeCache provide implementation for refresh policy for a cached object in TreeCache? Each cached object can adopt a different time expiration strategy to check its staleness like if current time in millis is greater than (time of creation or last update of the cached object in

[JBoss-user] [JBoss Portal] - MS SQL server 2005 and Portal 2.2

2005-12-14 Thread jang
Hi I have just started to elaborate with Portal 2.2 and have gotten it to work with MySQL, but when I tried to change the DB to Microsoft SQL Server 2005 Express I get exceptions. I use jtds 1.2 as driver and it works with Portal 2.0 Any help would be greatly appreciated 2005-12-14

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
I believe, you are talking about evicting objects from cache once they have lived for some amount of time. If so, have a look at Section 8: Eviction Policy at: http://docs.jboss.com/jbcache/current/TreeCache/html/ View the original post :

[JBoss-user] [JBoss jBPM] - Does jBPM 3 support oracle 8?

2005-12-14 Thread guy.walker
I've been trying to get jBPM 3 to work with an Oracle 8 database. It looks like the database schema on the WIKI for Oracle must be a jBPM 2 schema, as there are loads of tables missing in that document. Did the scema change significantly between 2 and 3? I've tried creating tables in line with

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread incivinci
Thanks for the reply. From the document, I understand the eviction policy is implemented for all cached object under a FQN node. How can I make it specific for an individual object? Individual object within a node can have different time to live requirements. View the original post :

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
You can configure eviction policy for a 'REGION'. Definition of a region: anonymous wrote : Region is a group of nodes where they posses the same eviction policy, e.g., same expired time. In TreeCache, region is denoted by a fqn, e.g., /company/personnel, and it is recursive. In specifying

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
If i am not wrong, what you are saying is that you want specify different eviction policy for different keys inside a single node. Is this what you want? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912632#3912632 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: ProcessArchiveDeployerTask

2005-12-14 Thread guy.walker
I think it might be in org.jbpm.jpdl.par, the class is called ProcessArchiveDeployer Guy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912633#3912633 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912633

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread jaikiran
My understanding is that eviction is done at node level and not at key level. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912635#3912635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912635

[JBoss-user] [Security JAAS/JBoss] - 403 ERROR

2005-12-14 Thread ego2002
Hi! I'm trying to implement my security using JBoss DatabaseServerLoginModule. I made the database with 2 tables (usernamespswd and usernamesroles). I can log-in correctly (my application says me my username), but I can't access to JBoss Portal portlets like CMS or Administration as soon as I

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread incivinci
If my understanding is correct. A region can recursively include multiple nodes and the eviction policy for that region can be defined in the configuration file. Again it applies to all objects in that region. I would like to selectively do this for a object so that it can be refreshed with

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-14 Thread incivinci
You got my requirement correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912637#3912637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912637 --- This SF.net email

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-12-14 Thread fmagrini72
I'm facing same problem!!! I'im frustrated. Did you know a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912638#3912638 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912638

[JBoss-user] [Installation, Configuration Deployment] - Problem Starting DefaultDS

2005-12-14 Thread ugopinat
Hi I m getting the Following exception while Starting jboss4.0.3 server, OS: Solaris Exception : Problem starting service jboss.jca:service=DataSource Binding,name=DefaultDS java.lang.NullPointerException in EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashmap

[JBoss-user] [JBoss jBPM] - Explicit save childToken in Fork

2005-12-14 Thread RAlfoeldi
Hi all, just wondering... if Fork explicitly needs to save childTokens can I then assume that saving the parent token or processInstance will NOT do so? This would be a real bummer... :-( Greetings Rainer | public class Fork extends Node implements Parsable { | | ... | |

[JBoss-user] [EJB 3.0] - @OneToOne problem ...

2005-12-14 Thread michael.c.small
I have two entities that I'm trying to associate using one to one. Below is the code snippet for each: In Relationship.java (an Entity) | private TascForce tascForce; | | @OneToOne(cascade=Cascade.ALL, fetch=FetchType.EAGER) | @JoinColumn(name=fk_tasc_tascforce) | public TascForce

[JBoss-user] [Installation, Configuration Deployment] - Re: Sending request from one WAR to another WAR (CrossContex

2005-12-14 Thread AndiWausS
in 4.0.3 you find the context.xml within the tomcat-deploy-folder.. default for crosscontext in jboss is true.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912643#3912643 Reply to the post :

[JBoss-user] [Beginners Corner] - problem work folder

2005-12-14 Thread macmeureg
What does the folder server/default/deploy/work folder stands for??? I ran an application on my JBoss4.0.1, now I installed the Jboss again (different location) and always get the following error when running the application: org.apache.jasper.JasperException: Unable to compile class for JSP

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

2005-12-14 Thread mugwump
Solved this one: SOAPkit from Soapical (http://soapical.sourceforge.net/soapkit/) has some very nice utilities, that allow you to go from SOAPElement - String and vice-versa. Converting the SOAPElement to String and then parsing it with XMLBeans now gives me validatedcorrectly mapped XMLBeans.

[JBoss-user] [Security JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-14 Thread NigelWhite
In fact, it gets worse. To perform the athentication, I need parameters from the original URL. The client will go to http://foo.com/myapp/index.jsp?cic=IBMsrv=bigblueport=2332 (or sometyhing similar) And the authentication needs the cic as the company code, and the srv and port (as host name

[JBoss-user] [JBoss jBPM] - Re: deploy processdefinition (java object)

2005-12-14 Thread forJbpm
Here in this case I meant if I write a java class where I define my processdefinition as ProcessDefinition processDefinition = ProsessDefinition.parseXmlString (xml representation of processdefinition goes here) followed with all the required classes etc. In eclipse I can run it to

[JBoss-user] [Beginners Corner] - Re: When I deploy DukesBank.ear encounter errors!

2005-12-14 Thread anders.hedstrom
anonymous wrote : 2005-12-14 21:57:15,241 ERROR [org.jboss.deployment.MainDeployer] Could not create deployment: file: | /C:/jboss-4.0.3SP1/server/default/tmp/deploy/tmp36859JBossDukesBank.ear-contents/bank-ejb.jar | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans

[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-14 Thread forJbpm
My plan was to to use the jbpm web interface as a debugger interface. But I will have another php or jsp page as my user interface where I can display all my variables. In that case you dont need controller variables as such. (??) Can I acces jbpm engine using anyother language than java (may

[JBoss-user] [JBoss Portal] - 2.2rc2 and postgres 8.0 problem

2005-12-14 Thread jdestef
Hi, 2.2rc2 is not loading the default content from CMS during first start up. Appears that auto commit can't be done on Large Object column types in Postgres. I'm running Jboss 4.0.3SP1, JBoss Portal 2.2rc2 on linux. Works fine if I use hsql instead. The following stack trace is from part of

[JBoss-user] [Messaging, JMS JBossMQ] - Configuration of SonicMQ 6.1 and JBoss version 4.0.x

2005-12-14 Thread michaelf
Hi! Can any one help with the configuration of SonicMQ 6.1 and JBoss versions 4.0.2 or 4.0.3? Any help will be appreciated. Best regards, Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912653#3912653 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: deploying processdefinition

2005-12-14 Thread forJbpm
for a normal .par file 1.move curser to your src/process/YOURDEFN.par 2. right click on it and select *deploy process archieve* View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912654#3912654 Reply to the post :

[JBoss-user] [JBoss jBPM] - diferent process designer

2005-12-14 Thread rafaelsource
Hi, we are interesting in change the process designer of jBPM. Our first idea is to transform the design created to JPDL. My question is: I can deploy a definition of a process only with the JPDL definition of it. Thnks in advance! Best regards. View the original post :

[JBoss-user] [JBossCache] - EHCache to JBoss Cache

2005-12-14 Thread bendg25
Hi I am moving to use JBoss Cache from Hibernate3/EHCache/JDK5/Tomcat 5.5.7 as I want full cache replication in my cluster... It's simple enough to change the cache provider form a Hibernate perspective.. but are there any example treecache.xml files I can view with max num pojo's to cache

[JBoss-user] [Security JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-14 Thread NigelWhite
It looks like we should be able to do this by using a custom Tomcat authenticator. I'd probably extend org.jboss.web.tomcat.security.AuthenticatorBase to make use of its existing logic, but override public boolean authenticate(Request request, Response response, LoginConfig config) throws

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2005-12-14 Thread forJbpm
Hi sforema, Thanks a lot for quick answers! anonymous wrote : How are you looking for it? Are you querying the database? I was assuming that in my actionHandler if I say executionContext.leavenode() ; My processDefinition will leave the current node and move to next one. and I will be able to

[JBoss-user] [JBoss Portal] - Re: *-object.xml dtd or schema

2005-12-14 Thread [EMAIL PROTECTED]
ok. which file of the above is the one you are trying to deploy? Also, what are you trying to achieve - a new portal instance, or just a new page? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912660#3912660 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Null Pointer Exception in MyFacesGenericPortlet

2005-12-14 Thread [EMAIL PROTECTED]
Hi Stefan. Actually, you should be able to attach it to Jira. Or just email it to me or julien directly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912661#3912661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912661

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Custom authenticator in JBoss embedded Tomcat

2005-12-14 Thread NigelWhite
OK, I need to authenticate based on more than j_username and j_password from the login form that the user gets redirected to. I'd probably extend org.jboss.web.tomcat.security.AuthenticatorBase to make use of its existing logic, but override public boolean authenticate(Request request,

  1   2   3   >