[jboss-user] [JBoss jBPM] - Re: Unable to locate current JTA transaction

2007-02-07 Thread crussell42
In poking around and finally getting into building jbpm-enterprise.ear from the cvs head, I got a little further in my testing. Because I cant figure out how to configure transactions properly, I just tried to turn them off by editing the jbpm.cfg.xml and setting | | | Then I started g

[jboss-user] [JBoss Portal] - Re: How do I edit User Portlet?

2007-02-07 Thread PeterJ
Yes, I usually build from source (for a while, some fixes I needed were only available that way). I extract the sources from Subversion and run the build script in the build directory. After a few minutes, the binary is in core/output/resources. I also download the binary because I find that eas

[jboss-user] [JBoss Seam] - Re: Caching pages in browser

2007-02-07 Thread spambob
With s:cache you cache part of pages serverside - i.e. a dynamic part of a page that changes from time to time but is expensive to compute. With meta tags in html headers you cache whole pages clientside - you can tell the client to ask everytime if theres a newer version available, to use the

[jboss-user] [JBoss Seam] - Re: Seam ICEFaces

2007-02-07 Thread [EMAIL PROTECTED]
Actually icefaces uses a delay when sending value change events. So it doesn't hammer the server with a request on every keypress. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012476#4012476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread dahm
APPLICATION scoped events are exactly what I need :-) Cheers Markus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012475#4012475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012475 ___

[jboss-user] [Beginners Corner] - Re: JMS on AIX 5.3 and J2EE Tutorial

2007-02-07 Thread dana.rea
Has anyone found a solution to this, I'm running into the same problem? I'm also using the IBM VM on Ubuntu 6.06 with JBoss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012472#4012472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - hoy backtrack a transition ?

2007-02-07 Thread achesini
I have two task , A and B, and there is a transition x from A to B. Is there any posibility to make and undo, if the user make a mistake when signaling A. I want to make a backtrack, and i dont want to put a transition from B to A. HOw could i resolve this. ? Thank in advance. Alfonsina Vie

[jboss-user] [JBoss jBPM] - Re: Is possible that various users can do the same task para

2007-02-07 Thread webjavier
nobody plz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012470#4012470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012470 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [EJB/JBoss] - Need help with timeouts

2007-02-07 Thread eharoldw
Hi, Sorry, this is a duplicate post but the subject got truncated on the last one and I didn't know how to modify the subject. I have been trying to manage timeout on a stateless session bean. I have a client that is running in eclipse outside of jboss calling in to a running jboss server. The

[jboss-user] [JBoss AOP] - Re: ClassCastException on invocation parameter casting

2007-02-07 Thread pepelu
Just for your information, the above problem occurs with this configuration app/deploy/mywebapp.war app/deploy/app_aspect.aop app/deploy/app_aspect/META-INF/jboss-aop.xml I also tried to deploy the aspect using the other scheme: app/deploy/mywebapp.war app/deploy/app_aspect.jar <- this cont

[jboss-user] [Clustering/JBoss] - Re: Problem(?) with transactions and TreeCache

2007-02-07 Thread [EMAIL PROTECTED]
It's a DEBUG message and is nothing to worry about. Either ignore it or turn off DEBUG logging of org.jboss.cache.TreeCache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012467#4012467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - seam-gen error

2007-02-07 Thread pbrewer_uk
I've just started looking at seam-gen (with Seam 1.1.5 and Oracle XE) and it fails when running the generate-entites task. It manages to build all the entity beans, but breaks half way through building the xxxList.xhtml pages (it does output about 10 files of an expected 40). The error message

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread [EMAIL PROTECTED]
To share state between "all sessions" you must use application context (or, in a cluster, the PojoCache). There is no way to handle an event in "all sessions" according to the servlet spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012465#4012465 Reply

[jboss-user] [Beginners Corner] - Setup seam without persistence

2007-02-07 Thread naskoialan
Hello, I have to manage following case from JSF is called one from my session bean's and I have to save this data using Hibernate which is integrated into framework JavaSIG, for example instance ot Persistance is comming form class org.hl7.hibernate.Persistence. I try to create an instace of or

[jboss-user] [JBoss Seam] - view vs action attribute (Explanation needed)

2007-02-07 Thread baz
Hello, i was fooled by the following code | | | | The editUser page is displayed, but the request param was not set. After some time, i realize that the attribute action has to be replaced with view. And voila, all is well. Can one explain what

[jboss-user] [JBossCache] - Re: Problem externalizeSession Jboss 4.0.5

2007-02-07 Thread [EMAIL PROTECTED]
This is happening because a session object is being inserted into a session as an attribute, e.g. HttpSession session = request.getSession(); session.setAttribute(session); You need to find out why that's happening as it won't work. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-07 Thread [EMAIL PROTECTED]
Thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012458#4012458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012458 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread [EMAIL PROTECTED]
For MDBs, yes, that works. For @Timeout methods, unfortunately, IIRC, the EJB spec says that they do not get intercepted (which is extremely annoying). So what you can try to do is to use a Seam asynchronous method instead. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
"dwin" wrote : ensure that your JDK is 1.5 and not 1..6 eerm... right! my jdk is 1.6... didnt imagine that -_- With 1.5.0 it works perfectly! well.. many thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012456#4012456 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread petemuir
"bsmithjj" wrote : says the same thing but our experience is that @In does not get honored for the onMessage() calls by the container Sorry, just trying to help you out :( Dunno about the Timeout stuff, no experience of that. I did some work with a message driven bean for receiving emails and,

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread dahm
Thanks, that is a good idea! I'm generating a lot of code and thus can not always maintain pages.xml properly in that way. I still think the feature I proposed would be a "nice to have" in order to propagate events... Cheers Markus View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-07 Thread swestbom
anonymous wrote : Oh, yes i saw that one, but forgot to report it on Jira/fix it. It's in there! http://jira.jboss.com/jira/browse/JBPORTAL-1240 Along with this one: http://jira.jboss.com/jira/browse/JBPORTAL-1239 For the broken security on page tabs View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread bsmithjj
BTW - we generally do scan the docs, examples, this forum, and a bit of Googling before we post questions here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012452#4012452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread bsmithjj
that's not really an answer to my question. http://docs.jboss.com/seam/1.1.1.GA/reference/en/html_single/#d0e2525 says the same thing but our experience is that @In does not get honored for the onMessage() calls by the container. So my question(s) still stand. We've actually tried this stu

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalArgumentException when using Constructor expressi

2007-02-07 Thread sofiatan
Found the error myself. It works fine now :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012448#4012448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012448 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Upgrading from h3.1 to h3.2 : select count ClassCastExce

2007-02-07 Thread [EMAIL PROTECTED]
http://www.hibernate.org/250.html#A42 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012446#4012446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012446 ___ jboss-user mailin

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread fuligj
I tried to copy the jbpm-enterprise.ear to the deploy directory in an original 3.2.beta1 and the error message was the same, so i think something is wrong with it. I think that is not enough, change only the hibernate.cfg.xml, i think we should change the data source and much more. It is most d

[jboss-user] [JBoss Seam] - Upgrading from h3.1 to h3.2 : select count ClassCastExceptio

2007-02-07 Thread craig1980
Hi everybody. I have an application developed under JBoss 4.0.1; in this AS there is hibernate3.1; i have used this version of hibernate for acceding to my DB; i have done a select count by using this sintax: | protected Query getQueryCount(BaseFilter filter) throws ValidateException, D

[jboss-user] [JBoss Seam] - Seam ICEFaces

2007-02-07 Thread pesho4uka
Hello Gurus, i have a small question. How much exactly are compatable ICEFaces and Seam. Second question is it a good practice to replace all JSF Backing beans with corespondent Statless and Statefull Beans. Third. If i use valueChangeListener in ICEFaces inputText to validate asynchr

[jboss-user] [Remoting] - Re: NullPointerException in Multicast Detection

2007-02-07 Thread [EMAIL PROTECTED]
I think the line in question is: | String domain = detection.getIdentity().getDomain(); | which would still be a problem in 2.x codebase. I'll open a jira issue for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012439#4012439 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Transaction Exception with Seam and EJB3

2007-02-07 Thread nloomis
Thanks! I took your advice and researched the forums and tried handling the transaction several different ways to see if I could find the error behind the error. I see this one debug statement about 1000 times in my debugger. It starts during the JBpm deploy and seems directly related to my p

[jboss-user] [JBoss Seam] - Re: Transaction Exception with Seam and EJB3

2007-02-07 Thread nloomis
Thanks! I took your advice and researched the forums and tried handling the transaction several different ways to see if I could find the error behind the error. I see this one debug statement about 1000 times in my debugger. It starts during the JBpm deploy and seems directly related to my p

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread petemuir
1) http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/concepts.html#d0e2603 IIRC it 'just worked' for @In View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012433#4012433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - MDB's and EJB Timers

2007-02-07 Thread bsmithjj
Hello, Is it possible to have Seam intercept the onMessage(...) invokations of an MDB and honor the @In, @Logger annotations? Also, same question for session beans with @Timeout methods - is it possible to have Seam do the same for methods marked @Timeout? Thanks, Brad Smith View the original

[jboss-user] [JBoss AOP] - Re: ClassCastException on invocation parameter casting

2007-02-07 Thread pepelu
Fine, thanks! FYI: I'm using jboss 4.0.4GA in a Debian Linux box, Sun's JDK 1.4 and the latest jboss-aop deployer: 1.5.0GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012429#4012429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Installation, Configuration & Deployment] - Problem with the valve configuration

2007-02-07 Thread maulikshah
Hi All, In our production we want Sun One Web server 6.1 and JBoss App server combination. Almost all things are done. But I got one problem which i want to discuss. Basically, I have enabled Single Sign On for web server and through webserver App server got connected. The problem is if i know

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread fernando_jmt
What I did was to add somthing like this: And in the resetList() I am reseting the list, in order to refresh the data using the @Factory which updated the list for the respective @DataModel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012427#4012427

[jboss-user] [JBoss jBPM] - Re: Ready Made tasks

2007-02-07 Thread mar268
Yes. It will be really great if Ronald or someone posts some links on these features which mention whether they are implemented. Thank you. Regards, Aravind View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012426#4012426 Reply to the post : http://www.jboss.

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Queue Receiver hangs

2007-02-07 Thread andydepe
I can't believe it! I'm experiencing the same problem. I' m looking for a way to control if the receiver is up and to reactivate it at runtime. Anybody can help? THX Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012422#4012422 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Issues moving from Seam 1.1.0 to Seam 1.1.5 (still)

2007-02-07 Thread bsmithjj
I have found an additional problem with Seam 1.1.6(?) in CVS before you do a release... I downloaded the CVS.20070206 bundle from the Nightly builds directory. When I deployed my application using the CVS.20070206 I am still having problems with the same page, same setup described previously.

[jboss-user] [JBoss Messaging] - jboss.messaging:service=PostOffice

2007-02-07 Thread sasi2103
Hi all, I'm using JBoss 4.0.2 and y-day I installed the JBossMessaging. I changed the presistent to work with MySQL and configure any xml that needed for this to work. After I did restart to my JBossAP I get the following error: | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | Objec

[jboss-user] [Remoting] - Re: NullPointerException in Multicast Detection

2007-02-07 Thread [EMAIL PROTECTED]
Hmm.. BTW, I just noticed that (even though I'm building this code with 2.0.0.GA) that this was deployed in JBoss 4.0.5.GA which appears to ship with Remoting 1.4. I suspect this is an issue that is probably already fixed in 2.0.0.GA. But if anyone wants to confirm that, let me know :) View t

[jboss-user] [JBoss Seam] - Re: Seam Security

2007-02-07 Thread venkateshbr
does the seam security support multiple authentication modes in the same application such as Digital Certificate login and Username/Password login. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012409#4012409 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Remoting] - NullPointerException in Multicast Detection

2007-02-07 Thread [EMAIL PROTECTED]
Has anyone seen this or know what this is? Tried checking JIRA and the forums but found nothing mentioning this. At this time, I don't know much about how this happened other than the log stack trace I got: | 2007-02-06 11:43:55,609 DEBUG [org.jboss.remoting.detection.multicast.MulticastDe

[jboss-user] [JBoss jBPM] - beginners question: how to end path of execution

2007-02-07 Thread noirabys
Hello ! in the userguide i read this: 9.3.1. Node responsibilities 4. end paths of execution. A node can decide to end a path of execution. That means that the token is ended and the path of execution is finished. I tried a simple example which uses executioncontext.leaveNode(transitionName) whic

[jboss-user] [EJB/JBoss] - DB Connections in JBoss Web Console

2007-02-07 Thread guhan
Could someone tell me how to find the number of DB connections that are being made while an application is running from the JMX/Web console Also the status of number of threads spawned. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012402#

[jboss-user] [JBoss Seam] - Re: why my project cant determine the session is invalidated

2007-02-07 Thread dilator
pages.xml should help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012406#4012406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012406 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread crussell42
Yes, here is where it gets tricky. I also am having that problem and am trying to get a response on how to configure either CMT ot JTA for the ear. I will add the reference posting here when If I ever get a response. One thing you can do now to continue your journey however is edit expand/lib/jbp

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread dwin
ensure that your JDK is 1.5 and not 1..6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012404#4012404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012404 ___ jboss-user mai

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - IllegalArgumentException when using Constructor expression i

2007-02-07 Thread sofiatan
I have the following JPQL-query: SELECT new se.callista.test.dto.EmployeeReportData(e.firstName, e.lastName, a.city, e.employmentPeriod.startDate) FROM Employee e JOIN e.address a ORDER BY e.lastName, e.firstName | where EmployeeReportData is a dto (not an entity). The query works fine when

[jboss-user] [EJB 3.0] - Can hibernate 3.2.1GA be used with the embeddable EJB contai

2007-02-07 Thread apill
Can hibernate 3.2.1GA be used with any current version of the embeddable EJB container? Thanks. Adrian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012400#4012400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=401240

[jboss-user] [Beginners Corner] - Bean count in JBoss server

2007-02-07 Thread shilpa_naga
I want to check no.of bean instances created in server when my Bean is running so that I can check on my bean performance. I want to check the Bean in JBoss web console View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012399#4012399 Reply to the post : http:/

[jboss-user] [JBoss jBPM] - Re: Ready Made tasks

2007-02-07 Thread estaub
Ronald, It would help if you provided a link or two... I'm not sure of the answers to all of this. My initial response would be no, none of it is implemented, but if you're right that it's all in there, I must just be ignorant. The documentation on JMS-implemented nodes reads "Not Yet Implemente

[jboss-user] [JBoss Portal] - Re: problem in logout

2007-02-07 Thread palace
In jboss-portal.sar\conf\data\default-object.xml change the portal name from "default" to something else and then name your own portal "default". Maybe that helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012396#4012396 Reply to the post : http://www.

[jboss-user] [JCA/JBoss] - There is no LocalTxConnectionManager.class?

2007-02-07 Thread dobrik
Hi everybody, I am trying to deploy an example of ear file that uses Tamino Resource Adapter configured to support "LocalTransactions". That is why I need to create a file called tamino-service.xml with the following content: | | | | | | | MyTaminoLocalTxConnector

[jboss-user] [JBoss Seam] - Re: Problems with Seam Security

2007-02-07 Thread [EMAIL PROTECTED]
It is planned for a future release. Setting the jaasConfigName property will allow Seam to authenticate using a different jaas configuration (other than the built-in one), it won't allow the container to authenticate using Seam security. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Portal] - Re: renderURL problem for Logout Page

2007-02-07 Thread palace
You should instead create a link with in your JSP and then in processAction() use the signOut() method in the JBossActionResponse object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012393#4012393 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Eclipse IDE (users)] - Re: webdoclet classpath issue

2007-02-07 Thread rmerewood
in case anyone runs into a similar thing, the issue was that the dependency was actually on the 1.3 version of servlet-api.jar and adding that to the build path solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012391#4012391 Reply to the po

[jboss-user] [JBoss AOP] - Re: AOP and Scoped Classloader

2007-02-07 Thread jimmycallaghan
Re the JIRA story... That would be perfect. I'll have to wait until the next release and put the monitoring code into the business logic (yuk). I can't add comments into JIRA so I'll add some here... It would also be nice if we could limit a particular jboss-aop.xml to a particular classloader.

[jboss-user] [Installation, Configuration & Deployment] - redeploying on jboss 4.0.4.GA

2007-02-07 Thread saxon747
Hi all! I have an HTTP servlet, which reads the input on the doPost method and creates a SOAP Message from it, using the SAAJ API. It works correctly, but when the application (.war) is deployed again without restarting the jboss, the SOAP message creation fails with error: at org.jbos

[jboss-user] [JBoss Seam] - Re: propagation

2007-02-07 Thread codelion
That implies currently there isn't a "simple" way to "end all nested conversations without keeping them around", i.e. not at the level above Java coding. Or is there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012388#4012388 Reply to the post : http://

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-07 Thread karink
Hi Julien, I just would like to inform you, that I have til now official support and opened a call in network.jboss.com ID is 00014082 Regards Karin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012387#4012387 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread fuligj
Thanks for reply! I have made all as you said and deployed the recreated ear file in server's deploy directory. But when I try to log in I receive an error message: anonymous wrote : /search/form/formtemplate.xhtml @14,73 session="#{jbpmBean.jbpmContext.session}": org.hibernate.HibernateExceptio

[jboss-user] [Installation, Configuration & Deployment] - Re: Performance issue on getter method of entity bean

2007-02-07 Thread [EMAIL PROTECTED]
You need to mark your methods as read-only in meta-inf/jboss.xml Also bear in mind that in general store is driven by transaction demarcation, and you control it by setting appropriate transaction attributes -- but in your simple case read-only tag should be sufficient. View the original post :

[jboss-user] [JBoss Portal] - Re: Calling external java applications from JBoss portal wit

2007-02-07 Thread [EMAIL PROTECTED]
You could look at SSO solutions like JBoss SSO: http://labs.jboss.com/portal/jboo/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012384#4012384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012384 ___

[jboss-user] [JBossWS] - Re: DayTrader benchmark deployment

2007-02-07 Thread itprabha
Hi, I am trying the same thing. I have got the same issue. have you solved it? If yes, please share the solution. Regards, Muthukumar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012383#4012383 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Re: Calling external java applications from JBoss portal wit

2007-02-07 Thread liquide
Yes, the questions of User dleerob match exactly to my open questions :) ...have anyone an answer to our questions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012382#4012382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse 2.0.0.Beta2 doesn't keep server on Eclipse resta

2007-02-07 Thread [EMAIL PROTECTED]
We're considering removing the generic server, at least the jboss one, to remove this problem in teh future. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012381#4012381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Portal] - renderURL problem for Logout Page

2007-02-07 Thread exilanttech
I am using as form action for logout button in a jsp page. When I click on logout I am not getting any value and its redirecting to http://localhost:8080/portal page. Requirement : On click of logout button should redirect to logout.jsp and it should delete all cookies. View the original po

[jboss-user] [JBoss Seam] - Re: propagation

2007-02-07 Thread petemuir
End causes the conversation to be demoted to a temporary conversation (which then ends at the end of the current request). None causes the conversation not to be propagated - if you looked at the conversation list on debug.xhtml or displayed a list of conversations to the user it would still be

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF question

2007-02-07 Thread n2
I found a solution in the end of this page: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.html 1. Delete directory JBOSS_HOME/server/CONF/jbossweb-tomcat55.sar/jsf-libs 2. Stop JBoss 3. Delete directories [jboss_home>/server//data,../tmp,../work 4. Start JBoss I am usiong JB

[jboss-user] [JBoss Seam] - propagation

2007-02-07 Thread codelion
Seam reference 6.1 reads "Note that disabling conversation context propagation is absolutely not the same thing as ending the conversation." Thought I had figured the difference, but as something behaves funny, I thought maybe someone who knows could answer the question in positive terms: What

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
well, im checking and it seems the problem is in service.getPort who give this error: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage any clue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012372#4012

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse 2.0.0.Beta2 doesn't keep server on Eclipse resta

2007-02-07 Thread damianharvey
Yes. That was the issue. If I'd scrolled down one more line I'd have seen it (doh). The generic JBoss servers are visible. Screen dump at : http://locuslive.com/webdrive/jboss_servers.jpg If it's any help, in my plug-in details I have : Jboss Generic Server Definitions org.elcipse.jst.server.g

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-07 Thread karink
Hi Julien, thanks for your reply. I added the security constraints to the web.xml file located in jboss-portal.sar/portal-wsrp.sar/portal-wsrp.jse. There is no portal-wsrp.war directory. It seems to work except for the wsdl:import. After adding the security-constraints the shown wsdl looks like

[jboss-user] [JBossWS] - WS4EE: Supress Server AxisFault StackTrace

2007-02-07 Thread sonic-dre
Hello Is there a way to supress or hide the Server AxisFault StackTrace if an Customize Exception is translated in a Axis SOAP Fault Message in WS4EE ? ERROR [ServerEngine] Server error: AxisFault ... thank you sonic View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB/JBoss] - Storing SYBASE

2007-02-07 Thread ponds81
Storing SYBASE "IMAGE" DATA TYPE in jboss using entity bean We are using JBoss-4.0.4.GA, Entity Bean 2.x (CMP), Sybase 12.5 File Name :- jconn2.jar File Version :- 1.4.2_04 File Size :- 876 kb When we try to insert an object in to column of data type "IMAGE" in Sybase by using EJB 2.x we get the

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread baz
anonymous wrote : to pass the entry identifier to the PersonHome But than the example reads like: | | | | If i understand it correctly, the personHome.id will be passed, not the entry identifier. And i do not see any further reference to personID in the doc. For me it

[jboss-user] [JBossCache] - Problem externalizeSession Jboss 4.0.5

2007-02-07 Thread clemente.cioffi
Hi, can you help me about this problem?? I'm trying to deploy a seam application(using also jsf with icefaces) on jboss 4.0.5 GA with EJB3-Clustered configuration. I think that the deploy goes fine but when I try to access to index of my application, I see this error: 11:00:58,768 ERROR [STDERR

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF question

2007-02-07 Thread n2
I have the same problem. I am using Jsf Implemantation from SUN, version is 1.1_02. Same war file works fine with Tomcat 5.5 standalone. Exception in der JBoss log is: | 2007-02-07 12:04:10,378 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/beleg-web-0.9-SNAPSHOT].[j

[jboss-user] [Security & JAAS/JBoss] - get loginexception back

2007-02-07 Thread kristof.devos
Hi, We use our own JAAS login module which throws a loginexception where we added some extra info on the error occurred (user blocked, inactive, etc) How can we retrieve the loginexception? The app is redirected to the page configured in the form-error-page (web.xml) but we cannot retrieve the

[jboss-user] [JBoss Seam] - Re: Problems with Seam Security

2007-02-07 Thread stony
Is it planned to integrate seam with container security in future ? What about the jaasConfigName attribute ? After deploying this (using the last nightly build 06-02-07) and using the Identity object for authentification, the container didn't recognize the new principal anyway. View the ori

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
Here's my code: URL wsdl = new URL("http://localhost:8080/ServizioEJB/Hello?wsdl";); QName qname = new QName("http://servizioDipartimentale.org/","Hello";); try { ServiceFactory factory = ServiceFactory.newInstance(); Service service

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread petemuir
anonymous wrote : Now, if we want to be able to display, update and delete pre-existing Person entries in the database, we need to be able to pass the entry identifier to the PersonHome. Page parameters are a great way to do that: | | | | | | - that was the bit

[jboss-user] [JBoss jBPM] - Multiple Business Calenders

2007-02-07 Thread heiko.zehner
Hi, is there a chance to use multiple business calenders with jbpm? One per defined process or may be one per process node? Thanks Heiko View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012354#4012354 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Queue Receiver hangs

2007-02-07 Thread mnones
sorry i forgot to explain the environment, i'm using: jboss-4.0.5GA HP-UX 11.11 j2sdk-1.4.2.11 the JMS service is configured to store messages via Oracle 9.2.0.7. Thanx to all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012353#4012353 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-07 Thread dleerob
Thanks. User management isn't too serious for now, if I can do that locally, its fine. It's the ldap authentication which is required. Unfortunately by using local user management, the securities are all messed up when logging in with ldap passwords for the users. That where my major problem lie

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread baz
I have reread the docs (chapter 10 for seam 1.1.5GA) many times. My objects are never created because i do not know how to specify the ID. If i use the old method (without namespaces) all is well. @petermuir To which paragraph in the docs do you reference? What i like to do is described by you her

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-02-07 Thread [EMAIL PROTECTED]
It needs to get the 126MB of libraries so it mostly depends on your Internet connection View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012349#4012349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012349 __

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-02-07 Thread dleerob
"bvogt" wrote : Try setting: | | at the top of .../build/buildthirdparty.xml | and a 'build deploy' afterwards | | Burkhard Thanks this sorted out my problem where my build couldnt connect. Now it can connect to the remote repository. It is taking forever though, how long does the

[jboss-user] [Installation, Configuration & Deployment] - Performance issue on getter method of entity bean

2007-02-07 Thread arovinth
We are using BMP entity beans in our application deployed on Jboss3.2.7 server with commit Option ?A? for container Configuration in StandardJboss.xml on jboss conf folder. Whenever any getter method is called on entity bean, ejbStore () method is called. This causes performance drain in our a

[jboss-user] [EJB 3.0] - Re: Using own Classes as member for ManyToMany-Assotiations

2007-02-07 Thread dkalna
Hi micho, IMHO you ain't free to implement your own Collections for EJB3 associations, you have to stick with those in java.util package. hm, but I'm not sure... Bye Dalibor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012345#4012345 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal with Weblogic Server

2007-02-07 Thread tinico
Ok, thank you !! So, I need to run it on WebLogic, I will wait a stable version 3.x ! If my boss want to use JBoss AS, I will need help to migrate on it !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012344#4012344 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread petemuir
As Norman says, the applicaiton framework is just newer :) I use it extensively, and mix and match between components.xml and extension when needed. Baz - I use pages.xml to set the id - as described in the docs I believe. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: Limit access to logged in users

2007-02-07 Thread petemuir
This seems sensible to me. N.B. You'll need to use CVS or wait for 1.1.6 for this to actually work :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012341#4012341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012341

[jboss-user] [JBoss Seam] - Re: Multiple DataModels in an SFSB

2007-02-07 Thread petemuir
@DataModel and @Factory shouldn't be on the same method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012340#4012340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012340 __

[jboss-user] [JBoss Seam] - Re: Examples not running on jboss as. anymore

2007-02-07 Thread petemuir
At least in AS4 I would wonder if you installed the EJB3 profile? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012339#4012339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012339 _

[jboss-user] [JBoss Portal] - Re: Packaging of portlet-instances.xml

2007-02-07 Thread legolas
Hi, I am currently implementing the above mentioned component, and I would much appreciate if someone can explain me how I can create a typed Value instance for the preferences? Does JBoss portal provides any means for retrieving th etype of a preference value or do I have to implement this my

[jboss-user] [JBoss Portal] - Re: JBoss Portal with Weblogic Server

2007-02-07 Thread [EMAIL PROTECTED]
Only JBoss AS so far. JBoss Portal 3.x should be server agnostic and should run on Tomcat, WebLogic and others. (JBoss AS works too is much cheaper and we can help you migrate ;) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012336#4012336 Reply to the po

[jboss-user] [Messaging, JMS & JBossMQ] - Queue Receiver hangs

2007-02-07 Thread mnones
Hi all, i've set 5 queues, they work fine in all runtime period, only one of these (the most stressed one with about 5 messages) seems to lose the receiver (i see ReceiversCount=0 and QueueDepth=49409) and the messages in the queue remains unconsumed and the elaboration never ends. The real

<    1   2   3   4   >