[jboss-user] [JBossWS] - Not registered: jboss.ws:service=ServiceRefHandler

2007-04-19 Thread hugin78
I have downloaded jboss-4.2.0.CR1 and patched it with jbossws-1.2.0.SP1. When I start the server I get a lot of warnings in the log with ServideRefHandler: | 2007-04-19 14:58:09,503 WARN [org.jboss.metadata.serviceref.ServiceRefHandlerFactory] Not registered: jboss.ws:service=ServiceRefHa

[jboss-user] [JBoss Seam] - Re: New Conversation issue

2007-04-19 Thread rbalaga
But in examples there are a few statefull compontens with no long running conversation scope. Does it mean they can be EVENT scoped too, or actually there is differnce beetwen them? Rafal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039134#4039134 Reply

[jboss-user] [JBoss Seam] - Getiing JSF ReadOnly inputText value in bankend??

2007-04-19 Thread waheed.murad
Hi. i have readOnly inputText is JSF as with backend getter and setter methods. well when i submit form i do not have any value in my myBean.emails varaible. i have searched and came to know that readOnly and disabled fields are not decoded by JSF. Is there any other way i can send this read

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread grdzeli_kaci
hi all, great tnx for your posts, yesterday i tried to count real amount of records and i got i need 2000 operation in one second, (operation means some selects and 5 insert into separate tables) fhh anonymous wrote : | If all you want to do is to insert 10.000 meaningless records than write

[jboss-user] [JBoss jBPM] - Re: fork related problem

2007-04-19 Thread shirodkar4
hi, thanks for the quick reply Ronald the 1st error is not much of a concern. but at least the second error(i think its a very serious error) how can a process TASK be assigned to any random user when there is a particular swimlane(user) assigned to the Task. one of the two Tasks after the

[jboss-user] [Clustering/JBoss] - Wrong targets come to LoadBalancePolicy

2007-04-19 Thread kkrivopustov
Hello I'm using cluster on JBoss 4.0.4.GA and I want to implement a custom load-balancing policy. Unfortunately I faced a problem with the wrong list of targets in FamilyClusterInfo. Below I'll try to explain the situation. I have 2 EJB3 stateless beans FooBean and BarBean annotated with @Cluste

[jboss-user] [EJB/JBoss] - Re: Accessing properties from jboss

2007-04-19 Thread veeseekay
I could finally access the props specified in jboss-service.xml through an MBean, initially I had mentioned that I did not want to do it through MBean, but now due to a change, I have to do this, and here is an FYI on how to do it : 1) specify your key-value pairs in jboss-service.xml Ex :

[jboss-user] [JBoss Seam] - Re: Entity Property Not Up-To-Date

2007-04-19 Thread xtia004
Hibernate EntityManager User guide 3.9.1: Hibernate does guarantee that the Query.getResultList()/Query.getSingleResult() will never return stale data. Can we trust it??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039121#4039121 Reply to the post : h

[jboss-user] [Installation, Configuration & Deployment] - JBoss 4.2CR2: Why is Hibernate Annotations 3.3 not included?

2007-04-19 Thread Juergen.Zimmermann
Why is Hibernate Annotations 3.3 and Hibernate EntityManager 3.3.1 not included? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039118#4039118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039118 __

[jboss-user] [Security & JAAS/JBoss] - Bug in security cache - 4.0.4.GA

2007-04-19 Thread sim-smith
Hi All, I've found (I think) a reasonably serious problem with JaasSecurityManager in JBoss 4.0.4.GA around caching. It doesn't happen very often but it can result in a logged-out Subject on the stack. The root of the problem appears to be JaasSecurityManager.authenticate(), where it logs on

[jboss-user] [JBoss Seam] - Re: JSF 1.2 in Seam distribution?

2007-04-19 Thread RobJellinghaus
Funny you should ask, people are popping up on the Ajax4JSF users forum asking about JSF+GWT :-) Yes, there are some updates: http://unrealities.com/gwtjsf/20070406/ That's kind of a meaningless (except as a proof of concept) example of a GWT component in a JSF-based Seam app. But at least you

[jboss-user] [Security & JAAS/JBoss] - Credentials - String or char[]

2007-04-19 Thread sim-smith
Hi All, I think that I have found an issue with the representations of Credentials in JBoss - sometimes they are java.lang.String, and other times char[]. (This is for JBoss 4.0.4.GA). In particular, org.jboss.web.tomcat.security.SecurityAssociationValve uses Strings (actually the root class

[jboss-user] [JBossWS] - Re: Salesforce client stub generation fails

2007-04-19 Thread artd
The WSDL's are password protected and are generated on a per account basis; ie, they're context sensative around customizations done in SFDC, however I've generated one from my sforce test account and emailed you seperately. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss jBPM] - Re: Why some node attributes are not persist?

2007-04-19 Thread alexwei12
Thanks. I think they are useful things View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039112#4039112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039112 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-19 Thread cwash
"petemuir" wrote : Note that JBoss AS 4.2.0.CR2 is now out - CVS is running well on it :) FYI http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=491475 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039111#4039111 Reply

[jboss-user] [JBoss Seam] - Re: JSF 1.2 in Seam distribution?

2007-04-19 Thread ryildirim
Any updates on Seam+GWT? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039110#4039110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039110 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-19 Thread gus888
Hi Peter, After I deployed Seam mail example to JBosss 4.2 server, I immediately got the following exceptions. Do I need to modify some server setting files? Thank you so much for your guidance. 2007-04-19 20:01:54,593 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalExcep

[jboss-user] [JBoss Messaging] - Config HA-JNDI in JBM

2007-04-19 Thread xkong
I know that configuring HA-JNDI in JBOSS cluster requires partition. Since JBM doesn't use partition, is there any other way to config JBM with HA-JNDI. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039107#4039107 Reply to the post : http://www.jboss

[jboss-user] [JBossCache] - jbosscache 1.4.0.SP1 treecache.xml and DeployedTreeCacheProv

2007-04-19 Thread rocken7
There are very muddy docs on these things, don't point to the wiki its useless for this. I am confused about the integration of jboss-cache with hibernate and ejb3. I want to cache entity beans that are read-only, but if I try to setup the DeployedTreeCacheProvider I get: Unable to locate T

[jboss-user] [JBoss Seam] - Question regarding performance and multiple JavaBean bijecti

2007-04-19 Thread pnorman4
Hi We're developing a site based on MyFaces, Facelets and Seam, and now we're a little concerned about the performance - it's a bit slow. While analyzing the code I found out some strange Seam behavior. Background: All our Seam beans are normal JavaBeans (no EJB beans). We'r running the web ap

[jboss-user] [JBoss Seam] - Re: Is it good to code JSP-specific information in EJB??

2007-04-19 Thread petemuir
Yes, You can use the same interface BUT Seam doesn't yet support Swing - so stuff like Seam's injection won't work. Shane's work on WS should start to close this gap - we will have a model for building bridges to clients other than JSF View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Alternate property reference style in EL not working

2007-04-19 Thread pgmjsd
It looks like http://jira.jboss.org/jira/browse/JBSEAM-580 has resurfaced. I'm using Seam 1.2.1.GA and I get a String index out of bounds exception when I use the alternate syntax for referencing an entity property: #{entity[fieldName]} Here is the stack trace: 18:57:39,147 ERROR [STDERR] java.

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2007-04-19 Thread ablevine1
"[EMAIL PROTECTED]" wrote : Sorry, I saw the 1st post in this thread and replied; didn't see the rest of the thread. I'll assume your beans are marked clustered, either via annotation or in the xml. | | RetryInterceptor is not yet available in EJB3. Don't think it would solve your problem

[jboss-user] [JBoss Seam] - Re: Is it good to code JSP-specific information in EJB??

2007-04-19 Thread hsiung
do I understand you correctly that using @DataModel won't impact the interface of the session bean for swing clients? In other words swing clients will use the exact same session bean interface as JSF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039085#403

[jboss-user] [JBoss Seam] - Re: Webservices ETA?

2007-04-19 Thread [EMAIL PROTECTED]
Web services support is still under development, in CVS only. I can't really help you with starting a JBPM process because we haven't built support for that yet :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039084#4039084 Reply to the post : http://www

[jboss-user] [JBossWS] - Integrate Apache with Tomcat/JBoss using mod_jk connector

2007-04-19 Thread d_pavel
I have a deployment architecture question: We know this: anonymous wrote : | # As a native application, the Apache web server is a more efficient | HTTP server than the Java-based web server included in JBoss AS. That is | especially true for static contents (e.g., pictures), keep-alive

[jboss-user] [JBoss Seam] - Re: Can you use Seam-Remoting via AJAX when you are using Ja

2007-04-19 Thread [EMAIL PROTECTED]
Yes you can use it to call Javabean components. At the moment remoting is pretty much only used for AJAX, but there's no reason why you couldn't use it from a Swing app for example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039082#4039082 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to recover from database restart while JBoss is runn

2007-04-19 Thread bertnz
OK - looks like I will have to solve this one myself. Turns out that I needed to specify this additional field in my datasource descriptor (ms-sql.ds). select top 1 name from sysobjects with (nolock) This is apparently called before a pooled connection is used, if it fails (say becau

[jboss-user] [Clustering/JBoss] - Unable to connect to jboss cvs -- connection refused

2007-04-19 Thread vulee
Last night, I was able to view jboss cvs from Eclipse. Today, Since this morning, I keep getting connection refused. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039069#4039069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBossWS] - Re: Strange java code generated by wsprovide

2007-04-19 Thread [EMAIL PROTECTED]
Try | @WebService | public class PojoEndpoint { | | @WebMethod | public String sayHello(String name) | { | return "Hallo "+name+"!"; | } | } | JBossWS generates the reuired wrapper beans dynamically. They do not need to be part of the depl

[jboss-user] [JBossWS] - jbossws-1.2.1.GA released

2007-04-19 Thread [EMAIL PROTECTED]
As of this post I am happy to anounce that jbossws-1.2.1.GA is released. This implementation supports both JAX-WS and JAX-RPC style web services. With this release we provide full JAXWS functionality. It runs on jboss-5.0.x, jboss-4.2.x, jboss-4.0.5, Tomcat. JAX-WS brings to web services what E

[jboss-user] [JBossWS] - Re: PortComponent Annotation - Jar Requirements

2007-04-19 Thread [EMAIL PROTECTED]
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#JBossWS_Extenstions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039064#4039064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039064 __

[jboss-user] [JBossWS] - Re: [Fatal Error] :-1:-1: Premature end of file.

2007-04-19 Thread [EMAIL PROTECTED]
Please have a look at JAXWS http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039063#4039063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039063 _

[jboss-user] [JBossWS] - Re: Salesforce client stub generation fails

2007-04-19 Thread [EMAIL PROTECTED]
Do you have url to the salesforce wsdl? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039062#4039062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039062 ___ jboss-user mail

[jboss-user] [JBossWS] - Re: Handlers

2007-04-19 Thread [EMAIL PROTECTED]
Have a look at the latest samples View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039061#4039061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039061 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - How To Cancel Update in Home Object

2007-04-19 Thread gzoller
Hello, If I override update() in a Home object, how can I stop the update from happening and roll back changes the user has made? Even better: Is there a way to have access to the old and new fields values? What I'd like to be able to do is know what the original value was so I can manually

[jboss-user] [JBoss Seam] - Re: Remember Me Exception

2007-04-19 Thread patrickr
I?ve just encountered the same PropertyNotFoundException although I don't use IceFaces. So this might not solve the original problem but maybe helps people searching for this exception. I actually forgot to put seam.properties in my classpath and thus seam wasn't aware of my annotated authentic

[jboss-user] [JBossWS] - Re: Unable to create a WSClient that uses jboss-wsse-client.

2007-04-19 Thread [EMAIL PROTECTED]
Hava a look at the security samples. A clients needs the security handlers configured and the security config file http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Security View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039054#4039054 Reply to

[jboss-user] [JBossWS] - Re: XJC error: PhotoMessage.xsd ' 'is not a part of this co

2007-04-19 Thread [EMAIL PROTECTED]
We are using jaxb-2.0.3. Newer versions have not been tested View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039053#4039053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039053 __

[jboss-user] [JBossWS] - Re: how to run the jbossws samples?

2007-04-19 Thread [EMAIL PROTECTED]
| ant -Dtest=jaxws/samples/webresult test | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039052#4039052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039052 ___ jboss

[jboss-user] [Installation, Configuration & Deployment] - packaging a war file with struts 1.3.8 for jboss 4.0.4

2007-04-19 Thread tb44
hello, i try to port a web application from jboss 3.2.0 to jboss4.0.4. i have a problem with classNotFound exception for struts (see log): 23:53:26,500 INFO [EJBDeployer] Deployed: file:/home/baudouin/site/binaires/jboss-4.0.4.GA/server/default/deploy/siloDonnees.jar 23:53:26,890 INFO [Tomca

[jboss-user] [JBossWS] - Re: Activating xjc plugin

2007-04-19 Thread [EMAIL PROTECTED]
wsconsume uses wsimport underneeth. If it does not work already please monitor Please monitor http://jira.jboss.org/jira/browse/JBWS-1613 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039049#4039049 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-19 Thread [EMAIL PROTECTED]
You could start with the samples from the download. There should find enough usecases for jaxrpc DII View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039050#4039050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039050 _

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-19 Thread HLQ
Yes, there is no errors at all... so I confused... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039047#4039047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039047 ___ jbos

[jboss-user] [JBossWS] - Re: wstools failing on XSDs using xs:import

2007-04-19 Thread [EMAIL PROTECTED]
This should get fixed for 2.0.0.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039046#4039046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039046 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Help: get exception when using EL to reference a EJB mem

2007-04-19 Thread petemuir
Here's your problem Caused by: org.jboss.seam.RequiredException: In attribute requires non-null value: edaSearch.eda Either make sure the eda component is available or use required=false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039042#4039042 Reply to

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
Thanks Felix. Even after adding the @Local annotation, it is still not working. I even tried adding my bean to the persistence.xml file as follows: test.TestBean No go. Any ideas here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039041#4039041 Reply

[jboss-user] [JBoss Seam] - Re: Help: get exception when using EL to reference a EJB mem

2007-04-19 Thread qzhengyy
Here is the stack trace. Thanks. | javax.faces.el.EvaluationException: /main.xhtml @23,92 value="#{edaSearch.searchString}": Exception getting value of property searchString of base of type : org.javassist.tmp.java.lang.Object_$$_javassist_117 | at com.sun.facelets.el.LegacyValueBindi

[jboss-user] [JBoss Seam] - Re: time zone in Seam

2007-04-19 Thread petemuir
No. Something like this should work: @In User user; | @In TimeZone timeZone; | | @Observer("org.jboss.seam.timeZoneSelected") | public updateTimeZone() { |user.setTimeZone(timeZone); | } You'll need to make sure the changes to User get persisted. View the original post : http:

[jboss-user] [JBoss jBPM] - Re: Why some node attributes are not persist?

2007-04-19 Thread kukeltje
The sourcecode sais these are not persisted yet. So they can just be used in a non-persisted processinstance. No 'fix' yet and none planned either (afaik) If you want these to be persisted, file a jira issue, discuss them in the design forum and maybe even help implementing this. (including mig

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-19 Thread kukeltje
I assume you do not get a detailed error somewhere since you did not post it. Correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039035#4039035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039035 ___

[jboss-user] [JBossWS] - Re: wsconsume and IllegalStateException

2007-04-19 Thread bypaik
is wsconsume supposed to work with jbossws-1.2.x for jboss 4.0.5 with jdk 1.4? there is no reference to org.jboss.ws.tools.jaxws.impl.WSContractConsumerFactoryImpl except within jbossws-wsconsume-impl.jar which is only usable for jdk 1.5+. can someone clarify this please? thanks View the ori

[jboss-user] [JBoss jBPM] - Re: fork related problem

2007-04-19 Thread kukeltje
anonymous wrote : i get the message the task has been assigned to null,null known issue with the 3.1.x webapp The other issue I do not know about. Could be that the default behaviour in 3.1 is that the start task is assigned to the process initiator. View the original post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: New Conversation issue

2007-04-19 Thread petemuir
AFAIK, none View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039031#4039031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039031 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: Help: get exception when using EL to reference a EJB mem

2007-04-19 Thread petemuir
You need to post the whole stack trace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039030#4039030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039030 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: Base Question

2007-04-19 Thread kukeltje
you cannot 'pass it on'. If it is set in the process, you can retrieve it in the actionhandler of the next task by using context.getVariable("variablename") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039028#4039028 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - time zone in Seam

2007-04-19 Thread zzztimbo
Is there an example I can look at where time zone information is saved with the user account in a Seam application. For instance, when a user registers, they select their time zone from a pulldown. It is saved. All time stamp information in the application then reflects this fact for this user.

[jboss-user] [JBoss jBPM] - Re: JBPM too slow due to too mnany process instance

2007-04-19 Thread kukeltje
the database jbpm uses is not optimized. Meaning, creating indexes for relevant queries is not done. Look at what queries are done and create the relevant indexes. If that does not help, please get back. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039025#

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-19 Thread kukeltje
this is already fixed in the cvs-head version of jBPM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039022#4039022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039022 ___

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread oskar.carlstedt
... one more thing. Whater decision you make here. Make sure you are using the native Oracle driver. //Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039023#4039023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread oskar.carlstedt
Hi!! Using EJBs here is probably not the best way to go. Doing so will cause the container to create a lot of insert statements - too many to get the performance you want. If I'm wrong here, let me know. I did something like this a couple of years ago with Oracle 8.1.6. If you don't care about

[jboss-user] [JBoss jBPM] - Re: deploying jbpm-enterprise.ear on Jboss4.0.5.GA

2007-04-19 Thread kukeltje
NO DUPLICATE POSTS PLEASE, AND DO NOT CALL MY ANSWERS STUPID (assuming you relate to the orther post) If you search the forums and the wiki, you'll see that this is a config file for useracces IF it is configured to be used. If you happened to know what this file is for you could look how the s

[jboss-user] [Installation, Configuration & Deployment] - JBoss-4.0.5.GA jmx-console issue

2007-04-19 Thread rtanya
Hi Community, I have jboss 4.0.5.GA installed on jdk1.5. I tried 1.4.2 and default jboss settings, but get the same results. Whenever try to change the context settings of one of deployed war file from http://localhost:8080/jmx-console/ it fails with exception javax.management.ReflectionExcepti

[jboss-user] [Installation, Configuration & Deployment] - Re: How to don't redeploy ear after restart JBoss server

2007-04-19 Thread anbramo
Instead of trying not redeploying the ear after restarting JBoss server, you could try jboss not cleaning your log files after restarting. By default, every time you restart jboss log4j clean all the logs. In order to avoid this behaviour you have to modify the log4j configuration file($JBOSS_H

[jboss-user] [JBoss Messaging] - Access remote topic problems

2007-04-19 Thread [EMAIL PROTECTED]
I have two instance of JBoss running on my machine, the messaging server and a regular web server. I am trying to get a connectionfactory on the web server from the messaging server by context.lookup("/ConnectionFactory"), I get null same if I tried "JmsXA". I have everything in a Properties ob

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss AS 4.2.0.CR2 does not start

2007-04-19 Thread [EMAIL PROTECTED]
I just tested bringing up JBoss AS 4.2.0.CR2 on Fedora Core 6 and had no problems. In fact, I tested it with the IBM 1.5 JDK, the Sun 1.5 and 1.6 JDK's, and the BEA JRockit 1.5 JDK, and all worked fine. Is networking actually enabled on your machine? View the original post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: Designer in jbpm-jpdl-3.2.GA does not support Decision c

2007-04-19 Thread estaub
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=12310264&styleName=Html&version=12311154 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039006#4039006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039006 _

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread Sammy8306
Right, but that way I loose all the protection provided by outputText, and all I want to is handle the friggin' newlines... if only the convertor could be applied after the escaping. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039005#4039005 Reply to the

[jboss-user] [JBossCache] - Arrays of Objects

2007-04-19 Thread geoharp
Does PojoCache support arrays of arbitrary objects? or just primitives? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039004#4039004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039004 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread artd
The 2 classes are annotated as such (simplest configuratio causing a failure) | @Stateless | @WebService | public class EchoBean implements EchoRemote{ | And the other: | @Stateless | @WebService | public class foobar { | View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: New Conversation issue

2007-04-19 Thread rbalaga
I have one question about difference between Event scoped componets and Conversation scoped componets. I know that Conversation componets can span a few requests etc. But what is difference between Event and Conversation if the Conversation componet is not promoted to long running conversat

[jboss-user] [Installation, Configuration & Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread [EMAIL PROTECTED]
Could it be that you have more than one ejb tagged @WebService within the jar? If yes, what do the annotations look like? Could it be that you have different context root's specified within the same ejb.jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Sorry I missed the part out the output dissable. I used to use a tag, but I like this better. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038998#4038998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038998 ___

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Use the converter posted previously and the code shown below. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038997#4038997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038997 ___

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread fhh
Insering 10.000 rows into an empty table is not that difficult. Any Oracle database should be able to handle that. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038993#4038993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread fhh
anonymous wrote : | From reading the documentation I shouldn't need @local for a stateless session bean right? | Nope. On the the page you linked in your first ppost it clearly says: anonymous wrote : | Take a look at CalculatorRemote.java. To define this as the remote interface of Cal

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread Sammy8306
Can I ask how you use this converter? Afaik it only works when turning of escaping of the outputText tag? I'm having this problem myself, not wanting to turn of the escaping safety-net and still be able to handle newlines correctly.. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-3.2.GA - incomplete project creation in eclips

2007-04-19 Thread [EMAIL PROTECTED]
the movie is not in sync with 3.2.GA i'm going to create a tutorial that should fix this in the next couple of months. if you use the suite, then check if you can install the gpd as documented in there. then you can use the wizard to create a new project. View the original post : http://www.

[jboss-user] [Security & JAAS/JBoss] - Using SecurityAssociation

2007-04-19 Thread dgouvea
Hi all, sorry by my bad english, but I need your help I have one WEB App and one EJB App. I'm using JAAS and SSO Valve of Tomcat. How I can send user information in EJB call? The SecurityAssociation work with ThreadLocal. Where I set Principal and Credential information in SecurityAssociation?

[jboss-user] [Installation, Configuration & Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread artd
I just installed jbossws-1.2.1.GA onto JBOSSAS 4.0.5 GA, and I'm getting the same exception. I wasn't getting this with the JBossWS-1.2.0.SP1 on 4.0.5GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038987#4038987 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Rules editor doesnot sinalize error in Problems View

2007-04-19 Thread [EMAIL PROTECTED]
it should just happen, if not then its bust. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038985#4038985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038985 ___ jboss-user

[jboss-user] [JBoss Seam] - Help: get exception when using EL to reference a EJB member

2007-04-19 Thread qzhengyy
Hi, I am new to Seam. I am playing with the hotel example. I modified main.xhtml to use my own search bean. | | | | | | | | . | I got the follwoing exception: | /main.xhtml @23,92 value="#{edaSearch.searchString}":

[jboss-user] [EJB 3.0] - Re: Reverse entity Mapping on a @SecondaryTable

2007-04-19 Thread ablevine1
Thanks for the resonse. That's what I'm doing now but I'd like to avoid having to write delgator methods to access properties from the secondary object from the primary object in order to make it appear as one object View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss jBPM] - Re: Transition Exception Handling with Tasks

2007-04-19 Thread vtysh
Try to process an exception in your application while you are ending taskInstance. With session transaction mechanism you able to rollback it if ending of task fails. But i don't know how to correctly close JbpmContext after rollback, because default close method begin to throw exceptions after

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
Ok, I found this in the JBoss docs. "EJB 3.0 beans must be packaged in a JAR file with the suffix .jar. " http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html Does anyone know if it is possible to have the JBoss deployer scan for class files outside of a .jar? View the origi

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread genman
Let me just say that you first need to understand what it takes to get Oracle to insert 10,000 records per second. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038977#4038977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.0.0.Beta1 BUILD FAILED

2007-04-19 Thread mrines77
But I am getting the same error: MXBeanUtils.java:845: incompat ible types and am running: C:\jboss-head\naming>java -version java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode) Besides, java6

[jboss-user] [Installation, Configuration & Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread artd
I'm seeing the same thing with JBOSSAS 4.2.0 RC2 but it only seems to fail when I declare more than one class with the @WebService annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038973#4038973 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBossCache] - Re: JBossCache and readonly transactions

2007-04-19 Thread genman
Andrea, I agree that what or how things are replicated, cached, or invalidated should be entirely up to you. However, there are many valid reasons to replicate read-only data to all nodes of the cache. And there are just as many good reasons to use an invalidation strategy. To label one appro

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread [EMAIL PROTECTED]
Oh, and of course you definitely want EJBs if you have to run your conversations in a cluster, because SFSBs provide all the necessary machinery for replication of state. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038972#4038972 Reply to the post : htt

[jboss-user] [JNDI/Naming/Network] - Re: Difference between 'java: Namespace' and 'Global JNDI Na

2007-04-19 Thread kooudy
OK, but, I have datasource within java namespace and I am not able to get this one (within JBoss JVM) until I move it in global namespace, as I have mentoined. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038971#4038971 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread [EMAIL PROTECTED]
Asynchronous processing also requires EJB (timers). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038970#4038970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038970 ___ jb

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Worked like a charm. Thanks a million. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038969#4038969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038969 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread petemuir
I'm afraid that's a (fixed) bug in the example. Reference the converter as converter="newlineConverter" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038968#4038968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40389

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread stu2
Looks to me like the biggest losses when not using EJB are the conversational stuff around SFSB and the JMS tie-ins. Neither are essential though. Seam without this stuff is very much intact. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038967#4038967 Re

[jboss-user] [JBoss Seam] - @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
I am trying to get the following code to work that was taken almost verbatim from the ui example in Seam 1.2.1. By the converter is never called. In fact is does not work for me in the ui example either. I put a System.out and recompiled the example and I never see any output. Any help would

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
>From reading the documentation I shouldn't need @local for a stateless session >bean right? Or am I missing something? All the examples I look at do not have the @local annotation. Where would I put that annotation? On the interface? Thanks. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread [EMAIL PROTECTED]
Yes, it's all marketing. Seriously though, you use whatever works for you. If you don't need EJBs, use JavaBeans. If you need EJBs, use them. Isn't it nice that both component types work with Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038960#40389

[jboss-user] [JBoss Seam] - Re: Programatic SFSB instantiation and associating w/convers

2007-04-19 Thread stu2
Btw, what I think might be the way to do this is the following: | // get the mapping action | CatalogMappingAction mappingAction = (CatalogMappingAction) Component.getInstance("catalogMapping", true); | assert mappingAction != null; | | // assoc

[jboss-user] [JBoss Seam] - Programatic SFSB instantiation and associating w/conversatio

2007-04-19 Thread stu2
I need to hand off from 1 SFSB to another at a certain point. I see that Manager has everything I need to manipulate conversations. But looking through Seam source I didn't see where Seam instantiates beans AND associates them with contexts. I'd like to do this correctly. Should I just do a

  1   2   3   >