[jboss-user] [Management, JMX/JBoss] - Re: persist auto-restart mbean

2006-11-02 Thread cnsxxx09
ok ... My code just doesn't work then and I have no idea why. As a test I used twiddle to print out the mbean info into an xml file. Then I copied the persistent descriptor section from the JBoss persistent example sar directory into this same file. I changed my code to read this XML file in

[jboss-user] [EJB 3.0] - Re: Is there an equivalent of @RemoteBindings in jboss.xml

2006-11-02 Thread ALRubinger
I think my previous posts weren't as to-the-point as they could have been; sorry for that. And I've never invoked EJB3 over SSL, so everything in this post is just stuff I've come across while doing other related dev. sbivol wrote : I'm not familiar with the Binding Manager, so I'd like to

[jboss-user] [EJB 3.0] - Re: Pre-populating entity bean instances at application inst

2006-11-02 Thread ALRubinger
Take a look at JMX MBeans and their lifecycle methods. You can easily create one in EJB3 using the @Service annotation, and set your prepopulation logic to fire when the start method is called. http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/index.html S, ALR View the original

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE-2.0.0.Beta2 enhancements to support complex Jbo

2006-11-02 Thread [EMAIL PROTECTED]
Rob, I know alot (or even all) of this stem from the inflexibility of the server model in WTP, but what prevents us from allowing the user to select a auto-detect configuration which would contact the server for details ?! or am i missing something? To Garu, Isn't this all possible if you

[jboss-user] [Management, JMX/JBoss] - auto redeploy dynamic mbean on JBoss restart

2006-11-02 Thread cnsxxx09
Hi, When JBoss restarts, is there a way to get it to automatically redeploy any (dynamic) mbeans that were previously running? (My MBeans are -not- physically deployed into the deploy/ directory). I'm using a scheduler to dynamically create and register one-to-many instances of an mbean into

[jboss-user] [Messaging, JMS JBossMQ] - Re: Own dead letter queue

2006-11-02 Thread jaikiran
anonymous wrote : From Wiki: | DLQ : A dead letter queue stores requests that could not be processed due to some failure in the system, application or configuration. | ExpiryDestination : expired messages can now be moved into a separate destination | | In my opinion, it is different

[jboss-user] [JBossWS] - Re: Problems returning arrays from Webservice Method

2006-11-02 Thread kaza
Sorry Marco, I downloaded all the samples and I did not find one that had @WebResult in it. I also annotated my method with WebResult but that did not change my WSDL at all and so my test still fails . Can you send me some sample code where and how you use this annotation. I'm trying to return

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-02 Thread [EMAIL PROTECTED]
No. You need to re-create those xmbeans as part of the start-up of another service of yours. Or if you want to play with descriptors you could try something like this: http://www.jboss.org/wiki/Wiki.jsp?page=DeploymentService View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: how to encrypt the database connection info in *-ds.xml

2006-11-02 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982588#3982588 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982588

[jboss-user] [JNDI/Naming/Network] - Re: The JNDI problem when deploying the JPetStore with jboss

2006-11-02 Thread jaikiran
I havent used JPetStore myself and the reason why i asked you to post the jboss-web.xml was the exception stacktrace that you had posted which mentioned something on similar lines. Can you post the entire exception stacktrace that you are seeing? Better still, can you post the file which

[jboss-user] [JNDI/Naming/Network] - Re: NameNotFoundException:(jndi name) not bound

2006-11-02 Thread jaikiran
anonymous wrote : i dont know where am i making mistake. You have not mentioned what problem you are encountering in the application. Any exceptions or any unexpected behaviours? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982590#3982590 Reply to the post

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread omatzura
Thanks for your feedback Mark.. this looks like a bug in the plugin.. will be fixed in next beta.. I'll let you know.. regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982592#3982592 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Own dead letter queue

2006-11-02 Thread andreyT
jaikiran wrote : Yes, you are right. Sorry my bad. | Ok. But why messages are located in queue/DLQ, instead of in queue/sns/DLQ? :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982594#3982594 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Classes not found at first deploy - start needed

2006-11-02 Thread Agustinbelmonte
Hello, I have a problem with some and different applications. When i deploy the applications i give errors as 'class not found exception', but the classes are well packed and when i invoke the operation start at jmx-console the applicationn starts correctly. I think this

[jboss-user] [JBoss Eclipse IDE (users)] - Error while running XDoclet ??

2006-11-02 Thread korayg
Hi, i was following the JBoss IDE tutorial.In chapter 5, i have done all xdoclet settings and Run Xdoclet.. After this, i got this message first Warnings while parsing key bindings from the 'org.eclipse.ui.commands' extension point After this error log listed this error Error while running

[jboss-user] [Security JAAS/JBoss] - Re: Jboss SSO Web Application

2006-11-02 Thread nipunbatra
Hi Sohil Thanks for your response, Now I have developed my own DBLoginModule class whcih implements javax.security.auth.spi.LoginModule I have also added the policy entry of this login module in login-config.xml under /server/default/conf/login-config.xml As per documents I have added

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE-2.0.0.Beta2 enhancements to support complex Jbo

2006-11-02 Thread garu
Hi Max, yes it's possible to do what you say, but this is exactly what i want to avoid and it wouldn't solve my needs. First i'd need to replicate the default or all structure, services and libs, as many times as the number of diferent instances. Second i don't want to alter installation files,

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

2006-11-02 Thread matthieugd
I think you should look to the file where queries are defined : org/jbpm/db/hibernate.queries.hbm.xml And you can customize hibernate mapping file, see the persistence chapter : http://docs.jboss.com/jbpm/v3/userguide/persistence.html View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Own dead letter queue

2006-11-02 Thread jaikiran
You mention that your ejb-jar.xml contains: ejb-jar | descriptionHearerMDB/description |display-nameHearerMDB/display-name |enterprise-beans | message-driven |ejb-nameHearerMDB/ejb-name |ejb-classcom.hearer.Hearer/ejb-class |

[jboss-user] [JBossWS] - using Enum with Java version 131_08

2006-11-02 Thread krishan_singh
Hi, I have developed a web service (stateless session bean) with all the parameters as string. Now I need to change some of teh paremeters from string to enum in the WSDL. The problem is that We are using java 131_08 version and I read that Enum are not supported in java versions lower than

[jboss-user] [JBoss Seam] - EL enhancement with Enums

2006-11-02 Thread lcoetzee
Hi, we would like to use the EL enhancement which would allow us to send a Enum param back. allLanguagesManager is an arraylist containing all the enums: t:dataList value=#{allLanguagesManager} var=currentLanguage | rendered=#{not empty allLanguagesManager} id=dt1 |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE-2.0.0.Beta2 enhancements to support complex Jbo

2006-11-02 Thread [EMAIL PROTECTED]
...and you say this was implemented in JBuilder ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982605#3982605 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982605 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE-2.0.0.Beta2 enhancements to support complex Jbo

2006-11-02 Thread garu
Well, not really this :) At that time i was working with Tomcat and i remember i was able to do something similar with with Jbuilder, it was a mix of Jbuilder support and ant but i could publish and debug on different tomcat instances with a single runtime. At that time it was not even

[jboss-user] [JBoss.NET] - Re: JBoss 4.0.2 Apache Axis

2006-11-02 Thread malipanchu
Copy the contents of axis under the deploy/axis.war directory to overcome these errors View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982608#3982608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982608

[jboss-user] [JBoss Portal] - Re: Using JBoss Portal as deployment platform for an Communi

2006-11-02 Thread [EMAIL PROTECTED]
You need to specify the caching in portlet.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982610#3982610 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982610 ___

[jboss-user] [JBossCache] - Re: Deadlock PojoCache.putObject()/org.apache.log4j.Category

2006-11-02 Thread dkapustin
It's JBossCache 1.4.0SP1. Your restatement is correct, Brian, more specifically: 1. We put aspectized Participant object in the cache 2. We add Message object to the Participant.newMessages List 3. Message object has reference sender to Participant object and reference recipient to Recipient

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2006-11-02 Thread ctomc
Hi guys. I can confirm that problem exists only when I use EJB3 MDB. Jboss is 4.0.5.GA with ejb3 implementation that came with it. :-) all the configuration is default(only what messaging install changed it) I have created a simple test case that i attached to issue

[jboss-user] [Messaging, JMS JBossMQ] - Re: Own dead letter queue

2006-11-02 Thread andreyT
jaikiran wrote : You mention that your ejb-jar.xml contains: | But the contents that you have specified are not part of the ejb-jar dtd (http://java.sun.com/dtd/ejb-jar_2_0.dtd). Any reference from where you used these contents | I used | ejb-jar version=3.0 |

[jboss-user] [JBoss jBPM] - How to save process instance into database?

2006-11-02 Thread slacker27
the next is my code : private void execute() throws Exception { JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); GraphSession graphSession =

[jboss-user] [JBoss jBPM] - Re: new JPDL designer feature : forms generation

2006-11-02 Thread kukeltje
- used by the webapp - can be used to help webinterface development - radiobuttons: adapt the forms with jsf radiobuttons View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982614#3982614 Reply to the post :

[jboss-user] [JBossCache] - Re: probable bug discovered --- failure acquiring lock

2006-11-02 Thread indrit
thanks for answering! It happened sistematically until I restarted the application server where the error occurred. It seemed to me that for some reason a previews lock wasn't released, may be some exception was the cause. What do you think? View the original post :

[jboss-user] [Security JAAS/JBoss] - custom timedCacheFactory problem

2006-11-02 Thread lost_traveller
We have a problem whereby a user is logged out after 30 minutes and JBoss attempts to re-login, since we use a custom Principal which contains a session id the session id is lost. The reason a user logs out after 30 minutes is because in jboss-service.xml DefaultCacheTimeout is set to 1800

[jboss-user] [Installation, Configuration Deployment] - Running a minimal configuration with just a tx manager and s

2006-11-02 Thread sateh
Is it possible to run a minimal configuration with just the transaction manager and sar deployer? I need something really small to deploy a tiny app in that just requires a transaction manager and is packages as a .sar. Is something like that possible? S. View the original post :

[jboss-user] [JBossCache] - Re: probable bug discovered --- failure acquiring lock

2006-11-02 Thread indrit
We are using the jboss cache as a CAS's ticket repository. Actually a granting ticket (CAS entity) is created when a user logins on our site, and this ticket must be propagated to the other application server on the cluster. On user logoff the ticket is destroyed. The problem happened on a

[jboss-user] [JBossWS] - Re: Return value for Java bean always empty

2006-11-02 Thread lowecg2004
Oh (expletive deleted). It was so obvious - I'd been looking at it for so long that I completely missed the basics! Thanks for you help, Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982620#3982620 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2006-11-02 Thread kukeltje
anonymous wrote : And I know if i call jbpmContext.close() explicitly, it was saved. | Has there any other ways to do that? | No View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982622#3982622 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Aspect scope and construction pointcuts

2006-11-02 Thread stalep
hi, ive tested your example and i get the same error. i can see that it matches the pointcut and the generated code looks correct. so if im not mistaken ill call this a bug. i tried to change the pointcut to: @Aspect(scope=Scope.PER_INSTANCE) | public class MyAspect { | @Bind

[jboss-user] [JBoss jBPM] - Re: Is there any method to store information in process defi

2006-11-02 Thread kukeltje
(ab)using the description field is imo much, much worse than each instance keeping a variable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982623#3982623 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982623

[jboss-user] [JBoss jBPM] - Re: [b][u]how to deploy ear file in JBOSS application server

2006-11-02 Thread kukeltje
wrong forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982625#3982625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982625 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: Aspect scope and construction pointcuts

2006-11-02 Thread [EMAIL PROTECTED]
I think it is a bug http://jira.jboss.com/jira/browse/JBAOP-303 Correct on the execution pointcut, but construction should work. Looking at the code it is pretty straightforward - I should have a fix in cvs in a few minuts View the original post :

[jboss-user] [JBoss AOP] - Re: Aspect scope and construction pointcuts

2006-11-02 Thread chrismeadows
Thanks for replying stalep. stalep wrote : | @Aspect(scope=Scope.PER_INSTANCE) | | public class MyAspect { | | @Bind (pointcut=execution(public MyAspected-new())) | | public Object construction(Invocation invocation) throws Throwable { ... } | | } | Yup, I had tried

[jboss-user] [JBoss Seam] - Re: NullPointerException in SeamListener

2006-11-02 Thread gquintana
Well done, it came from the components.xml, I removed it and the deployment succeeded. I am going to read the documentation in order to understand the purpose and the structure of this file. I was using Seam 1.0.1GA. Thanks for your help, GĂ©rald View the original post :

[jboss-user] [Beginners Corner] - Re: ExpanderResolver was not set

2006-11-02 Thread julian_zhulei
same thing happened again, any solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982631#3982631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982631 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Integration of Seam Components with JSF

2006-11-02 Thread keithpitty
Firstly, my apologies if this question is answered elsewhere - I've browsed the Reference Guide and searched the forum without finding the answer yet. I'm relatively new to Seam and am hoping that someone can give me some quick insight. So, as I understand it, Seam enables EJB 3.0 components

[jboss-user] [JBoss jBPM] - Connection (transaction problem)

2006-11-02 Thread mduarte
Sorry all, but I could not find the anwers in the forum. I am using jBPM as a jar of my server. And my server has its own database. So I have some operations that integrate some jbpm tables with my tables. The problem is when I have a foreign key for a database table. e.g. When I deploy a

[jboss-user] [JBoss AOP] - Re: Aspect scope and construction pointcuts

2006-11-02 Thread [EMAIL PROTECTED]
I've committed the fix to subversion to both the 2.0 and 1.5 branches. http://wiki.jboss.org/wiki/Wiki.jsp?page=BuildingJBossAOPFromSubversion View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982634#3982634 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Aspect scope and construction pointcuts

2006-11-02 Thread chrismeadows
Thanks Kabir/Stalep! Much appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982635#3982635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982635 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: NullPointerException in SeamListener

2006-11-02 Thread gquintana
The components.xml that didn't work came from JBoss Wiki: http://wiki.jboss.org/wiki/attach?page=EclipseSeamProject%2Fcomponents.xml Is there a DTD or an XML Schema for this file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982637#3982637 Reply to the post

[jboss-user] [JBoss Seam] - Tests on EJB3 that uses JAAS

2006-11-02 Thread endremr
Hello! I'm trying to write tests for my EJB3's that uses Java security roles and JAAS. When I run my tests, I get exceptions with jaas not bound since the embedded-ejb hasn't set up the JAAS stuff. I found this wiki page:

[jboss-user] [JBoss Seam] - JBoss seam Backbase integration

2006-11-02 Thread dilshat
I have been trying hard to integrate the Backbase (AJAX) with JBoss seam with no success. I will be very grateful if you can give me a hint about solving the problem I have encountered. I have copied all the necessary backbase jar files, and integrated the configuration content in the web.xml

[jboss-user] [JBoss.NET] - Re: NoSuchFieldError when deploying .wsr

2006-11-02 Thread carliandro
I'm with problems to starting Jboss 4. The jboss start without errors if the jar file not were in deploy folder, but if the jar file were in deploy folder throw the following error error: Reason: java.lang.RuntimeException: java.lang.NoSuchFieldError: constructorInfos thanks. View the

[jboss-user] [JBoss.NET] - Problems to starting Jboss

2006-11-02 Thread carliandro
I'm with problems to starting Jboss 4. The jboss start without errors if the jar file not were in deploy folder, but if the jar file were in deploy folder throw the following error error: Reason: java.lang.RuntimeException: java.lang.NoSuchFieldError: constructorInfos thanks. View the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread mwr0707
Thanks Ole, Do you also see the issue where the generated jaxrpc-mapping.xml and webservices.xml fail validation? This is appears to be a result of being unable to locate j2ee_1_4.xsd. Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982642#3982642

[jboss-user] [JBossWS] - Re: WStools; Parameter names (Newbie question)

2006-11-02 Thread lowecg2004
Jason, re: getting parameter information included in the byte code. Is there a bug/rfe database ID that we can add our votes to? This would be incredibly useful. Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982643#3982643 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Running a minimal configuration with just a tx manager a

2006-11-02 Thread Stefan Arentz
Nevermind. This actuall turned out to be pretty trivial. Just copy the right beans from conf/jboss-service.xml into the one for the minimal setup. S. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982645#3982645 Reply to the post :

[jboss-user] [JBoss Seam] - Problem with seam and session invalidation.

2006-11-02 Thread sreeraaman
Hi All, From a secured page, I am trying to logout a user by providing a Logout Button | h:commandButton id=logout value=Logout action=#{logoutAction.logout}/h:commandButton | The logoutAction Managed Bean is configured as follows in the faces-config.xml: | managed-bean |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread mwr0707
Looking at the JBoss installation, I see that copies of all of these schemas reside in the JBoss docs/schema directory. Is there a preference I should be setting to cause Eclipse to validate against local copies of the schemas? Regards View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-02 Thread cnsxxx09
Thanks for the info, this experimental feature sounds interesting ... So, I need to do the following: 1. deploy the Deployment Service file found here: $JBOSS_HOME/docs/examples/varia/deployment-service/deployment-service.sar (keeping the default settings) 2a. create a template file(s) for my

[jboss-user] [JBoss Seam] - Re: Integration of Seam Components with JSF

2006-11-02 Thread [EMAIL PROTECTED]
The SeamPhaseListener sets a custom JSF variable resolver. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982647#3982647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982647 ___

[jboss-user] [JBossCache] - JBossCache with Hibernate

2006-11-02 Thread ravi.nagubandi
Hi, I am trying to integrate JBossCache with Hibernate. I am using Hibernate3.0 . I had placed the treecache.xml in my classpath and also provided entries in Hibernate configuration file related to JBossCache. My requirement is like when i call my DAO method first time it should hit the

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-11-02 Thread sappenin
anonymous wrote : 7. how should I capture or examine the SOAP header in order to | look for wsse usernametoken element? Is there any log file or option to | log the SOAP header? In your log4j.xml file (JBOSS_HOME/server/[servername]/conf/log4j.xml), set the CONSOLE appender threshold to

[jboss-user] [Messaging, JMS JBossMQ] - Help needed testing JMS connection failure - 4.0.3SP1

2006-11-02 Thread mveitas
I am in need of some help with testing out our reconnect logic for our JMS based code. What is the best way to simulate a JMS connection failure? I have set an ExceptionListener on the connection object, but when I try an stop the destination from the jmx-console, no exception is being thrown.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread mwr0707
As an example, this modified version of webservices.xml validates without error: ?xml version=1.0 encoding=UTF-8? | webservices xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:impl='urn:com.acme' | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [EJB/JBoss] - hotdeployment error (org.hibernate.cache.CacheException)

2006-11-02 Thread timecop12
Hi all, my ejb3-application is running at JBoss AS 4.0.4 GA, TreeCache 1.2.4.SP2 in LOCAL mode, Hibernate Core CR5, Hibernate EM CR3 und Hibernate Annotation CR3. Database: Postgres 8.1.4 I know there newer releases available, but I dont't think it's a bug. Problem description: - start JBoss AS

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 GA bluescreens

2006-11-02 Thread therockhopper
It (the webstart installer version) will run if: I set JAVA_HOME to a 1.4.2 JDK. I have RAD6 and used the JDK bundled with it. (A regular JDK should work). It is under c:\program files so I used the 8.3 name PROGRA~1 in the variable. run.bat doesn't like quotes. I prepended the path with

[jboss-user] [Installation, Configuration Deployment] - Re: IllegalArgumentException

2006-11-02 Thread boby
It is odd, because this problem occurs only when I call the method in remoting. In fact, I think there is a problem with the object in local and the object on the server. The server thinks that it is not the same objects. Im gonna look at the serialVersion uid. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Dynamicly adding attributes to MBean

2006-11-02 Thread [EMAIL PROTECTED]
You need to create a Dynamic mbean - read the jmx spec. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982675#3982675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982675 ___

[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-11-02 Thread kukeltje
42 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982676#3982676 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982676 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Deploy in a clustered environment

2006-11-02 Thread jatsrt
I have: JBoss 4.0.5 (Custered) Portal 2.4.1 EJB3 JBoss Messaging 1.0.1 I am wondering what the correct way to deploy messaging in this environment. Should it be deployed in the normal deploy directory or should it be deployed as a ha singleton? Is there anything else that needs to be tweaked

[jboss-user] [JBoss Seam] - Re: JBoss seam Backbase integration

2006-11-02 Thread dilshat
I hacked problem by copying the jsf core and html tld files into WEB-INF directory and refenreced from web.xml/jsp files. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982668#3982668 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Simple but complete Maven or ant example project needed

2006-11-02 Thread hazlorealidad
Still no sign of the project on the Wiki, any chance of posting the URL here? Andy Bailey www.hazlorealidad.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982670#3982670 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - SignlSignOn with NTLoginModule

2006-11-02 Thread knoppTorsten
How can I realize a SinglSignOn with the following LoginModules: BeispielNT { com.sun.security.auth.module.NTLoginModule required debug=true; org.jboss.security.ClientLoginModule required sharedState=true password-stacking=useFirstPass debug=true; }; I want to use the

[jboss-user] [Installation, Configuration Deployment] - Dynamicly adding attributes to MBean

2006-11-02 Thread bossy
Hi, I need to use JMX for configuration purposes in my app. I have an MBean that has most of my configuration properties. These appear fine in JMX Web console, I can change their values and so on. The problem is I know that in the feature I'll need to add more properties that i'm going to use

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
Thanks Bela for your quick response. In tc5-cluster-service.xml, I have this: ${tomcat.partition.name:TomcatDefaultPartition} Also, I set an environment variable called JBOSS_CLUSTER_NAME with value sb1585. View the original post :

[jboss-user] [JBoss Seam] - Re: Don't support Chinese characters ?

2006-11-02 Thread EddieLee
I'm not display Chinese characters . it's reuqest form by h:inputText /. if I typed Chinese characters ?? ? but request value is : # 26631; # 39064; the demo of Hotel ?is also too. please see the screen http://www.vsoftware.com.cn/jt.jpg View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: SpringDeployer compatible with Spring2.0 final

2006-11-02 Thread Stefan Arentz
All I see on sf.net is a .jar file with compiled classes. Where is the complete release with 2.0 support? Including the deployer.sar? Also, where is the source code for that release? I got http://anonsvn.jboss.org/repos/jbossas/trunk/spring-int but that doesn't compile against AS 4.0.5 so I

[jboss-user] [JBoss Seam] - Re: Booking Example EL #{hotelBooking.selectHotel(hot)} not

2006-11-02 Thread antispart
Gavin, JSF RI 1.2.03 Facelets 1.1.11 JBoss AS 4.0.5 JBoss Seam-1.1.0.BETA1 Also, I noticed that the bookings example has: a:support event=onkeyup actionListener=#{hotelSearch.find} reRender=searchResults / but, the HotelSearching interface only has: public String find(); but wouldn't the

[jboss-user] [EJB 3.0] - env-entry not in

2006-11-02 Thread a9702466
Hello, I cannot get an env-entry via naming. Resource-injection works but I need it via naming, because it is al list of env-entries which can vary in different deployments: ejb-jar | enterprise-beans | session | ejb-nameSessionService/ejb-name |

[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-11-02 Thread ramzijbpm
Hello Finally what is the perfect method to Assign a task to 2 users or + thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982665#3982665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982665

[jboss-user] [JBoss jBPM] - Re: Connection (transaction problem)

2006-11-02 Thread kukeltje
Both are possible. Search the wiki/forums for additional info View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982659#3982659 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982659

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate

2006-11-02 Thread [EMAIL PROTECTED]
Pls refer to http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHibernate View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982657#3982657 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982657

[jboss-user] [JBossCache] - Re: Query cache and long query strings

2006-11-02 Thread [EMAIL PROTECTED]
I'm sorry, but I don't understand what the problem is. the query key consists of more than just the query string, e.g. the types, the values, the pagnation values etc. So wether you get a hit or not is dependent on the whole set of parameters to a query. /max View the original post :

[jboss-user] [Installation, Configuration Deployment] - HELP !!! - already registered mbean

2006-11-02 Thread santoshj
I had my application running well on jboss, but after i installed JBoss IDE on Eclipse 3.1.1, my application is not starting properly. I'm getting following error org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: Can anyone tell me whats the basic reason

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
I tried procedure given in the link. On node1 which I started first I get GMS: address is App2:7800 ** New View: [App2:7800|0] [App2:7800] When node2 on other machine is started, I get ChannelException: unable to setup protocol stack. Please help me on this further. Thanks View the original

[jboss-user] [JBossWS] - JAX-RPC Enumeration type did not conform to expectations

2006-11-02 Thread lds23
Hi, When trying to deploy a webservice on JBoss 4.0.4 I get an exception and the only reference I cannot find any hints on the web. Any hints? The service was implemented by running wsimport on wsdl file (Parlay X Send SMS function). The implementation is a stateless session bean. I'll be

[jboss-user] [JBoss Portal] - Re: isUserInRole returning hardcoded false

2006-11-02 Thread klj62
Issue Resolved -- This method is being called from a request dispatcher include. The only instantiation of a DispatchedHttpServletRequest object that I could find is in the PortletRequestDispatcherImpl class, and only for the case of a JSP dispatcher include. Although the original request

[jboss-user] [Installation, Configuration Deployment] - Re: Dynamicly adding attributes to MBean

2006-11-02 Thread bossy
Thanks, but is it possible to use the same method of deployment - in the jboss-service.xml and if yes, how would the Mbean xml descriptor look like if there are noe attributes to describe? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982683#3982683 Reply to

[jboss-user] [Installation, Configuration Deployment] - Re: Dynamicly adding attributes to MBean

2006-11-02 Thread [EMAIL PROTECTED]
The descriptor would look the same. An mbean looks the same from the outside, no matter how it is implemented. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982684#3982684 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Commit after component method is called

2006-11-02 Thread monkeyden
Is there anyway to either prevent Seam from comitting this transaction or explicitly rolling it back? I assume not the latter, since all the possible methods on EntityTransaction (setRollbackOnly, rollback) throw an EJBException. Surely someone has executed a query on a database view in a

[jboss-user] [JBossCache] - Re: Deadlock PojoCache.putObject()/org.apache.log4j.Category

2006-11-02 Thread [EMAIL PROTECTED]
OK, your Message object is not PojoCacheable, but in its object graph is a ref to a Collection/Map proxy that PojoCache has created (i.e. it's a Collection/Map that's stored in the cache either directly or as a field of a PojoCacheable object.) This leads to

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-11-02 Thread hartsock
swenbarth wrote : Ok, I fixed it for me: | in components.xml were some values like '@something@'; when I replaced those with real values ('true', ...), it started up just fine. Well that's just groovy, what exactly are legitimate values for this file or where do I go to figure out some for

[jboss-user] [JBossCache] - Re: Deadlock PojoCache.putObject()/org.apache.log4j.Category

2006-11-02 Thread dkapustin
Brian, thanks a lot for pointing to the problem. Dmitry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982688#3982688 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982688 ___

[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-11-02 Thread ramzijbpm
hello i don't understand please exact response regard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982691#3982691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982691 ___

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-11-02 Thread hartsock
hartsock wrote : swenbarth wrote : Ok, I fixed it for me: | | in components.xml were some values like '@something@'; when I replaced those with real values ('true', ...), it started up just fine. | | Well that's just groovy, what exactly are legitimate values for this file or where do I

[jboss-user] [Performance Tuning] - Re: Performance issues on jboss after running two instances.

2006-11-02 Thread PeterJ
Are you asking where can you change these values (you can change them in run.conf) or what should you change the values to? The later question is more difficult to answer, but a good resource is http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html View the original post :

[jboss-user] [JBoss Seam] - Re: Commit after component method is called

2006-11-02 Thread chuckadams
What does the method that contains this query look like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982692#3982692 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982692 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Can't configure EJB3 Libraries!

2006-11-02 Thread moweis
I've been trying all sort of solutions, but I can't configure a EJB3 project that I have with JBossIDE (1.6 and 2.0) on Eclipse 3.2. With 1.6: -I am unable to create a new Jboss server via the Debug screens. Nothing happens (except exceptions). I've tried JBoss 3.2.x, 4.0.x. With 2.0: -I am

[jboss-user] [Installation, Configuration Deployment] - Re: Classes not found at first deploy - start needed

2006-11-02 Thread PeterJ
Oops, the jar command should read: jar tf your.war View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982696#3982696 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982696 ___

[jboss-user] [Messaging, JMS JBossMQ] - Should stopping a destination cause a connection exception

2006-11-02 Thread mveitas
Should stopping a destination via the JMX console, cause an exception to be registered with the client connection? If not, how can I get the client to register an exception via the ExceptionListener interface? | Properties p = new Properties(); | p.put( java.naming.factory.initial,

[jboss-user] [Installation, Configuration Deployment] - Re: Classes not found at first deploy - start needed

2006-11-02 Thread PeterJ
You could make the class available so that the 'class not found exception' goes away. :-) But seriously, you have not given enough information for us to help you with your problem. Please post the exception stack trace that you are seeing. Also, what are you deploying? An ear file? A war

  1   2   3   >