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

2006-06-26 Thread jaikiran
Have a look ath env-entry in ejb-jar.xml dtd: http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd Here's an brief extract: anonymous wrote : !-- | The env-entry element contains the declaration of an enterprise bean's | environment entries. The declaration consists of an optional |

[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-06-26 Thread [EMAIL PROTECTED]
it is fixed in latest CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953340#3953340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953340 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Clear bidirectional @OneToMany collection

2006-06-26 Thread japplicoon
Beginner's question: I have in an entity FThread: @OneToMany(cascade=CascadeType.ALL, mappedBy=fthread) | public ListPost getPosts() { | if(posts == null) posts = new ArrayListPost(); | return posts; | } My sfsb ThreadManager has an extended persistence context and I

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Relationship and Foreing Key

2006-06-26 Thread kapovolto
No one know how to eliminate Foreing Key constraint with annotation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953343#3953343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953343 Using Tomcat but need to do more?

[JBoss-user] [Installation, Configuration Deployment] - Invoker starting order problem

2006-06-26 Thread s.rzytki
Hello This is continuation of thread posted few days ago - http://www.jboss.com/index.html?module=bbop=viewtopict=85342 After few tests I noticed when I start an server without ear application, and next deploy an application everything was ok. Below I showed standard output of jboss which

[JBoss-user] [Security JAAS/JBoss] - Re: Multi threading client to log EBJ3 with ClientLoginModul

2006-06-26 Thread boby
I thank you for your helps. I had to forget for the moment this problem, because my project has to go on about functionnalites. I think that I do the same things that Mehdi. In my tomcat standalone, I know the user which is in the session. Thus for each call of EJB, I invoke the login module.

[JBoss-user] [Performance Tuning] - EJB3 Entity Update takes too long to update

2006-06-26 Thread murtuza52
Hello Everyone, I have following setup, WindowsXP, jboss-4.0.4.CR2, MyEclipse IDE and completed developing small inventory program which has following entity Category (1---Many)Product Product(1---One)Unit Movement(1---Many)Product MovementDocument(1Many)Movement (some more

[JBoss-user] [JBoss Seam] - Transaction rollback in JBOSS/SEAM

2006-06-26 Thread smajima
I read seam1.0.0.CR3 DVDStore sample. And I tried to do rollback test. I think the default transaction mode is REQUIRED so we don't need to write declarative transaction at the method. As my understanding there are three types of coding for roolback. 1) Call setRollbackOnly() 2) Anotate

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queues become 'Destroyed' for no reason

2006-06-26 Thread owainlewis
Any thoughts on this guys? The problem has re-occued today... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953352#3953352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953352 Using Tomcat but need to do more? Need to

[JBoss-user] [JNDI/Naming/Network] - Re: Remote / LocalHome Interface issue - How smart is JBoss?

2006-06-26 Thread javaneze
Thanks for your reply...I going through looking at the stactraces...probably..you are right ..there is no big difference..but it is worth taking a look! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953353#3953353 Reply to the post :

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

2006-06-26 Thread lost_traveller
yeah JBossIDE does not work with eclipse 3.2, many of us are waiting for JBossIDE 2.0 (which will support 3.2) to be released. You will have to install eclipse 3.1, until a release of JBossIDE 2.0 comes out. View the original post :

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

2006-06-26 Thread chvnkishore
How to change JBoss server Default configuration fron 'default' to ' all' with out using -c optionanonymous wrote : [img][/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953355#3953355 Reply to the post :

[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=bbop=viewtopicp=3953356#3953356 Reply to the post :

[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=bbop=viewtopicp=3953357#3953357 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953357

[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=bbop=viewtopicp=3953358#3953358 Reply to the post :

[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] [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.2RCs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953360#3953360 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953360 Using Tomcat but need to do more? Need to support web services,

[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] [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:

[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] [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

[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] - 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=bbop=viewtopict=85491 Can anybody help me out? Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953371#3953371

[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=bbop=viewtopicp=3953372#3953372 Reply to

[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] [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=bbop=viewtopicp=3953375#3953375 Reply to the post :

[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 :

[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=bbop=viewtopicp=3953377#3953377 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953377 Using Tomcat but need to do more? Need to support web

[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. security-role-ref role-namerole_name/role-name /security-role-ref When u use this portlet (using user witch role role_name), then this role

[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 :

[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=bbop=viewtopicp=3953382#3953382 Reply

[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=bbop=viewtopicp=3953383#3953383 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953383 Using Tomcat but need to do more? Need to support web services,

[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=bbop=viewtopicp=3953384#3953384 Reply to the post :

[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

[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

[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 :

[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/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

[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 :

[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

[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=bbop=viewtopicp=3953394#3953394 Reply to the post :

[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=bbop=viewtopicp=3953396#3953396 Reply to the post :

[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: forward name=success path=/display/activeProfiles.jsp/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953390#3953390 Reply to the post :

[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

[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

[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 with

[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 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]:PERSISTENT

[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=bbop=viewtopicp=3953405#3953405 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953405

[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 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: h:dataTable value=... var=hot rendered=... styleClass=dataTable

[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

[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 :

[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=bbop=viewtopicp=3953413#3953413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953413 Using Tomcat but need to do

[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 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

[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=bbop=viewtopicp=3953419#3953419 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953419 Using Tomcat but need

[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] [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

[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() {

[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

[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:

[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=bbop=viewtopicp=3953426#3953426 Reply to the post :

[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] [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] [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=bbop=viewtopicp=3953430#3953430 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953430 Using Tomcat but need to do more? Need to support web

[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

[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] [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

[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=bbop=viewtopicp=3953434#3953434 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953434 Using Tomcat but need to do more?

[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=bbop=viewtopicp=3953436#3953436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953436 Using

[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 : !-- Application for Pink Applications. -- | application-policy name =

[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) data-source type=org.apache.commons.dbcp.BasicDataSource set-property property=driverClassName value=com.mysql.jdbc.Driver / set-property property=url value=jdbc:mysql://localhost:3306/mysqldb / set-property

[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=bbop=viewtopicp=3953441#3953441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953441 Using Tomcat but need to do more? Need to support web

[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] [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

[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=bbop=viewtopicp=3953444#3953444 Reply to the post :

[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 :

[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=bbop=viewtopicp=3953446#3953446 Reply to the post :

[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=bbop=viewtopicp=3953447#3953447 Reply to the post

[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=bbop=viewtopicp=3953448#3953448 Reply to the post :

[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

[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

[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() + :-1j_username= + getLoginName() + j_password= + getPassword(); solution..

[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 :

[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

[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] [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?

[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 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

[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

[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 mbean code=org.jboss.jms.server.destination.Queue name=jboss.messaging.destination:service=Queue,name=requestQueue xmbean-dd=xmdesc/Queue-xmbean.xml depends

[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

[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] [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

[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] [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

[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=bbop=viewtopicp=3953468#3953468 Reply to the post :

[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,

[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=bbop=viewtopicp=3953471#3953471 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953471 Using Tomcat but need to do more? Need to support web services,

  1   2   3   >