[jboss-user] [JBoss Seam] - Re: Use of jsps in seam gen, is seam gen only supports the e

2007-01-31 Thread [EMAIL PROTECTED]
its easier to start with a seam-gen project and modify it for jsp. all you need is some changes to web.xml and faces-config.xml. really easy, seriously View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008691#4008691 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Use of jsps in seam gen, is seam gen only supports the e

2007-01-31 Thread zmustansar
Is there any easy way of creating that build file. I have seen both of the build scripts 1. for normal seam project that deploys using the .ear 2. for seam gen that uses the exploded version and I also tried create one of my won but it is not working is there any easy way to create a build

[jboss-user] [Security JAAS/JBoss] - Re: Problem starting service jboss:service=invoker, type=jrmp

2007-01-31 Thread ZenMeister
the stack trace is as follows: java.lang.NullPointerException at org.jboss.security.ssl.Context.forDomain(Context.java:66) at org.jboss.security.ssl.DomainServerSocketFactory.initSSLContext(DomainServerSocketFactory.java:304) at

[jboss-user] [Security JAAS/JBoss] - Problem starting service jboss:service=invoker, type=jrmp, soc

2007-01-31 Thread ZenMeister
Hi I'm using Jboss 4.0.5 for my work, and use the jrmp invoker to enable EJB over SSL. However, i have this problem when starting up the server. My configuration of the mbean is as follows: mbean code=org.jboss.security.plugins.JaasSecurityDomain |

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-01-31 Thread henrik.lindberg
I looked at both the server log and the console output - I can not find anything there that gives me a clue - no exceptions, warnings, etc. The message appears where I have the h:messages/ tag. Guessing that something has caught an exception and is helping by providing this message without

[jboss-user] [JBoss Seam] - Re: Seam remoting error

2007-01-31 Thread maeste
Yes, a lot of times :). I'm calling a simple method returning a string (no input parameters) and always I get this exception. The only two strange thing are: * I'm calling a method of stateful bean * I'm in a page containing an Apache trinidad component (TreeTable) with its script. Are there

[jboss-user] [JBossWS] - Re: enumerations in jboss ws...

2007-01-31 Thread mwiles
It's like when you're trying to break into a house - you assume the door is locked and can't figure out why you can't open it! Well turns out that all that mapping stuff for the enum is surplus to requirements as far as jboss is concerned. You just remove it and it works fine! |

[jboss-user] [JBoss Portal] - Re: WSRP Producer and Sessions Not Working

2007-01-31 Thread fattymelt
I should add that my portlet uses the standard PortletSession session = request.getPortletSession(); and session.setAttribute(foo,bar); to handle sessions. I've been reading a lot about JBoss WSRP using cookies to handle sessions. Maybe I need to code differently? View the original post :

[jboss-user] [JBoss Seam] - OFTOPIC Re: Does DataModelSelection work in a Stateless Sess

2007-01-31 Thread mariuszs
Btw, you should use: @Begin | public String selectOrganization() { | organization = em.merge(selectedOrganization); | return editOrganization; | } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008674#4008674 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Sybase EAServer error

2007-01-31 Thread saeediqbal1
since our appserver uses jetty, i saw something similar here http://article.gmane.org/gmane.comp.java.jetty.support/6275 , i'll try something out and let you know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008672#4008672 Reply to the post :

[jboss-user] [JBossCache] - Re: JDBCCacheLoader error: Io exception: The Network Adapter

2007-01-31 Thread gmeroz
I'll want to run it from out side the app server as well as inside. My DB has 150 connections - it should be enough. I'll wait for JBCACHE-802... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008671#4008671 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Password forgotten function on login page

2007-01-31 Thread djmacpac
OK, I try on an other way: I created a new coloumn in the jbp_users table: jbp_clearpass. I converted all passwords from my old turbine table to my jbp table. I saved the hash in the Password coloumn and the clear password in the clearpass one. Works fine. Now I have the Problem that, when I

[jboss-user] [JBoss jBPM] - Re: GPD installation problem

2007-01-31 Thread [EMAIL PROTECTED]
Follow the instructions in the readme of the archive. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008694#4008694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008694

[jboss-user] [JBoss Seam] - Re: Exceptions in the logs when [b]session[/b] times out;

2007-01-31 Thread [EMAIL PROTECTED]
This worked. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008695#4008695 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008695 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: is my assumption of what Seam is doing correct (link to

2007-01-31 Thread seamNoobie
This seems to have stalled in teh icefaces forum. Can anyone assure me that what I think Seam is doing is correct so that I can persue it with renewed vigour over there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008696#4008696 Reply to the post :

[jboss-user] [JBossCache] - Re: TreeCache - Does my cached objects must implement Serial

2007-01-31 Thread [EMAIL PROTECTED]
Thanks -- Avishay View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008698#4008698 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008698 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: Performance expectations

2007-01-31 Thread mvlior
Hi, Thanks for replying; please see inline. anonymous wrote : There are many differences in what you tested and the wiki page. | | Mainly, they were testing field updates on attached objects across a cluster. And you are just testing the speed of attaching objects. | Yes, you are

[jboss-user] [EJB 3.0] - JBoss cache tuning with RC9 patch 1, cluster and Optimistic

2007-01-31 Thread J.Hedin
Hi We use JBoss 4.0.5.GA + EJB3 RC9 patch 1 + JBoss Cache 1.4.1.GA in a cluster with two nodes. All our entity EJBs are Optimistic locked via @Version. However, the cache looks like it uses pessimistic locks during the whole transaction. Is the JBoss Cache in conflict with the @Version

[jboss-user] [EJB 3.0] - Persistence problem with Date (and calendar) on Oracle 10g

2007-01-31 Thread luca.xlb
Hi all! We are trying to get some entity from the DB. These entities includes a Date field (and a Calendar field). All works fine, except that HOURS and MINUTES are both 0. any advice? thanks Luca View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Persistence not quite working

2007-01-31 Thread bossy
Not sure what anonymous wrote : or else how jboss will be set to set its value means, but could you please explain what goes on behind the scenes that implements the persistence, when there is a declared setter method? I don't mind having a setter, but I don't want to expose it the JMX console.

[jboss-user] [JBoss Seam] - Re: Serializable is needed

2007-01-31 Thread dgallego
I'm trying to outject a new Category instance from a method markes as a factory method. Category is my entity POJO. | @Out(scope=ScopeType.CONVERSATION,required=false) | Category selectedCategory; | This is my factory method: | @Factory(categoryArticles) | public void

[jboss-user] [JBoss Seam] - java.lang.StackOverflowError when running seam generate-enti

2007-01-31 Thread christian_zeidler
Hello! I tried to run a basic database model through the reverse enginering tool that comes with seam gen and I am getting a java.lang.StackOverflowError without any details. Here is the output from running seam generate-entities (working with a configured project that works fine when running

[jboss-user] [JBossCache] - Jboss Caching issue

2007-01-31 Thread bhavranjan
Hi All, I am using Jboss Cache i have configured the Configuration file as follows ?xml version=1.0 encoding=UTF-8? !-- = -- !-- -- !-- Sample TreeCache

[jboss-user] [EJB 3.0] - Re: ServiceLocator pattern - delegates in the context of EJB

2007-01-31 Thread jc7442
Sometime I have to use a service locator like because I am in a class that is not a EJB3. A small example: Some of my entities have a @EntityListener. Implementation of the entity listener needs to use a service provided by an EJB3 session. In the source code of the entity listener, I can not

[jboss-user] [JBoss Portal] - multiple portles project structure

2007-01-31 Thread den74
Hi all, i want to develope my personal portlets so i looked for use a standard project directory into my eclipse IDE but i don't find anything about this. Someone (maybe jboss developers) can send a suggested structure to respect? Maybe is obvious but what i would like is to have separate

[jboss-user] [JBoss Seam] - Re: java.lang.StackOverflowError when running seam generate-

2007-01-31 Thread [EMAIL PROTECTED]
its a known bug. but I'm not sure if I can fix it easily :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008711#4008711 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008711

[jboss-user] [EJB 3.0] - Re: Composite primary keys

2007-01-31 Thread te-bachi
either | @OneToMany(fetch=FetchType.EAGER) | or | UserTransaction trans = (UserTransaction) ctx.lookup(java:comp/UserTransaction); | trans.begin(); | | [...] | entityManager.createQuery(FROM RolProceso).getResultList(); | [...] | | trans.commit(); | View the original

[jboss-user] [JBossCache] - PojoCache support JDK5.0 Enum bug, is there a work around fo

2007-01-31 Thread emailmsgbox
Enums don't work when I load them back using a File cache loader. This bug is fixed for 2.0 http://jira.jboss.com/jira/browse/JBCACHE-619 in the topic http://www.jboss.com/index.html?module=bbop=viewtopict=71311view=previous A work around is mentioned ,I do not fully understand. Is there a

[jboss-user] [EJB/JBoss] - javax.naming.NameNotFoundException

2007-01-31 Thread hussain_rangwala
hi everyone i am trying to deploy a struts application as a portlet on JBoss portal 2.4.0.GA.The application gets deployed and also i can see the login page however wen i click on the submit button on the ogin page i get these exceptions.Please help me out as i am stuck on

[jboss-user] [JCA/JBoss] - Re: How to connect my EJB to Firebird database?

2007-01-31 Thread g_zaspa
Weston, I just copied firebird-ds.xml from JBoss4.0.5 doc folder and changed rar and database names. The jndi name FIrebirdDS I didn't change. Here's the full text of my firebird-ds.xml: ?xml version=1.0 encoding=UTF-8? | | !-- $Id: firebird-ds.xml 41641 2006-03-02 17:41:11Z dimitris $

[jboss-user] [Clustering/JBoss] - HAJNDI over HTTP

2007-01-31 Thread mindflyer
I have jboss cluster and want to use only HTTP for client-server communication. I read documentation and found settings for JNDI over HTTP: -- java.naming.factory.initial = org.jboss.naming.HttpNamingContextFactory java.naming.provider.url = http://host:8080/invoker/JNDIFactory -- and settings for

[jboss-user] [JBoss Seam] - Problem reaching oujected object in the EVENT context

2007-01-31 Thread rlhr
Hello, I'm using jboss-4.0.5.GA and jboss-seam-1.1.1.GA. I define in pages.xml the following: | page view-id=/public/browseAction.xhtml action=#{browseAction.perform} / | The action bean is defined by: | @Stateless | @Name(browseAction) | @Scope(ScopeType.EVENT) | public

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-01-31 Thread alex.kozlenkov
Correction: before I set distributable in web.xml. An XML fragment got dropped from the previous post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008746#4008746 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008746

[jboss-user] [JNDI/Naming/Network] - javax.naming.NamingException

2007-01-31 Thread hussain_rangwala
hi everyone i am trying to deploy a struts application as a portlet on JBoss portal 2.4.0.GA.The application gets deployed and also i can see the login page however wen i click on the submit button on the ogin page i get these exceptions.Please help me out as i am stuck on this for a long

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-01-31 Thread alex.kozlenkov
I've double checked that everything works fine before I set in web.xml and push to the cluster. The following happens when I try to log in:java.lang.ClassCastException: org.jboss.seam.security.Identity cannot be cast to javax.servlet.http.HttpSessionActivationListener |at

[jboss-user] [Beginners Corner] - How do I run JBoss as a non root user

2007-01-31 Thread shiva151
How do I run jboss as a non root user with ./run.sh -b 192.168.1.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008743#4008743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008743

[jboss-user] [EJB 3.0] - Re: Mysterious Exception

2007-01-31 Thread te-bachi
First of all, when I install JBoss 4.0.5 AS from the JEMS Installer with ejb3, I don't have to patch. Second, we (or I) would like to see your JAR-structure and the persistence.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008741#4008741 Reply to the

[jboss-user] [Security JAAS/JBoss] - standalone client with jaas/jboss

2007-01-31 Thread aleksab
does anybody have a complete example of a standalone client using jaas authentication with jboss... with source code and everything View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008740#4008740 Reply to the post :

[jboss-user] [EJB 3.0] - Mysterious Exception

2007-01-31 Thread QPool.Char
Hello, searched for information but did not success... When i deploy my EJB3 application, JBoss 4.0.5 GA + RC9 patch says: anonymous wrote : 11:58:37,109 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly | .

[jboss-user] [Security JAAS/JBoss] - Re: HTTPS Client auth from within JBoss

2007-01-31 Thread stone_42
Hello again, I found my problem, very stupid. My keystore and truststore files were not at the requested location in the classpath, and the keyStore implementation accepts null as InputStream parameter in the load() method. Now, everything is running fine. Regards, Martin View the original

[jboss-user] [JBoss jBPM] - Re: Deploying and running Jbpm / Drools Process

2007-01-31 Thread warmonga
Hi Koen, many thanks for your reply! Do you have a clue where I can find the webapp after deploying it from the eclipse Jbpm IDE? I searched through the jbpm-starters-kit-3.1.3\jbpm-server\ subfolders, but I couldn't find it... Many thanks for your help! Kind regards, Maurice View the

[jboss-user] [Management, JMX/JBoss] - Re: Persistence not quite working

2007-01-31 Thread bossy
Aaa, but the attributes are updated through the MBean server, I just don't use a setter. What I've got is a separate method( exposed in the MBean) that does the job. It's the one called increaseCount So my stats-config.xml look like this !DOCTYPE mbean PUBLIC |-//JBoss//DTD JBOSS XMBEAN

[jboss-user] [Security JAAS/JBoss] - Re: HTTPS Client auth from within JBoss

2007-01-31 Thread stone_42
Hello again, I simplified my example and tried to run a scenario similar to scenario 2 from http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup, but with my own client implementation. My code is SSLContext context; | KeyStore keystore =

[jboss-user] [JCA/JBoss] - Re: How to connect my EJB to Firebird database?

2007-01-31 Thread vickyk
Can you post the server.log file of the JBOSS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008730#4008730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008730 ___ jboss-user

[jboss-user] [JBossWS] - Generating WSDL from JSR 181 POJO webservice with JBossWS 1.

2007-01-31 Thread ErikEngerd2
Hi, I am trying to figure out how to generate a WSDL using wstools from a JSR181 POJO web service, but it looks like this is not supported in wstools. The configuration file I use refers to the web service but then wstools complains that the web service does not extend Remote and extending

[jboss-user] [Clustering/JBoss] - independent hajndi cluster

2007-01-31 Thread abosch
hi! im trying to setup two different cluster services, one with main cluster (session replication, etc) and the other one with ony HAJNDI clustering. the goal is what documentation calls sub-partitions, a feature that is not ready yet and i think will never do for version 3.2.8. i got several

[jboss-user] [Security JAAS/JBoss] - configure Jboss 4.0.4 to use Jaas

2007-01-31 Thread aleksab
Hello, I'm having a problem with Jaas and Jboss. read all the faqs, tutorials, examples,books i've come across. I've followed all the examples, but I can't get Jaas to talk with the Jboss AS. According to the docs, Jaas should automatically pass the context information to the jboss as... I

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-31 Thread petemuir
Post the WHOLE of the facelet (and any templates) you are displaying in. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008718#4008718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008718

[jboss-user] [JBoss jBPM] - What is SeeWhy and what we will do using this?

2007-01-31 Thread saiful.raju
What is SeeWhy and what we will do using this?.whats the purpose of seewhy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008720#4008720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008720

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2007-01-31 Thread petemuir
This is what I use: http://sfjsf.blogspot.com/2006/03/usings-sets-with-uidata.html#links rewritten as a facelets function for ease. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008723#4008723 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Question about request/response lifecycle

2007-01-31 Thread petemuir
You'll probably have more luck asking this on a JSF forum (e.g. myfaces user list, sun forums) as this q has little to do with Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008719#4008719 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: jboss deployment order

2007-01-31 Thread jaime1985
sorry, the jboss-web.xml whas like this: ?xml version=1.0 encoding=UTF-8 ? jboss-web jboss.web.deployment:helloworldportal.war /jboss-web Thanks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008724#4008724 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Persistence not quite working

2007-01-31 Thread [EMAIL PROTECTED]
JMX persistence is based on the assumptions that a setter is called through the MBeanServer and the only way to do this is by having a setter exposed. You'd have to use some sort of AOP to intercept a setter call that doesn't go through the MBeanServer, and this is a whole different story.

[jboss-user] [JBoss Getting Started Documentation] - jboss deployment order

2007-01-31 Thread jaime1985
Hello. I´m trying to deploy 2 war files: HelloWorldPortal.war (from the tutorial) and a.war (which is a portlet inside de HelloPortal). The problem is that when I start JBoss Server, the order of deployment is first a.war and secodn HelloWorldPortal.war. The consecuence of this is that the

[jboss-user] [JBoss Seam] - Re: Why don't instance RenderManager in Seam?

2007-01-31 Thread wilson.almeida
Now, it's work fine. Solution in components.xml |component name=renderManager class=com.icesoft.faces.async.render.RenderManager scope=APPLICATION/ | |component name=manter scope=SESSION | property name=renderManager#{renderManager}/property |/component | Thank

[jboss-user] [EJB 3.0] - Re: Mysterious Exception

2007-01-31 Thread QPool.Char
problem solved mistake in my build script wasted 2 days no comment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008751#4008751 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008751

[jboss-user] [JBoss Seam] - How to use si:selectItems with an object that has a String i

2007-01-31 Thread lawrieg
Hi, I'm a Seam newbie and I'm trying to get my head around si:selectItems and the Seam application framework. My CustomerType object has a String id so when I initially tried to use si:selectItems without creating and specifying a converter I got an exception: h:selectOneMenu value=#{

[jboss-user] [EJB 3.0] - Re: Mysterious Exception

2007-01-31 Thread QPool.Char
You were totally right my build script did not package all of the .class files. I m sorry for stealing your time i will look at the easy things first when i face the next problem. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008753#4008753 Reply

[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

2007-01-31 Thread petemuir
Post the CustomerType class (include type annotations) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008754#4008754 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008754 ___

[jboss-user] [EJB 3.0] - Example of Database Locking

2007-01-31 Thread JamesWoodward
Hi, I've trawled through the forums and can't find a solution to what must be a common problem. I have 2 clients that each access their own SFSBs. They pass a list of Order objects to the SFSB. For each order, the SFSB makes a call to another SFSB which allocates a transaction id, which it

[jboss-user] [JBoss Seam] - Re: Seam remoting error

2007-01-31 Thread [EMAIL PROTECTED]
Can you post a JIRA issue with a working example of the issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008756#4008756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008756

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread svadu
I believe that this: Caused by: javax.ejb.EJBTransactionRolledbackException: org.jboss.seam.RequiredException: Out attrib | ute requires value for component: browseAction.category Tells you what your problem is. Make it required=false or make sure it's never null. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: [deploymentinfo] and temporary files

2007-01-31 Thread sengsational
[EMAIL PROTECTED] wrote : There is (almost) nothing wrong with this. It's a jdk bug on windows. The tmp files are locked by the classloaders using them, and they will only deleted by jboss when it restarts.Thanks for the quick reply. I was just fretting over not getting the benefit of hot

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread rlhr
Actually I focused on getResults to describe the problem, but the same happen to browseAction.category. It is not null at first and then it goes null. What I don't understand is why while rendering the page, we lose the context... View the original post :

[jboss-user] [EJB 3.0] - Re: Mysterious Exception

2007-01-31 Thread te-bachi
No problem... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008761#4008761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008761 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

2007-01-31 Thread lawrieg
CustomerType class: @Entity | @Table(name = CUSTOMER_TYPE, catalog = CustomerBuilder) | public class CustomerType implements java.io.Serializable { | | private String id; | private String name; | private SetScript scripts = new HashSetScript(0); | | public

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread svadu
I am not sure what happens with EVENT scope when it's used in multiple subviews. But did you try to set PAGE scope? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008765#4008765 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

2007-01-31 Thread petemuir
You're on the right track with your first approach - you can use the inbuilt EntityConverter (which is used automatically) as a converter. It looks to me like you are trying to use objects in the list with it that have null ids (which is why you get an NPE). Is this intentional? View the

[jboss-user] [JBoss jBPM] - Re: Recursive call to jBPM BPEL Process

2007-01-31 Thread christian.seiffert
Hi Alex, thank you for your response! I see no exception when running the process. Even the server log looks good. I changed log4j settings so the server log is full of information. Thats why i put the log files on an external resource where you can download it from. I hope this will be no

[jboss-user] [Security JAAS/JBoss] - Have problem about org.jboss.security.ClientLoginModule

2007-01-31 Thread changemylife
Hi all ! On the client, I write: String path = Test.class.getProtectionDomain().getCodeSource().getLocation().getPath(); if (path.endsWith(.jar)) path = path.substring(0, path.lastIndexOf(\\));

[jboss-user] [Management, JMX/JBoss] - Jboss-4.0.3SP1 shutting down itself without any explicit shu

2007-01-31 Thread harsh.nsit
Hi, I am using Jboss-4.0.3SP1 and tomcat5.5 running on same machine. Tomcat is running on 8080 port and jboss on 8180. It happen that after running some time say 5 hr or so (in some case even more than 30 hrs) jboss server is going down. The log says

[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

2007-01-31 Thread lawrieg
Thanks for your help Pete. From what I read in the wiki, I thought I should be able to use the inbuilt EntityConverter, so I was a bit surprised when this didn't work... I've just checked, and the two objects in the list both have non-null ids - do you have any other ideas what might be

[jboss-user] [EJB 3.0] - Re: ID-Handling

2007-01-31 Thread hamtho2
noone knows about a solution to this? is this so unusual? or is it too obvious? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008774#4008774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008774

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-01-31 Thread efabiano
OK gavin I´m checking this. By the way, during Jboss instalation there is an option 'enable deployment isolation/call by value'. I didn´t check this option. Do you think I should´ve enabled this option? tks View the original post :

[jboss-user] [JBossWS] - SOAP request missing namespace

2007-01-31 Thread yperey
Hello, I've followed step by step the http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDOCClientStepByStep to deploy a web service client on JBoss 4.0.2 using JWSDP 1.6. The problem is that in the SOAP request I send to the server there are attributes of a complex type with missing namespace:

[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

2007-01-31 Thread petemuir
I notice your @Id annotation is on the method rather than on the field - now that should work, and no one has said it doesn't - but I don't use it so can't confirm. I'll do some tests to see if that is the problem later. View the original post :

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread rlhr
I get the same problem with Page scope. I don't think this is a context issue, because I do get the right values at first. I'll try to investigate to find out what's going on. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008786#4008786 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Confused about Seam/JSF/Facelets Tools - Seeking some Gu

2007-01-31 Thread terryb
I tried finding tylor the site seems down and google doesn't return useful link. I guess I will keep trying the site url you wrote. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008787#4008787 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - run.sh error: Missing required file

2007-01-31 Thread MuschPusch
Hello, i'm trying to install jboss to run opencrx. The problem is when I run ./run.sh i get this error: run.sh: Missing required file: /opt/jboss/system/src/bin/run.jar Does anyone has an idea? Volkan Java -version now says: java version 1.5.0_06 Java(TM) 2 Runtime Environment, Standard

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread rlhr
Actually I must be tired! Since I outject the value, I should not access it as #{browseAction.results} but directly as #{results} Since I used a SLSB, I guess I could still get the data for a while but that was luck. My bad :) View the original post :

[jboss-user] [JBossWS] - Re: [WSSecurityHandler] Cannot obtain security configuration

2007-01-31 Thread PhFery
Hi thomas! Have a look here for correct location of both jboss-wsse-server.xml and jboss-wsse-client.xml. It depends how you application is packaged (war, EJB jar,...) http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecurityConfig ;-) Philippe FERY View the original post :

[jboss-user] [JBoss Portal] - Re: Upgrade from 2.4.1 SP1 to 2.6 - Big Effort?

2007-01-31 Thread sjewett
anonymous wrote : | The true test would be to create the content in a 2.4.1 instance in the database. Leaving the database as is, and loading the 2.6 portal instance. Your CMS content should stay in tact including versions etc. | | You can test this by navigating the content via the

[jboss-user] [JBoss jBPM] - Re: Drools Forum

2007-01-31 Thread jjdepaul
Is there a specific Forum dedicated to DROOLS questions/discussions - really would like to get in touch with those who've used the engine especially as a stateless Service. Anybody? James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008792#4008792 Reply

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2 timers in a cluster

2007-01-31 Thread cpob
It depends on how you have the timer thread/service/whatever deployed. If you have one running for every server in the cluster, then yes, it will be an issue. What we did, is only have ONE server run the timer thread/service, so they only get run from one source to ensure there is no cluster

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - OneToMany Relationship problem - BatchUpdate

2007-01-31 Thread rabbiaqaswar
Hello I am using NetBeans 5.5 and database is Oracle 9i. There are two tables in my database 1. Department LongDEPTID VARCHAR DEPTNAME 2. Employee Long EMPID VARCHAR EMPNAME LONG DEPTID In the entity Department, I have: | @OneToMany(cascade = CascadeType.ALL,

[jboss-user] [JBoss jBPM] - Re: Should I use Drools?

2007-01-31 Thread kukeltje
ever tried the words drools forum jboss in google? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008795#4008795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008795 ___

[jboss-user] [JBoss Seam] - Re: Diff in behaviour with STATE_SAVING changed to server fr

2007-01-31 Thread kevin.genie
Hello: Since this thread is old, let me say the problem again. If the STATE_SAVING_METHOD is changed to server from client and when a page is taken from a link second time , the first conversation and bean is not getting destroyed. I have a test case to reproduce this behaviour using the

[jboss-user] [JBoss Messaging] - Changes in Database Schema for SP2

2007-01-31 Thread oleznew
Where can I find the changes to be done for the database schema for SP2? Thanks, Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008818#4008818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008818

[jboss-user] [JCA/JBoss] - Oracle Connection -- WrappedConnection -- CastException

2007-01-31 Thread Davidoff
Hello colleagues, I am sure someone bumped into this once before. I am trying to get an OracleConnection from Jboss pool manager and JNDI. My understanding is to get a WrappedConnection from the JNDI DataSource, I am still getting a CastException. I was wondering what is the solution around

[jboss-user] [JBoss Portal] - invalidate cache / user per user and window per window

2007-01-31 Thread Antoine_h
Hello, I want to invalidate the cache of one window (ie instance of portlet). This done independently for each user. this invalidation (reset of cache) would be triggered by another portlet (or a JMX service). so that a Portlet A still have some cache, but sometime, because of a general

[jboss-user] [JBoss Portal] - Re: Needed functionality (requirements)

2007-01-31 Thread Antoine_h
may be you can start with reading the jboss portal presentation on the jboss site (com and org). then have a look at the online demo. and then read through the reference guide, to have a deeper view. you'll find many answers, most quite directly... View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError

2007-01-31 Thread PeterJ
I do not recognize the package com.infosys.j2ee. It is not part of JBoss. It is not part of Struts (which I assumed based on a few google hits I got and from the class name). I could not find it in my local Maven repository either. So it must be your package, or one that you got from

[jboss-user] [JBoss Portal] - Calling external java applications from JBoss portal with lo

2007-01-31 Thread liquide
Hello, i am beginner in JBoss portal technology. We are evaluating the usage of JBoss portal as a product switch to our normally web based java applications. Now i have two questions: * Is it generally possible to call java applications from a JBoss portal? * Is it possible to hand on the

[jboss-user] [JBoss Portal] - Re: Portlet Taglib and Facelet XHTML?

2007-01-31 Thread palace
What do you want to do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008810#4008810 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008810 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: How to use JBoss TreeCache outside JBoss Application Ser

2007-01-31 Thread [EMAIL PROTECTED]
| TreeCacheMBean = new TreeCache(); | PropertyConfigurator config=new PropertyConfigurator(); | // Configure cache from config file on the classpath | // File can be named anything | config.configure(tree, mycache-service.xml); | tree.createService(); | tree.startService(); |

[jboss-user] [JBoss Eclipse IDE (users)] - Jbpm Process Designer -Eclipse Plugin

2007-01-31 Thread boopathy_c
Hi, Where can i get the source code for Jbpm Process Designer -Eclipse Plugin. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008809#4008809 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008809

[jboss-user] [Clustering/JBoss] - Re: cluster-config.xml or jboss-service.xml

2007-01-31 Thread [EMAIL PROTECTED]
You'd need to copy jboss-cache.jar and jgroups.jar from server/all/lib as well. I think all other jars those two depend on are already there in default. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008807#4008807 Reply to the post :

[jboss-user] [JBossCache] - Re: How to use JBoss TreeCache outside JBoss Application Ser

2007-01-31 Thread jigu888
Thanks for the reply. As you have suggested, i looked under JBossCache-1.4.1.GA\examples folder but it contains examples only for PojoCache, i want some examples of TreeCache. if u can suggest something then it will be of great help. Thanks once again. View the original post :

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-01-31 Thread [EMAIL PROTECTED]
no, its not important View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008804#4008804 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008804 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: What is SeeWhy and what we will do using this?

2007-01-31 Thread kukeltje
why don't you type seewhy jbpm in google ans be surprised (searchengines do exsist longer than today you know) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008803#4008803 Reply to the post :

  1   2   3   >