[JBoss-user] [EJB 3.0] - Re: Migration 4.0.4.CR2 -> 4.0.4.GA problem

2006-06-26 Thread gus888
As to changing List to SortedSet on JBoss 4.0.4. GA, I found that the dvdstore example in seam 1.0.1 GA used the List: @Entity | @Table(name="ORDERS") | public class Order | implements Serializable | { | ... | List orderLines = new ArrayList(); | ... | @OneToMany(mappedBy="

[JBoss-user] [JBoss Seam] - Re: Problem injecting default resource bundle to session bea

2006-06-26 Thread johnnybe
I'm sorry. Tracked down the error to a mistake on my side. My packaging configuration was broken, so the Seam ejb-interceptor was not properly registered. Thanks for your patience with a newbie :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953484#395348

[JBoss-user] [JBoss Portal] - JBoss Portal 2.2.1-SP2 - Released

2006-06-26 Thread [EMAIL PROTECTED]
We have released the second service pack of JBoss Portal. The files are available on our download page: http://www.jboss.com/products/jbossportal/downloads The documentation is also viewable online: http://www.jboss.com/products/jbossportal/docs This version has been tested with JBoss-4.0.4.G

[JBoss-user] [Installation, Configuration & Deployment] - deployment documentation

2006-06-26 Thread afshad
Hi Where can i find detailed documentation about which xml files are needed for JBoss deployment. i see examples here and there with maybe one session bean or a cmp but no where can i find proper documentation about all kinds of deployment files for different beans: entity stateless, stateful,

[JBoss-user] [EJB 3.0] - ejb3 and mysql cluster

2006-06-26 Thread SunFire
Hi, I was looking for documentation on how to configure multiple clustered mysql servers as a datasource for a single transparent failovered persistence unit. Is this possible and if yes where can I find documentation on this? There seems to be nothing about this in the ejb3 specs. Thanks View

[JBoss-user] [EJB 3.0] - Re: Migration 4.0.4.CR2 -> 4.0.4.GA problem

2006-06-26 Thread vphagura
Thanks John and to everyone who have posted their solutions here. It worked, so it is important to implement Comparable (NOT comparator) on your Entities, if you are planning to use SortedSet as I have done. Thx Vijay View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-26 Thread ONIT
Hi Tim, Here is the login-config.xml file. http://www.jboss.org/j2ee/dtd/security_config.dtd";> guest messaging-users.properties messaging-roles.properties

[JBoss-user] [JNDI/Naming/Network] - Re: Basics: binding object instance/factory to JNDI name

2006-06-26 Thread Gunark
>From what I understand, env-entry only lets you reference instances of >Integers, Floats, and other primitive wrappers. I don't think this is what I'm looking for. Once again, all I want is for an instance of some arbitrary class to be available under a global jndi name. So that when the app i

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Exception with tldcache the first time a web application

2006-06-26 Thread argaldo
sorry, JBoss version is latest, of course: 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200606261336 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953476#3953476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953476

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Exception with tldcache the first time a web application is

2006-06-26 Thread argaldo
A web application deployed as an exploded war under server/default/deploy dir wich uses struts tld gives this error the first time anybody requests it's initial page. Subsecuent requests are well served and the exception never arises again until the server is restarted. exception org.apach

[JBoss-user] [Security & JAAS/JBoss] - Re: XMLLoginConfig not picking up my application-policy

2006-06-26 Thread david.l.small
Here you go ... http://www.jboss.org/j2ee/dtd/security_config.dtd";> guest java:/DefaultDS SELECT PASSWD FROM JMS_USERS WHERE USERID=? SELECT ROLEID, 'Roles'

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-26 Thread sverker
I've made an unofficial package availible which contains the missing files on http://www.abrahamsson.com/jboss-EJB-3.0_RC8-FD-sverker.zip This is the readme I put in the zip: Since the official distribution of jboss-EJB-3.0_RC8-FD is missing some files which are to be replaced according to the

[JBoss-user] [Security & JAAS/JBoss] - Re: XMLLoginConfig not picking up my application-policy

2006-06-26 Thread tefron
disable html and post your loginConfig.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953471#3953471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953471 Using Tomcat but need to do more? Need to support web servi

[JBoss-user] [JBoss jBPM] - Re: Regarding Asynchronous Continuations

2006-06-26 Thread kazam
Thanks Roland that clarifies everything pretty much. anonymous wrote : | Could you elaborate on this? Besides the async continuations, jBPM runs in the client thread (e.g. the webapp, fat client or whatever). It is a library, not a full separate server | Am I correct in saying that, Und

[JBoss-user] [EJB 3.0] - Re: Cannot get connection to Progress 10.0B DB

2006-06-26 Thread tsar_bomba
http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-optional-dialects ...progress is listed here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953468#3953468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [Beginners Corner] - How to include ejb.jar into application.xml

2006-06-26 Thread sridharkoduri
I have a EJB project(name EJBProject) that contains the ejb. I am creating a new J2EE project (name J2EEPorject) to include the EJB's. On the project properties of J2EEProject, I included the EJBProject. But when I create the descriptor (application.xml), the content of the application.xml do

[JBoss-user] [Management, JMX/JBoss] - Re: Problem locating an MBeanServer

2006-06-26 Thread PeterJ
You cannot get a reference. Instead, all operations on an mbean must be done through the MBeanServerConnection instance. Thus, to make the example method call, you would write: ObjectName name = new ObjectName("--name of your 'world' mbean--"); | mconn.invoke(name, "tell", null, null); See

[JBoss-user] [Security & JAAS/JBoss] - Re: XMLLoginConfig not picking up my application-policy

2006-06-26 Thread david.l.small
j2ee_junkie, I must have done something wrong when creating the post, because the terminating element is in there. anil, below is the relevant trace information. It looks like it loads OK. anonymous wrote : 2006-06-26 11:05:15,553 DEBUG [org.jboss.security.auth.login.XMLLoginConfigImpl] Try loa

[JBoss-user] [EJB 3.0] - Re: Cannot get connection to Progress 10.0B DB

2006-06-26 Thread tsar_bomba
"jatsrt" wrote : Since EJB is more Hibernate based, it being in the standardjboss.xml is less important. I have not use dit, but is there a dialect available for it? | | Also, if you have a proper driver and a proper connection URL(see your driver's documantation) it should at least start

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-26 Thread timfox
| | javax.jms.JMSSecurityException: User null is NOT authenticated | at org.jboss.jms.server.security.SecurityMetadataStore.authenticate(SecurityMetadataStore.java:181) | at org.jboss.jms.server.container.SecurityAspect.check(SecurityAspect.java:252) | at org.jboss.jms.server.contain

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-26 Thread ONIT
Here is some more data that might shed some light on the problem. destinations-service.xml CONFIGURATION DATA jboss.messaging:service=ServerPeer jboss.messaging:service=ServerPeer jboss.messaging:service=ServerPeer jboss.messaging:service=Se

[JBoss-user] [EJB 3.0] - Re: Cannot get connection to Progress 10.0B DB

2006-06-26 Thread jatsrt
Since EJB is more Hibernate based, it being in the standardjboss.xml is less important. I have not use dit, but is there a dialect available for it? Also, if you have a proper driver and a proper connection URL(see your driver's documantation) it should at least start up. The mapping is only u

[JBoss-user] [JBoss jBPM] - Null Pointer for Nodes with '/' in the name

2006-06-26 Thread ibivibiv
I stumbled into an exception while trying to name a node in a process definition with a / in it. The eclipse plugin allows for the slash in the node name, however the parser for the process definition does not like it. I believe this is due to the / being used in the string tokenizer as the d

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-26 Thread MarcReis
Sure, (sorry for being unclear) The error does not occure when just deploying the 1.3.0 or 1.4.0CR1 jboss-cache.jar into the /lib Folder but as soon as I also deploy my ejb3 application (one SLSB, one SFSB and one POJO used via *.hbm.xml as an entity). It does not matter if I use a hibernate

[JBoss-user] [JBoss Seam] - Re: DataSource configuration at runtime

2006-06-26 Thread baz
Hello Thomas, so i have to use embeddable ejb? At the moment i use seam managed sessions as introduced with the example 'hibernate' (the derivate from the hotel booking example) If i use embeddablke EJB as suggested, how to inject the transaction manager into a datasource provided by Tomcat? f

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Context in Jboss / Tomcat

2006-06-26 Thread asack
"essimal" wrote : Hi, | | My configuration is: | | Eclipse: Eclipse 3.1.1 (JBossIDE-1.5.1) | JBoss 4.0.4 GA | | I have started developing with JBoss and have the following problem, with Eclipse I create a file .war of my application, and from eclipse I do the deploy in JBoss, and

[JBoss-user] [Installation, Configuration & Deployment] - JBoss JMS Message persistance with Ingres problems

2006-06-26 Thread alanjonesbath
We are currently trying to get JBoss 4.0.3 working with Ingres (instead of HSQLDB) as a means of JMS message persistance. We have our demo application successfully connecting to the Ingres R3 database, and it has created the necessary tables in the database for us. However, when our demo applica

[JBoss-user] [EJB 3.0] - Re: Error: Can't call rollback when autocommit=true

2006-06-26 Thread feric
I have the exact same problem but using hibernate and not entity beans? Anybody know why? I was getting a normal exception when trying to save something. The catch clause then tries to rollback and I get the same exception... View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Security & JAAS/JBoss] - Re: Programmatic Login

2006-06-26 Thread kosmi
Hey anil, i will try to call the j_security thing after the server send me a redirect. maybe this will try my problems with my strange url = "http://localhost:8080/portal/j_security_check?jsessionid="; + sessionId() + ":-1&j_username=" + getLoginName() + "&j_password=" + getPassword()"; so

[JBoss-user] [EJB 3.0] - Re: Cannot get connection to Progress 10.0B DB

2006-06-26 Thread tsar_bomba
OK, I just looked through the standardjbosscmp-jdbc.xml file and I don't see an entry for Progress at all - does that mean it's not supported? Can someone help us if it *is* in fact supported? We had great hopes that it was since there was a progress-ds.xml file sitting in the examples dir...t

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Context in Jboss / Tomcat

2006-06-26 Thread essimal
Hi, My configuration is: Eclipse: Eclipse 3.1.1 (JBossIDE-1.5.1) JBoss 4.0.4 GA I have started developing with JBoss and have the following problem, with Eclipse I create a file .war of my application, and from eclipse I do the deploy in JBoss, and deploy the application in "\server\default\t

[JBoss-user] [Security & JAAS/JBoss] - Re: XMLLoginConfig not picking up my application-policy

2006-06-26 Thread [EMAIL PROTECTED]
Enable trace logging as highlighted in the FAQ at the beginning of this forum. You will see if there are any parsing issues with your login config file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953448#3953448 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Security & JAAS/JBoss] - Re: Programmatic Login

2006-06-26 Thread [EMAIL PROTECTED]
You need to hit a secured resource and allow the container to forward you to the login page. You cannot try to do the j_security thing yourself, unless there has been a redirect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953447#3953447 Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: XMLLoginConfig not picking up my application-policy

2006-06-26 Thread j2ee_junkie
David, One thing I noticed is you forgot the authentication element (or maybe you just did not post it.) See the login-config.xml file for xml elements. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953446#3953446 Reply to the post : http://www

[JBoss-user] [EJB 3.0] - Re: Cannot get connection to Progress 10.0B DB

2006-06-26 Thread tsar_bomba
Wow, good eye. What this means is, however, that someone screwed up the example progress-ds.xml file in the JBOSS_HOME/docs/example/jca/ folder because that's where I got this file. I guess that answers my question of how popular Progress is w/ JBoss users... View the original post : http://w

[JBoss-user] [JBoss Seam] - Re: Wrong link in a portlet

2006-06-26 Thread alesj
Can something similar be the cause of my wrong link? - http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html?page=1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953444#3953444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-26 Thread [EMAIL PROTECTED]
I just use jboss-cache release 1.4CR2 in 4.0.5 cvs release. I didn't see any problem for both sfsb and entity under all. I must have missed the problem. Can you summarize your problem again? I am bit confused since I thought you mentioned that just deploying it will produce the problem. View t

[JBoss-user] [JBoss jBPM] - Query regarding sub-process

2006-06-26 Thread amar.patel
Hi, I have a process which consists of multiple sub-processes. I would like to know that after deploying the processes(super as well as sub processes), is it necessary for me to set the process states with their sub-process definitions? What I mean to say is that currently i create my process

[JBoss-user] [JBoss Messaging] - Re: Installation Validation Test Failure

2006-06-26 Thread grfalk
Thank you for the replies and for the clarification. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953441#3953441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953441 Using Tomcat but need to do more? Need to support

[JBoss-user] [Installation, Configuration & Deployment] - Configuring DataSource (MYSQL 4.X) in struts-config.xml (Str

2006-06-26 Thread ramaka
[We configured the below DataSource in struts-config.xml (in struts 1.2.9) while starting the JBOSS 4.0.3 SP1 we are geting the follwing error 12:22:00,513 ERROR [ActionServlet] Initializing application data source org.apache.struts.action.DATA_SOURCE org.apache.commons.dbcp.SQLNested

[JBoss-user] [Security & JAAS/JBoss] - XMLLoginConfig not picking up my application-policy

2006-06-26 Thread david.l.small
Hi, I'm trying to migrate from 4.0.3SP1 to 4.0.4.GA. The last hitch that I have is creating my security domain. Normally, I just add this application-policy snippet to the login-cofig.xml file. anonymous wrote : | | | |

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-26 Thread [EMAIL PROTECTED]
Repeating your own message is not helpful... Providing more information would help us help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953436#3953436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953436 Using

[JBoss-user] [EJB 3.0] - Re: Cannot get connection to Progress 10.0B DB

2006-06-26 Thread jatsrt
Does nobody want to point out that Progress DB 10 is NOT PostgreSQL 8 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953434#3953434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953434 Using Tomcat but need to do mo

[JBoss-user] [Security & JAAS/JBoss] - Re: Programmatic Login

2006-06-26 Thread kosmi
Hello Sonja and cgriffith, thanks for your replies. yes - its a strange way to do a programmatic login but i didn't found another way... Authenticating via creating a LoginContext is the right way (and i tried it) but I need to propagate the principal through request.getPrincipal(). I need this b

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-26 Thread fady.matar
"fady.matar" wrote : I just migrated the applications created previously in Seam to the latest 1.0.1 version. Now for all the applications I get the following exception | | Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | |

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: AJP, Apache, Tomcat SSL question

2006-06-26 Thread tim.cockle
Hi, I am looking to set up my application so that Apache handles the SSL and Tomcat uses AJP to comunicate the data. I need away for requests to HTTP to be redirected to HTTPS to stop the user from accidentally using an insecure pipe. Did you find any helpfull links when you looked into your pr

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-26 Thread docampbell
Forgot to mention that I am using JBoss 4.0.4-GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953430#3953430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953430 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JBossWS] - Problems in processing of xs:any

2006-06-26 Thread docampbell
Hi guys, I have an implementation of WS-Reliable Messaging, which uses Axis and WebLogic. I am trying to convert it to be open-source based, using JBoss as the WS container. To do this, I need to generate code from my WSDL, which I then implement as a web service (using the standard ws-tools

[JBoss-user] [JBoss Getting Started Documentation] - Dead Link for Javaservice

2006-06-26 Thread shortS
Saludos in the Chapter 1. Getting Started doc there is a link for Javaservice. http://www.alexandriasc.com/software/JavaService/index.html <-- this one is dead! looking up in google points me over here: http://javaservice.objectweb.org/ Youd better refer to the Object Web site, it will not

[JBoss-user] [Clustering/JBoss] - Re: Problem creating two intances on the same machine

2006-06-26 Thread JerryGauth
Are you actually using the "default" server? If so, your cluster instances need to be copies of the "all" server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953426#3953426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Proper way to Configure JBoss MQ Queues

2006-06-26 Thread anupama
Hi gcoleman, Thanks for your reply, my server is configured to use HA-JNDI by default and it have jndi.properties as mentioned in Wiki in conf directory. When I am accessing ConnectionFactory within server I am just calling new InitialContext() since it is within server do I have to explicitly

[JBoss-user] [JBoss Seam] - Re: DataSource configuration at runtime

2006-06-26 Thread [EMAIL PROTECTED]
You need to use the JNDI tree of Tomcat for the datasource then (and keep JBoss JNDI for everything else) The easiest way to do (if you are using one of the Seam example as skeleton) is to configure in: ./embedded-ejb/conf/default.persistence.properties those 2 keys: hibernate.jndi.java.naming.

[JBoss-user] [JBoss Seam] - @RequestParameter?

2006-06-26 Thread bkyrlach
I have the following SLSB... @Stateless @Name("infozapAction") public class InfozapActionImpl implements InfozapAction { @RequestParameter("schoolList") private String schoolList; @Out private InfoZapDTO izdto; public void createInfoZapDTO() { System.out.p

[JBoss-user] [EJB/JBoss] - I am to able to connect to the server through client

2006-06-26 Thread coder_j2ee
I have got these examples from jboss website showing how to run ejb3. I have deployed the jar file in jboss for stateless session bean. The bean gets deployed successfully but the client is not able to the call the beans The following exception occurred Exception in thread "main" java.lang.No

[JBoss-user] [JBoss jBPM] - BPEL and Java

2006-06-26 Thread Skyman37
Hello, I would like to create a process in BPEL (to work with jbpm). A client application coded in Java creates a new instance of the process. Then, the state node of the process wait that the client send a data (receive node). Here, the partner link is the client application. But with the BPEL

[JBoss-user] [JBossWS] - Web services and java.util

2006-06-26 Thread Christy
Hi! What about the problem with WS and types java.util? Did it solved? Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953419#3953419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953419 Using Tomcat but ne

[JBoss-user] [JBoss Seam] - Re: DataSource configuration at runtime

2006-06-26 Thread baz
Hello, yes you are right, i have used the wrong wording. here is the correction By now, for every targetsystem i do this: 1. edit jboss-bean.xml 2. package the app (run Ant build script) 3. copy the resulting war to the right system But what i need is: 1. package the app (run Ant build script

[JBoss-user] [Security & JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-26 Thread j2ee_junkie
Susumu, It would be helpful to see what is happening at authentication time in trace logging for jboss security layer. As well, you can verify what roles the principals have by viewing the authentication cache using jmx-console. Please let us know. thanks, cgriffith View the original post :

[JBoss-user] [JBoss Messaging] - Re: Queue configuration

2006-06-26 Thread thebreeze
Aah, fair enough - I'll have another go when 1.0.2 comes out. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953413#3953413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953413 Using Tomcat but need to

[JBoss-user] [JBoss/Spring Integration] - Re: Spring Application Context / JBoss

2006-06-26 Thread alesj
Np. If you have some other usage than plain web app context, maybe then JBoss/Spring integration can be useful. But for plain web app context - it's very simple - I think all you need is a right Servlet Listener defined in your web.xml. View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-26 Thread lws688
I believe that this problem is caused by a bug in FaceletViewHandler. I replaced the jsf-facelets.jar with a new one and removed the filter from the web.xml. Then I redeployed the booking example and tested it. I found that it could process and display chinese character correctly. View the orig

[JBoss-user] [JBoss Seam] - Datatable presentation problem

2006-06-26 Thread elenh
Hi, I'm new to seam and I'm facing a problem with the caption tag in the datatable element. I need to produce a caption for a table, but the caption facet in the datatable element doesn't produce anything. The code I use is: Results sorted by Rating Name

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-26 Thread [EMAIL PROTECTED]
By "if needed", i meant if configured by the developer. So i meant to have the filter as a utility (ie: if people need it, they shouldn't have to write it). But i said that based on the assumption that the filter was required. It is not obvious now that you say it. CptnKirk, you seem to be the

[JBoss-user] [JBoss Messaging] - Re: Queue configuration

2006-06-26 Thread timfox
There's no DLQ support at present. This is part of the same task, so will be in 1.0.2 (not too long). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953405#3953405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953405

[JBoss-user] [JBoss Messaging] - Re: Queue configuration

2006-06-26 Thread thebreeze
Is the DLQ behaviour also hard coded (and supposed to work)? Am "playing" with the redelivery behaviour by having a simple mdb that just calls setRollbackOnly. We watch messages being delivered a number of times and eventually get a log message along the lines of: JBossMessage[58120]:PERSISTEN

[JBoss-user] [EJB 3.0] - Problem with delete through helper method in SessionBean

2006-06-26 Thread squishy
Hello, I have the following problem: I have a User entity with a ManyToMany relationship to Group, persist and merge cascading. I have a UserMgrBean session bean to access the Users. If i delete a User with a relationship by calling (umgr being a UserMgr instance) | umgr.delete(umgr.get(1));

[JBoss-user] [JBoss/Spring Integration] - Re: Spring Application Context / JBoss

2006-06-26 Thread dajtw
Thanks for the notification and pointer but as the context of my help request is basically "Spring" and "Jboss", I assumed this would be the correct forum to ask; after a bit of investigation as to why you say this is the incorrect forum, I take it this 'Spring/JBoss' integration is more to do w

[JBoss-user] [Installation, Configuration & Deployment] - 2 apps using different versions of SAME database jars, Possi

2006-06-26 Thread jaikiran
Hi, Is the following scenario possible, considering the way classloading works. - I have 2 applications App1 and App2 deployed on JBoss - App1 uses a datasource which requires a older version jar of some database(say oracle). App2 uses a datasource requires a newer version of jar of the SAME

[JBoss-user] [JBossWS] - Problems consuming webservice

2006-06-26 Thread Sickmick
I have a webservice consumer deployed on a (local) JBoss 4.03 server wich I can connect to by finding it via JNDI. But when I try to call a method on the (found) stub, I get an UnknownHostException when it tries to call the URL of the webservice (I am behind a firewall). Setting the System prope

[JBoss-user] [Beginners Corner] - Re: newbie struts error

2006-06-26 Thread jaikiran
I am not a expert at Struts, but i think: anonymous wrote : should be: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953390#3953390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953390 Using Tomcat but need to

[JBoss-user] [JBoss Messaging] - Re: Queue configuration

2006-06-26 Thread timfox
Delivery attempts is currently hardcoded. Pluggable redelivery behaviour is currently scheduled for 1.0.2 http://jira.jboss.com/jira/browse/JBMESSAGING-127 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953396#3953396 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss Eclipse IDE (users)] - I want to create a project using 3.0 rules and use descision

2006-06-26 Thread rahulkautkar
Please send me a basic application which make use of descision table. I am not able to get "org.drools.decisiontable.DecisionTableLoader" in 3.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953394#3953394 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JNDI/Naming/Network] - Re: problem with JNDI EJB3 accessing

2006-06-26 Thread [EMAIL PROTECTED]
This problem comes from that your client (i.e IDE) uses differet ejb3 libraries than your current jboss server. You can fix the problem by removing all ejb3 libraries that your IDE uses and then add the same ejb3 libraries located in jbossXXXGA/server/default(depends here)/lib View the origin

[JBoss-user] [Beginners Corner] - Re: newbie struts error

2006-06-26 Thread Gurnard
Jaikiaran, excellent thanks. You maybe no expert but you have an eye for syntax, nice one, should have spotted it myself but that is the way heh looking at the thing too closely. It works with the change. Thank you very much for your help. cheers Martin View the original post : http://www.

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss/Spring development

2006-06-26 Thread alesj
Like I already told you: 1. read what JBoss/Spring Integration is all about (see wiki) - and it is not about how you get you web app context up and running 2. I believe Spring forum has tons of this helping issues, and tons of examples , ... 3. what are you trying to do? simple instantiation of a

[JBoss-user] [Beginners Corner] - newbie struts error

2006-06-26 Thread Gurnard
Hello. I am having a frustrating problem with an action. All it is is a simple foward after a query in a bean, but I keep getting forward success not found from the server log. I am sure I am just missing out on something simple here but I just can't see what, below is the situation: I have

[JBoss-user] [JBoss jBPM] - Re: Observer / Listener pattern on jBPM process execution?

2006-06-26 Thread [EMAIL PROTECTED]
check out event propagation in the docs: you can associate an action with a process definition. after that you're notified of all that kind of events inside of the process. there is no event/action mechanism spanning all process definitions in a jbpm installation. View the original post : ht

[JBoss-user] [JBoss jBPM] - Re: Observer / Listener pattern on jBPM process execution?

2006-06-26 Thread kukeltje
One solution we (the company I work for) are thinking of for a kind of BAM solution is to periodically poll the DB. This way we do not have to change any code in jBPM and retrieving all starts, node enters and end since the last poll (we keep the ID of the last log record) doe not lead to a majo

[JBoss-user] [JBoss jBPM] - Re: Regarding Asynchronous Continuations

2006-06-26 Thread kukeltje
"kazam" wrote : | My perhaps silly question is that why isn't async used for Tasks, I have used Oracle BPEL Workflow before and Tasks response or completion used to be asynchronous having a callback association in the process when the Task was completed. Simple, jBPM has (human) task functi

[JBoss-user] [EJB/JBoss] - Re: actual table-name is not taken while creating SQL query

2006-06-26 Thread wdfink
I can't see a mistake. Do you pack the EAR/JAR correct (not missing the jboss config) How do you create the descriptor? xdoclet? Wolf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953384#3953384 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: can't open my index , jsp and error.jsp

2006-06-26 Thread TMary
can anyone just give a hit?? thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953383#3953383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953383 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss/Spring development

2006-06-26 Thread dajtw
So if I wanted to retrieve the relevant bean factory, I'd have to use JNDI to retrieve it? Is it possible to utilise WebApplicationContext to retrieve the bean factory? Thanks in advance... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953382#3953382 Repl

[JBoss-user] [JBoss Messaging] - Queue configuration

2006-06-26 Thread thebreeze
Using JBoss 4.0.4.GA, Messaging 1.0.1. How do I configure queue properties such as max redelivery attempts etc. I've been looking through the docs and found nothing - perhaps I haven't had enough coffee yet... Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Portal] - Re: How get user role

2006-06-26 Thread merlith
If u use JBP 2.2.0, it is normal situation, because, You should add to the your portlet declaration (in a portlet.xml file) declaration of a roles. role_name When u use this portlet (using user witch role role_name), then this role will be detected by isUserInRole("role_name") function

[JBoss-user] [JBoss/Spring Integration] - Re: Spring Application Context / JBoss

2006-06-26 Thread alesj
Not the right forum. Search on Spring forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953377#3953377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953377 Using Tomcat but need to do more? Need to support web ser

[JBoss-user] [JBoss/Spring Integration] - Spring Application Context / JBoss

2006-06-26 Thread dajtw
Can anyone help a spring/jboss newbie? I'm basically trying to have the spring application context loaded up in Jboss the minute my application gets deployed onto jboss but can't seem to figure out how Anyone give some pointers, much tia. View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss Seam] - Re: DataSource configuration at runtime

2006-06-26 Thread [EMAIL PROTECTED]
This sounds very wrong to me that you deploy then copy a war file or that you define the datasource *after* the deployment. Didn't you mean "package" instead of deploy ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953375#3953375 Reply to the post : http:

[JBoss-user] [JBoss Portal] - JBoss Portal Does Not Locale Specific Page Title / Portal Ti

2006-06-26 Thread AlfredKwan
Does JBoss Portal support locale specific page title / portal title? I want that when users with different locale login, they can see the locale specifc page / portal title in the navigation bar at the top. >From the JBoss src (NavigationPortlet.java), it seems it just uses the >getName() of the

[JBoss-user] [Messaging, JMS & JBossMQ] - Using JMS over HTTP with a HTTP-Proxy

2006-06-26 Thread jazzbex
Hello, I know that JBoss works well by tunneling JMS over HTTP. But must there be further configurations if JBoss as a JMS service provider is hidden behind a HTTP-Proxy? Thanks! Robert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953372#3953372 Reply t

[JBoss-user] [JBoss Seam] - DataSource configuration at runtime

2006-06-26 Thread baz
Hello, i do have a question about microcontainer and seam managed sessions. Please have a look at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=85491 Can anybody help me out? Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953371#3953

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to use the COUNT keyword in JBoss-QL

2006-06-26 Thread hsaha
Hi, The Jboss documentation says it supports COUNT keyword in JBoss-QL. But when i put a count method in the home interface which returns int , the app server throws a spec violation saying it needs the remote instance. How do i use the COUNT feature effectively. Right now i an doing a 'select *

[JBoss-user] [JBoss Seam] - JBoss Seam 1.0.1 Migration

2006-06-26 Thread fady.matar
I just migrated the applications created previously in Seam to the latest 1.0.1 version. Now for all the applications I get the following exception Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListene I tried to deploy as well the examples

[JBoss-user] [JBoss jBPM] - Regarding Asynchronous Continuations

2006-06-26 Thread kazam
In regards to modelling Asynchronous Processes, I have read through Chap 9 Process Modelling | Chap 13. Asynchronous Continuations and | Tom Bayen's Blog Entry "All you ever wanted to know about Workflow and how it relates to Java, Continuations and Transactions." | | My perhaps silly

[JBoss-user] [JBossCache] - Re: configuring jboss cache for EJB3/hibernate

2006-06-26 Thread MarcReis
(I hope I am not hijacking...) I have the problem, that when I try to use the cache, it results in a: 16:51:44,625 WARN [ServiceController] Problem starting service jboss.j2ee:ear=t | estEJB.ear,jar=testEJB.jar,name=NatPersLstSFBean,service=EJB3 | java.lang.RuntimeException: java.lang.NoSuchF

[JBoss-user] [Security & JAAS/JBoss] - NEED HELP : Declarative authorization doesn't work

2006-06-26 Thread smajima
I try declarative authorization limit but it doesn't work. JBOSS is 4.0.4.GA. I use FORM authentification and call stateless sesssion bean via servlet. The users and roles are set by DatabaseServerLoginModule. The users are mysql> select * from users; +--+--+ | username | passwd

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse 3.2RC7 + JBossIDE 1.6.0 GA -> xdoclet problems

2006-06-26 Thread [EMAIL PROTECTED]
nightly builds runs on eclipse 3.2RC"s View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953360#3953360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953360 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-06-26 Thread arsathish
Hi, I am working on the same thing wherein using JBOSS4.0.1Sp1. I have configured my JBOSS.xml in the same manner as specified. But still the server doesnt seem to sign the requests and responses. And moreover it accepts plain requests which are not signed. This is my jboss.xml

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Proper way to Configure JBoss MQ Queues

2006-06-26 Thread gcoleman
If you are looking up XAConnectionFactory you will need to use HAJNDI. See JBossHAJNDIUseCluster on the Wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953358#3953358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse 3.2RC7 + JBossIDE 1.6.0 GA -> xdoclet problems

2006-06-26 Thread lost_traveller
oh heres the bug report, maybe you should vote for it --> http://jira.jboss.com/jira/browse/JBIDE-315 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953357#3953357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953357

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: How to change JBoss server Default configuration fron 'd

2006-06-26 Thread chvnkishore
"chvnkishore" wrote : How to change JBoss server Default configuration fron 'default' to ' all' with out using -c optionanonymous wrote : [img][/img] Thanks in Advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953356#3953356 Reply to the post : http:/

<    1   2   3   >