[jboss-user] [JBoss Messaging] - Re: JBM exception

2008-10-28 Thread TheOverlord
This problem has not been resolved for me. It's almost as though a node in the cluster is shunned by the rest of the nodes in the cluster for whatever reason. Why would it do that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184999#4184999 Reply to the

[jboss-user] [JBossWS] - https jboss ws client

2008-10-28 Thread jopersson
Hi, Trying to use https endpoint address in client proxy (Jboss-4.2.3.GA) from java swing client with endorsed liraries and WS-Security UsernameToken enabled. Solution goes thru a Portwise security server like: swingclient-https-portwise-http-jboss-in-dmz. Code from Swing client: |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Using Axis 1.4 WebServices on JBoss 4.2.3

2008-10-28 Thread jaikiran
donadriano wrote : Hi, | | I am migrating a demo application from jboss 3.2.5 to 4.2.3. The application is using Axis1.4 (it's using org.apache.axis.* classes, not the org.jboss.axis.* ones). | Can someone tell if it is possible to run Axis1 WebServices on JBoss 4.2.3 ? | For JBoss,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Strip Down Jboss 4.2.x version??

2008-10-28 Thread jaikiran
bronzeiii wrote : but honestly, I don't like neither of them. | Any specific reason? Maybe we can't point you to something else if we know why exactly this option isn't feasible :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185027#4185027 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: packaging log4j.properties with a server jar

2008-10-28 Thread jaikiran
Which version of JBoss do you use? You mention about jboss-log4j.xml so i guess it's JBoss-4.2.x. See this http://www.jboss.com/index.html?module=bbop=viewtopict=128979#4125416 on how to package your lo4j.properties in your application. View the original post :

[jboss-user] [Beginners Corner] - Re: Jboss SEAM GWT Example not working

2008-10-28 Thread jaikiran
feroza wrote : | posting here because I couldnt post to the jboss seam forum. They have their new forum at http://www.seamframework.org/Community/Forums. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185030#4185030 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: LRUPolicy eviction policy

2008-10-28 Thread lovelyliatroim
Just seen this in the documents anonymous wrote : | Q. I have set up an eviction region but none of the nodes in that region get evicted. | | | | Make sure that the region starts with the / character, i.e. | | region name=/org/jboss/data ... | | I see that i was

[jboss-user] [JBoss Getting Started Documentation] - TellerBean Web Service Exception when starting the server

2008-10-28 Thread Aahz
I'm still working through http://docs.jboss.org/jbossas/getting_started/v5 When I restart the server I find this Exception: 10:11:58,835 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=local/[EMAIL PROTECTED],service=EJB | org.jboss.deployment.DeploymentException:

[jboss-user] [Remoting] - Re: NPE from one way message dispatch

2008-10-28 Thread adinn
Thanks Ron. Your fix looks fine. I'm not certaiin whether this problem affects AS 4.2 but I strongly suspect it does. Alessio will know for sure? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185047#4185047 Reply to the post :

[jboss-user] [JBoss jBPM] - jbpm-bpel-1.1.1 examples

2008-10-28 Thread cumtyjp
hello,everyone! I have met many problems. jboss:jboss-4.2.3.GA jbpm:jbpm-bpel-1.1.1 when I run the helloworld example,the result is correct! however, I run the other examples using ant test, they will occur errors for example,the purchase example,the log as follows:

[jboss-user] [JBoss jBPM] - User Transaction Lookup in Unmanaged Threads

2008-10-28 Thread tcchiu
Our system is going to migrate from Weblogic 9.1 to Websphere 6.1.19. The Websphere application server is running under AIX server. JBPM 3.2.1 is used. Due to the limitation of the single thread model, I have added multi-threading implementation in each node task action. However,

[jboss-user] [JBossWS] - Re: Client call fails using JBossWS

2008-10-28 Thread [EMAIL PROTECTED]
You can use the jaxws-config deployment descriptor and set the chunksize to 0, see the standard-jaxws-client-config.xml for instance: | client-config | config-nameStandard Client/config-name | featurehttp://org.jboss.ws/dispatch/validate/feature | property |

[jboss-user] [JBossWS] - Re: Client call fails using JBossWS

2008-10-28 Thread [EMAIL PROTECTED]
Or simply use the already provided HTTP 1.0 Client configuration: | client-config | config-nameHTTP 1.0 Client/config-name | featurehttp://org.jboss.ws/dispatch/validate/feature | /client-config | View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - hide the .jsp extension from pages

2008-10-28 Thread thanukshad
how to hide the .jsp extension from pages. as an example i want to display the url /contact.jsp as /contact View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185056#4185056 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - No active transaction

2008-10-28 Thread areian
Hi. I'm trying to deploy an EJB/SessionBean package to my JBoss server, but for some reason it gives me a TransactionRequiredException, with the message that it didn't find any active transactions. I was under the impression that in a container managed environment like JBoss, the container

[jboss-user] [Remoting] - Re: NPE from one way message dispatch

2008-10-28 Thread [EMAIL PROTECTED]
OK, I probably need to re-run/debug Andrew's test to better understand what happens here, anyway: - yes, I would expect the same behavior with AS 4.2.x - so, considering the final changes for this issue, I understand in case of oneway invocations we would need to set the new property in the

[jboss-user] [JBoss Tools (users)] - Re: how to create new ejb project for use with seam project

2008-10-28 Thread akazakov
There is Seam Facet since 3.0.0 beta1. Please use the latest nightly build. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185062#4185062 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185062

[jboss-user] [Remoting] - Re: Deadlock in BlockingCallbackStore

2008-10-28 Thread JeremyStone
Many thanks, Ron. I will give it a try soon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185066#4185066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185066 ___ jboss-user

[jboss-user] [Javassist user questions] - No support for varargs in the CtConstructor/CtMethod

2008-10-28 Thread Juda
Is there any way at all to set 'varargs' flag for the CtConstructor/CtMethod? I have noticed that it defaults to 'false'. In some cases it does matter if the method is a 'varargs' or not - simple workaround by checking the method's last argument isn't sufficient, because even if it is an

[jboss-user] [JBoss Portal] - Re: Reading/Updating JBoss CMS Files via Java Batch Program

2008-10-28 Thread psevestre
Well, you can use the upload archive feature of the CMS admin portlet. All you have to do is to create a zip file with static content (images,html, pdf, etc) and upload it to a given location within the CMS content tree. View the original post :

[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-10-28 Thread Andre1001
Hi, You should modify your template portal with admin user. After this, create a new user. This user must have your new dashboard configuration. Old users keep the old template configuration (the one when they were created). View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Accessing a secure EJB from standalone Java client

2008-10-28 Thread Wolfgang Knauf
I don't see an error in your snippets. How do you connect? Could you post also snippets of your client side? Best regards Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185077#4185077 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: JAAS and OpenLdap configuration

2008-10-28 Thread jej2003
So I switched to the LdapExtLoginModule and I have this working, but I am seeing some unexpected behavior. I have 2 groups, Administrators and Users. I have a user that is a member of only one of those groups, in this case Administrators. If I have a function that has the

[jboss-user] [Security JAAS/JBoss] - Re: Accessing a secure EJB from standalone Java client

2008-10-28 Thread jej2003
| Properties env = new Properties(); | env.setProperty(Context.INITIAL_CONTEXT_FACTORY, org.jboss.security.jndi.JndiLoginInitialContextFactory); | env.setProperty(Context.PROVIDER_URL, jnp://localhost:1099); | InitialContext ctx = new InitialContext(env); | |

[jboss-user] [Clustering/JBoss] - JBoss Server connects to different DB

2008-10-28 Thread adik
Hi All, If can help, I've problem that the Jboss server connects to other DB in the network and not to the DB that is set in the deploy/oracle-ds. the server starts with -Djboss.partition.name that is different from the other server partition.name IF you can try to help. Thanks View the

[jboss-user] [Security JAAS/JBoss] - Re: JAAS and OpenLdap configuration

2008-10-28 Thread jej2003
my mistake, wrong annotation. Works as expected! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185082#4185082 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185082 ___

[jboss-user] [JBossMQ] - MessageDriven component stops listening to the queue

2008-10-28 Thread trouby
Hey, We have a small EJB3 with a method based on timer that sends JMS messages as follows: | @Stateless() | public class ScannerBean implements ScannerLocal { | @Timeout | public void sendMessages(Timer timer) { | InitialContext ctx = new InitialContext(); | queue = (Queue)

[jboss-user] [Beginners Corner] - Re: Jboss SEAM GWT Example not working

2008-10-28 Thread feroza
Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185086#4185086 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185086 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Security JAAS/JBoss] - Re: Accessing a secure EJB from standalone Java client

2008-10-28 Thread Wolfgang Knauf
Those two lines are a bit strange: InitialContext ctx = new InitialContext(env); | | InitialContext ctx = b.getInitialContext(); I guess, that line 60 is the one with the error? Do you use an application client or a web client? For application clients, you MUST specifiy the

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread aquatr7
Hello, I want to add that I have copied java files in the src folder: - ConstructorInterceptor.java - Driver.java - InstanceInterceptor.java - POJO.java - SimpleInterceptor.java and I added in the classpath the file jboss-aop.xml. Then I have made the modifications that I

[jboss-user] [Beginners Corner] - Re: Having problem to configure with Eclipse EE.

2008-10-28 Thread Wolfgang Knauf
Hi, do you have spaces in your JBoss/Eclipse/workspace path? Googling for the exception message brings some reports about spaces. Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185094#4185094 Reply to the post :

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread [EMAIL PROTECTED]
Just to confirm that we are on the same page. Have you compiled your java files after editing them? And restarted your application? Notice that there is no such thing as hot deployment on standalone applications. Adding a jboss-aop.xml file at runtime won't take effect. View the original post

[jboss-user] [JBoss AOP] - Re: How to annotate in opposite way

2008-10-28 Thread [EMAIL PROTECTED]
You can use the negation operator !. First, take a look at the expression bellow: call(* com.a..-*(..)) AND within(com.b..) It will match every call to a method of a class in package com.a made by a class at package com.b If you use this in a declare error tag, it will forbid any calls from

[jboss-user] [EJB 3.0] - EJB3 MDB Dynamic Destination

2008-10-28 Thread CBax007-2
Is there any way to setup an EJB3 MDB in JBoss so that I can set the destination at runtime as oppose to being hardcoded in an annotation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185107#4185107 Reply to the post :

[jboss-user] [JBoss jBPM] - NPE with GPD after upgrading to 3.1.3.SP1

2008-10-28 Thread chawax
Hi, After upgrading JBoss jBPM JPDL designer from 3.1.0.GA to 3.1.3.SP1 (bundled with JBoss Tools), I can't open some process definition files with the graphical designer. I have the following stack trace : java.lang.NullPointerException | at

[jboss-user] [Security JAAS/JBoss] - Problem with Client-Cert Authentication

2008-10-28 Thread gets0ul
Hi, We have a problem in a web applicaton with the client authentication trough a certificate. We need this: when a user access in the web app, he must choose a certificate from a browser's modal window which read the certificates available on smart card. We followed the procedure described in

[jboss-user] [JBoss Portal] - Struts 2 protlet plugin. Validation errors.

2008-10-28 Thread Timmmm
Hi. I have some errors while validating my form. struts.xml package name=view extends=struts-portlet-default namespace=/view | | action name=AddClientRequestAction_* method={1} class=autopay.portlet.action.AddClientRequestAction | result

[jboss-user] [JBossWS] - Re: No Classloaders found for ProviderImpl

2008-10-28 Thread tomstrummer
That definitely helped me find my problem. Apparently the JBossWS-native libs were still in jboss-4-2-3.GA/lib/endorsed. I removed all of the jaxws_.jars from that directory and it got me a little futher at least. Then I battled my way through the forests of XML API versioning until I came

[jboss-user] [JNDI/Naming/Network] - Re: Loading configuration files via JNDI

2008-10-28 Thread Edrusiani
thanks for the hint. i tried that, now the exception shows the message could not dereference object. i'm reading some documentation on it, yet if you have any other hint, it'll be very appreciated :) View the original post :

[jboss-user] [JBossWS] - Re: Client call fails using JBossWS

2008-10-28 Thread tomstrummer
Thanks Alessio. I found this documentation which I think you're referring to: http://jbossws.jboss.org/mediawiki/index.php?title=JAX-WS_Client_Configuration So, can I define my own jaxws-client-config.xml that will by default be used by my WS client? Or do I have to call the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss and Apache virtual host config- mod_jk

2008-10-28 Thread Ponvinayagan
Try adding the following configuration, JkMount /* worker1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185122#4185122 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185122 ___

[jboss-user] [JBoss Getting Started Documentation] - Changelog from 4.0.5 to 4.2.3

2008-10-28 Thread marcopb
Hi all. This is my first post and I don't know this is the right forum.. I would like to have information about difference between 4.0.5 version and 4.2.3, if 4.2.3 is totally compatible with 4.0.5 and what are the new features in 4.2.3 compared with 4.0.5. I've found this link:

[jboss-user] [Beginners Corner] - Re: Having problem to configure with Eclipse EE.

2008-10-28 Thread PeterJ
What operating system are you running? Based on the unknown protocol: c error message, I am going to assume Windows. I suggest running listdlls or Process Explorer, both available from http://technet.microsoft.com/en-us/sysinternals/default.aspx and use them to determine the full command line

[jboss-user] [JBoss jBPM] - Re: NPE with GPD after upgrading to 3.1.3.SP1

2008-10-28 Thread chawax
After investigation, the problem occurs when I set an expression for an action node. There's already a JIRA filed for this : https://jira.jboss.org/jira/browse/JBIDE-2449. I tried with JBoss Tools 3.0.0.Alpha1, same problem. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: hide the .jsp extension from pages

2008-10-28 Thread PeterJ
Try adding this to your web.xml: servlet | servlet-nameContactJsp/servlet-name | jsp-file/contact.jsp/jsp-file | /servlet | servlet-mapping | servlet-nameContactJsp/servlet-name | url-pattern/contact/url-pattern | /servlet-mapping View the original post :

[jboss-user] [JBossMQ] - Re: Problem Configuring JMS Client for Websphere MQ

2008-10-28 Thread Nordmeyer
Finally the mbean declaration with mbean code=org.jboss.resource.deployment.AdminObject | name=jca.wmq:name=rwb-wsmq | works. The IBM link seems to describe the procedure that works. CU, Thomas View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No active transaction

2008-10-28 Thread PeterJ
EJB 2.x or 3.0? What transaction attribute are you using? Hopefully not mandatory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185136#4185136 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185136

[jboss-user] [Installation, Configuration DEPLOYMENT] - share an EJB3 layer between 2 ear files(advanced question)

2008-10-28 Thread deanhiller
I already have two posts on seam on this but I thought it might be a JBoss question now that I think about it more. Here is the previous two posts.. http://www.seamframework.org/Community/ShareAnEJB3LayerBetweenTwoEars#comment48854

[jboss-user] [EJB 3.0] - Re: EJB3 MDB Dynamic Destination

2008-10-28 Thread PeterJ
In your NETA-INF/ejb-jar.xml, place: ejb-jar ... | enterprise-beans | message-driven | ... | activation-config | activation-config-property | activation-config-property-namedestination/activation-config-property-name |

[jboss-user] [JBoss Getting Started Documentation] - Re: Changelog from 4.0.5 to 4.2.3

2008-10-28 Thread PeterJ
Personally, I don't fine the JIRA changelog that helpful. It lists a multitude of JIRA issues that were fixed and many of the subject lines and descriptions leave much to be desired. A better summary of what changed can be found in the release notes - the readme.html file that comes with

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Strip Down Jboss 4.2.x version??

2008-10-28 Thread PeterJ
See http://www.jboss.org/community/docs/DOC-10177 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185146#4185146 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185146 ___

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread [EMAIL PROTECTED]
anonymous wrote : Adding a jboss-aop.xml file at runtime won't take effect. I mean that adding a jboss-aop.xml file to classpath at runtime won't take effect. You can, however, load the xml file with org.jboss.aop.AspectXMLLoader.deployXML(URL). View the original post :

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-28 Thread pasalic.zaharije
Yes. I partialy solve this by seting UseJBossWebLoader to true. But, this introduce some die effects with our custom log configuration (Console looping problem ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185151#4185151 Reply to the post :

[jboss-user] [JBossWS] - Re: No Classloaders found for ProviderImpl

2008-10-28 Thread tomstrummer
Ooh! I changed the JAX-WS and JAXB JARs to provided dependencies and it looks like it's working now. Yipee! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185154#4185154 Reply to the post :

[jboss-user] [JBoss Tools (users)] - cannot find jboss-seam.jar file (plea for help!)

2008-10-28 Thread tdruttenberg
I'm sure this is must be a simple question. Hopefully. I have Eclipse 3.4 I installed JBoss Tools Alpha1 3.0.0 including SeamTools feature. Forgive the ignorant question, but is this the same as jboss-seam-2.1.0.GA? I downloaded jboss-seam-2.1.0.GA separately in my quest for a jboss-seam.jar

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No active transaction

2008-10-28 Thread areian
It's EJB 3.0, and I'm using whichever is the default transaction attribute (Do you have to specify the attribute explicitly?) Also, I don't know if there is any point in mentioning it, but it is running on an OS X box. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: How do I receve notifications of FAILED deployment?

2008-10-28 Thread thitoh
I think it's impossible View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185166#4185166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185166 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: cannot find jboss-seam.jar file (plea for help!)

2008-10-28 Thread tdruttenberg
woops. I just realized this is the totally wrong forum. sorry about that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185167#4185167 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185167

[jboss-user] [JBoss Messaging] - Message is redelivered while the original transaction is sti

2008-10-28 Thread szhigunov
I get the same message received twice; in both cases transaction was committed. Here are the steps: 1) Remote client reads message in XA from the remote JBM queue (transaction one). 2) Client dies after JBM was prepared, but before commit. 3) Client starts up, reconnects, gets the same message

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-28 Thread ladam
Hi, after I haven't heard something from Adrian I've filed it as a bug- please find the reference @ https://jira.jboss.org/jira/browse/JBAS-6149. @rochi: I've also attached the patched WrapperDataSourceService for you, hope that helps. We haven't yet tested in production, so please have a look

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-28 Thread [EMAIL PROTECTED]
Are you using topics? https://jira.jboss.org/jira/browse/JBMESSAGING-1386 https://jira.jboss.org/jira/browse/JBMESSAGING-1277 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185171#4185171 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - How do I get Tomcat to display the real ip address of the cl

2008-10-28 Thread kejoseph
Hi, I have a n-tier architecture, with JBoss in the Web tier and also in the App tier. The web tier talks to a load balancer to get to the JBoss instances in the App tier. The clients ip address displays correctly in the access log files in the web tier ; but in the app tier I see the ip

[jboss-user] [Performance Tuning] - [JBoss 5.0-CR2] OutOfMemory JVM Crash during JIT

2008-10-28 Thread ceciiil
We have a JEE application running with EJB2 that we have migrated to EJB3. Before migration, this app runs perfectly on JBoss 423 compiled on JDK5 with runtime JRE5 and JRE6 (not at the same time though) up to 50 simulatneous users on a single JBoss instance. After migration to EJB3, we are

[jboss-user] [Performance Tuning] - Re: [JBoss 5.0-CR2] OutOfMemory JVM Crash during JIT

2008-10-28 Thread ceciiil
woops : forget to mention our JVM option at startup time : | jvm_args: -Dprogram.name=pdm.bat -Xms1024m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+DisableExplicitGC | Also : this is running on HP Server Quad Core / Windows 2003 SP2 / 4GB Memory. When the JVM crashes the GC

[jboss-user] [Management, JMX/JBoss] - JMX/JBoss + Spring integration + nullable attributes

2008-10-28 Thread gjeudy
Hi, I'm using Spring 2.x integration with jboss JMX server version 4.2.2.GA and so far it worked great to publish my spring beans as MBeans. However, there is 1 thing I don't get, I have setup a JMX operation method with parameters that accepts java.lang.Long types. That works fine as long as

[jboss-user] [JBoss AOP] - AOP configuration in AS

2008-10-28 Thread ekobir
Hi All I need help to configure to use Dynamic AOP in JBOSS AS? Let me tell you the steps i have done. 1-) Download JBOSS AOP 2.0.0 GA and run build xml(jdk5.0) to install on JBOSS 4.3.0.GA 2-) Change \deploy\jboss-aop-jdk50.deployer\META-INF\jboss-service.xml | attribute

[jboss-user] [JBoss jBPM] - Re: Problem with reply in pick.

2008-10-28 Thread [EMAIL PROTECTED]
The operation attribute in the reply element should match the partner link, and operation in the related receive/onMessage element. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185186#4185186 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message is redelivered while the original transaction is

2008-10-28 Thread timfox
szhigunov wrote : I get the same message received twice; in both cases transaction was committed. | | Here are the steps: | 1) Remote client reads message in XA from the remote JBM queue (transaction one). | 2) Client dies after JBM was prepared, but before commit. | 3) Client starts

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS supported versions for LiveCycle

2008-10-28 Thread mpentz
I was just curious as to what versions of JBOSS work with Adobe LiveCycle. We currently utilized JBOSS4.2.2 for other applications and want to keep version consistency if at all possible. JBOSS 3.0.2 is the version mentioned throughout documentation, however; it does not mention whether it is

[jboss-user] [Remoting] - Re: Changes in jboss-service.xml

2008-10-28 Thread javidjamae
Ron, thanks for the detailed answer. That really clarifies everything. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185192#4185192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185192

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread aquatr7
Hello, I have added all the files of the classes and the file jboss-aop.xml before starting the application (they are compiled). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185193#4185193 Reply to the post :

[jboss-user] [Beginners Corner] - Cannot Remote Debug with jboss-eap-4.3

2008-10-28 Thread webdude
Jboss: jboss-eap-4.3 IDE: IntelliJ 7.1 No matter what I seem to do I cannot remote debug with jboss-eap-4.3. I keep getting the error: Cannot connect to host http://localhost:8080;. I am sure that there are no other applications using that port. It happens on my colleagues machines as well.

[jboss-user] [Beginners Corner] - Re: Cannot Remote Debug with jboss-eap-4.3

2008-10-28 Thread webdude
webdude wrote : Jboss: jboss-eap-4.3 | IDE: IntelliJ 7.1 | OS: Ubuntu Hardy Heron | | No matter what I seem to do I cannot remote debug with jboss-eap-4.3. I keep getting the error: Cannot connect to host http://localhost:8080;. I am sure that there are no other applications using that

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread [EMAIL PROTECTED]
Hi! Now something else occurred to me. Have you added the jboss-aop.xml file at the classpath? If it did, this is the problem. Instead, you must configure the property jboss.aop.path, pointing it to the location of the jboss-aop.xml file in your system. Or, you can add to your classpath a

[jboss-user] [Security JAAS/JBoss] - Map LDAP Roles to Application Roles in XML

2008-10-28 Thread jej2003
I am attempting to map a Role in LDAP (admin) to a role in my application (Administrators). I had thought that I could accomplish this using the following | ?xml version=1.0 encoding=ASCII? | ejb-jar xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss jBPM] - Re: Problem running bpel process designed with eclipse bpel

2008-10-28 Thread [EMAIL PROTECTED]
I see two different problems. 13:50:20,215 ERROR [XPathEvaluator] selection of size other than one: [] This means one of your expressions is required to return a node-set of size 1, as described in the BPEL spec, but it returned an empty node-set (as evidenced by the empty string inside the

[jboss-user] [JBoss jBPM] - Re: BPEL Review

2008-10-28 Thread [EMAIL PROTECTED]
Sure, go ahead and ask here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185202#4185202 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185202 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Accessing a secure EJB from standalone Java client

2008-10-28 Thread jej2003
Sorry you are correct the line b.getInitialContext() does not belong, but this is not the cause of the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185204#4185204 Reply to the post :

[jboss-user] [Beginners Corner] - Strange messages on log

2008-10-28 Thread acastanheira2001
Hi, We are receiving some error messages that I can´t know its meaning. Can you tell me what is this related to? 2008-10-28 16:26:46,397 97243442 ERROR [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] (SnmpPortal--1:) Message from manager /127.0.0.1 on port 38913 2008-10-28 16:26:46,397

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread aquatr7
Here is the content of the jboss-aop.xml file: ?xml version=1.0 encoding=UTF-8? | aop |prepare expr=execution(public * POJO-someMethod(..))/ | /aop In execute method I have deleted Per instance interception | Advised advised = (Advised)pojo; |

[jboss-user] [Installation, Configuration DEPLOYMENT] - direction of JBoss with osgi is what?

2008-10-28 Thread deanhiller
I am looking at this ear file thing and see jars all over the place like so myapp.ear +-lib +- jars location 1 + jars location 2 + mywar.war + WEB-INF ..+- jars location 3 Well, I come from OSGi where everything is exposed as a shared library or a not shared library. It

[jboss-user] [JBossWS] - How to pass a web service client *.class (not jar) to wsrunc

2008-10-28 Thread pxstein
I created a JBoss web service client and all the *.class files are located in a sub-directory D:\mywork\test\aaa\bbb\ccc\*.class where D:\mywork\test\aaa\bbb\ccc\mymain.class is the class with the main() procedure and all classes are part of the package aaa.bbb.ccc So alltogether there is NO

[jboss-user] [JBossWS] - JBossWS-3.0.4 Spring version?

2008-10-28 Thread johndubchak
Hi, Is there a document included with the distribution that lists what versions of the dependencies have been used to create this binary? Specifically, what version of both CXF and Spring are included as part of the CXF bundle? Thanks, John View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: direction of JBoss with osgi is what?

2008-10-28 Thread PeterJ
Maybe I am missing something here but the EAR file layout is dictated by the Java EE spec, so even if JBossAS was fully OSGi-ified, it would still have to support EAR files with the structure you indicated. View the original post :

[jboss-user] [JBossWS] - Re: How to pass a web service client *.class (not jar) to ws

2008-10-28 Thread PeterJ
Try: D:\JBoss\bin\wsrunclient.bat -classpath . aaa.bbb.ccc.mymain Note the dots and the spaces... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185211#4185211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185211

[jboss-user] [JBoss Messaging] - Re: Message is redelivered while the original transaction is

2008-10-28 Thread szhigunov
OK, I will try to come up with a test case that is easy to execute. Currently I see the issue in the distributed environment and kill TS from debugger in the middle of two phase commit - not the test case I can send over. BTW, do you guys have any recovery test case I can take a look at?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No active transaction

2008-10-28 Thread PeterJ
The default transaction attribute is required, which will create a new transaction if there is not one. Could you post the full exception stack trace? Also, post the source code for the EJB that is showing this problem. Enclose the source code in UBBCode code tags - you can do this by

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread aquatr7
Hi, I want to add that for anonymous wrote : I run the application and before the end of the for loop I modified SimpleInterceptor by InstanceInterceptor. that it still intercepting SimpleInterceptor and don't take account of the modification to InstanceInterceptor. Tanks a lot for the help.

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread [EMAIL PROTECTED]
Well, if POJO is being intercepted by SimpleInterceptor, the jboss-aop.xml file is being loaded. What do you mean with modifying SimpleInterceptor by InstanceInterceptor? You can only modify something through the code, like below: public static void main(String[] args) throws Exception |

[jboss-user] [Performance Tuning] - Re: [JBoss 5.0-CR2] OutOfMemory JVM Crash during JIT

2008-10-28 Thread PeterJ
This looks like a JVM crash. What JVM are you using (java -version should tell you, it is also listed in the beginning of the console log, and also in boot.log). The Out of swap space? message suggests that there is a memory issue. Have you monitored Windows memory usage? What is the size of

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread aquatr7
Hello, The main idea of my researches that I want to have an application where here security rules are implemented through aspects of JBossAOP, this application must to be always running and I want to be able to add, change and delete aspects at runtime without having to stop the running and

[jboss-user] [JBoss jBPM] - Re: PAR file definition

2008-10-28 Thread gastaldi
This is something I always wanted to know. Where are the uploaded images and classes located ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185225#4185225 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185225

[jboss-user] [Security JAAS/JBoss] - Cannot get JAAS to work

2008-10-28 Thread [EMAIL PROTECTED]
Hi there I'm new to JBoss and did configure some web pages to work through JAAS, but I get an exception. Two questions: 1. What am I doing wrong? 2. How can I debug this to see which of the various steps are wrong? Any help will be much appreciated. Regards Here's the detail: JDK 1.5 JBoss

[jboss-user] [JBoss AOP] - Re: How to annotate in opposite way

2008-10-28 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : You can use the negation operator !. | | First, take a look at the expression bellow: | | call(* com.a..-*(..)) AND within(com.b..) | | It will match every call to a method of a class in package com.a made by a class at package com.b | | If you use

[jboss-user] [JBoss AOP] - Re: The use of Hotswapping

2008-10-28 Thread [EMAIL PROTECTED]
Take a look at https://svn.jboss.org/repos/jbossas/projects/aop/branches/Branch_2_0/aop/src/test/org/jboss/test/aop/dynamicgenadvisor/DynamicTester.java It uses the aop xml found at

[jboss-user] [Security JAAS/JBoss] - Retreiving user roles using a ClientLogin

2008-10-28 Thread viniciuscarvalho
Hello there! I know that is possible to use ClientLoginModule inside a swing app to authenticate on a remote jboss server and call secured ejbs. But is it possible to retreive the user's roles after he has been authenticated? I need this info to show/hide some gui functionalities. Regards

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No active transaction

2008-10-28 Thread areian
Hey again. I Found a solution: It works if I manually inject an EntityManager using the EntityManagerFactory. I was just under the impression that it was supposed to do that automatically in a container mannaged environment. The revised code for the session bean follows: | package

[jboss-user] [JBoss Tools (users)] - Re: cannot find jboss-seam.jar file (plea for help!)

2008-10-28 Thread PeterJ
Umm, I think that this is the correct forum. The JBoss Tools come with tools for creating and editing Seam projects. They are not Seam, itself. Therefore, you need to download Seam from the Seam website and unzip it somewhere. Then in the New Seam Runtime dialog, browse to the folder where you

[jboss-user] [Management, JMX/JBoss] - jxm stop ear application, including war

2008-10-28 Thread smpub2000
Regarding the jmx api to start/stop an ear application using the MBeans: When the corresponding MBean stop() is invoked on url for the ear in the jboss.j2ee domain, it stops the EJBSs, but not the war application that is contained with the EAR. I see that the war MBean is listed separately

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No active transaction

2008-10-28 Thread PeterJ
I always use: @PersistenceContext | private EntityManager em; Then I do not have to call createEntityManager() within my code{ public void saveIt(SomeEntity se) { | em.persist(se); | } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185241#4185241

  1   2   >