[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JAR File Location in Jboss

2008-10-27 Thread jaikiran
Do these jar files belong to your application? anonymous wrote : I want application jar files outside EAR Any specific reason? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184730#4184730 Reply to the post :

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

2008-10-27 Thread ladam
Hi Rochi, well, basically we are patching the WrapperDataSource. This hasn't been done yet as I wanted to get some feedback first. Once we've done that, we'll file a JIRA and provide a patch. Best regards, Ludwig View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JAR File Location in Jboss

2008-10-27 Thread techbyte101
So I can deploy the JAR files independently, without creating EAR again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184733#4184733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184733

[jboss-user] [Security JAAS/JBoss] - Re: Combining SPNEGO with custom made authentication?

2008-10-27 Thread chausberger
hi Darran I just wanted to ask if you had the time to implement the features you wrote about above? Claus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184747#4184747 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-BPEL with JAX-WS services

2008-10-27 Thread Christy
Hi, I have the same question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184750#4184750 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184750 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-27 Thread DerMas
Some Feedback: I used Tomcat 5.5 + Axis 1.4 and deployed the real project(which is aopc precompiled) with the ContextListener. This resulted in a infinite loop, because the interceptor was bound 2 times with the methods. So with tomcat + axis + precompiled classes the ContextListener ist not

[jboss-user] [JBoss Portal] - Re: java.net.UnknownHostException: www.w3.org

2008-10-27 Thread dboeckli
What i Did after this suggestion: I took: jboss-portal-2.6.6.GA-bundled with jbossws-native-3.0.4.GA It worked! Not a single exception when i start JBoss with no internet connection. Applause and Many Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: java.net.UnknownHostException: www.w3.org

2008-10-27 Thread dboeckli
But the examples are still failing: News example with java.net.UnknownHostException: feeds.feedburner.com and java.net.UnknownHostException: finance.yahoo.com Weather example with java.net.UnknownHostException: xml.weather.yahoo.com View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: entity specific row-locking?

2008-10-27 Thread robertmorschel
I should add that I don't mean the section (which validates fine), but the section. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184777#4184777 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184777

[jboss-user] [JBossWS] - JBoss Seam and web services

2008-10-27 Thread Modiehi
Hi, I'm new to seam and would like to invoke the web service using classes generate by wsconsume to invoke the webservices in eclipse. I'm using JBoss 4.2.2 and jboss-seam-2.0.2.SP1. I tried using s stateless session bean but I get a nullpointer exception. Assistance will be higly appreciated.

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-27 Thread DerMas
DerMas wrote : Some Feedback: | | I used Tomcat 5.5 + Axis 1.4 and deployed the real project(which is aopc precompiled) with the ContextListener. | This resulted in a infinite loop, because the interceptor was bound 2 times with the methods. | So with tomcat + axis + precompiled classes

[jboss-user] [JBoss Portal] - Re: java.net.UnknownHostException: www.w3.org

2008-10-27 Thread [EMAIL PROTECTED]
The examples are expected to fail as they do require an internet connection (they retrieve RSS feeds and parse them). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184793#4184793 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: entity specific row-locking?

2008-10-27 Thread robertmorschel
My xml tags were unhelpfully removed from the last reply. I should add that I don't mean the DEFAULTS section (which validates fine), but the ENTITY section (which doesn't validate). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184799#4184799 Reply to the

[jboss-user] [JBoss Messaging] - Exception in thread Thread-108 - java.util.NoSuchElementEx

2008-10-27 Thread prakashmvc
Hi, I am working on Migrating JBossMQ to JbossMessaging. Currently I am using Jboss-messaging-1.4.0.SP3-CP04, which is a fixpack 4 for Jbossmessaging 1.4.0.SP3. This is not an official release from JbossMessaging. I took from Jboss CVS repository. However I got the following exception while

[jboss-user] [JBoss Portal] - Re: Page level communication on JSR286 portlets

2008-10-27 Thread michaelchan
You defined public renderparam in portlet.xml and not on *-objects.xml If you want to use a page param, you will first need to define a public render param on every portlet.xml (since we could use one portlet.xml for multiple portlets, it is not required to redefine a public render param if the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss 3.2.7 vs JBoss 4.2.2

2008-10-27 Thread neil.thomas
Hi, I'm having a problem with a difference in behaviour between JBoss 3.2.7 and JBoss 4.2.2. I have a servlet which generates VoiceXML code (let's call this servlet the HttpAcceptor). A request to this servlet is made from a Nortel VXML interpreter (voice browser). The VXML code references

[jboss-user] [JCA/JBoss] - Problem looking up XADatasource - Always returns Datasource

2008-10-27 Thread pradeeps
This involves using JBOSS 4.2.3 GA, Spring 2.5 and SQLServer 2000 XA jdbc driver. I created a file pxdatasource-xa-ds.xml file in the deploy folder with the following definition- xa-datasource jndi-namepxDS/jndi-name track-connection-by-txTrue/track-connection-by-tx

[jboss-user] [JCA/JBoss] - Re: Problem looking up XADatasource - Always returns Datasou

2008-10-27 Thread vickyk
pradeeps wrote : How do I tell JBOSS that I need the looked up object to be XADatasource? I am not sure what exactly you want to do with the XADataSource, you should not be trying to get the XADataSource this way. If you need to XADataSource you can construct it as OracleXADataSource xads =

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

2008-10-27 Thread Nordmeyer
Hi, I want to connect to a Websphere MQ JMS interface. I am trying to configure the connection and client-side libraries for a few days now. My main resource of information about the matter is this here from JBoss http://www.jboss.org/community/docs/DOC-12535 According to this documentation,

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

2008-10-27 Thread sw_bpel
Hello, i'm completely new to bpel. i've installed and deployed the jBPM BPEL engine to jboss, like described in the online tutorial. i'am able to deploy the sample processes delivered with die jBPM BPEL 1.1.1 zip-archive. So far so fine. but now i want to design my own processes with the bpel

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

2008-10-27 Thread aquatr7
Hello, My question is: Do the use of the HotSwapping allows the application to take into account changes in the code of the interceptor without having to click once on the Run under eclipse. For example, If we have this code: | for(int i=0;i10;i++) | { |try |{ |

[jboss-user] [JBoss AOP] - Re: Field visibility and aspect

2008-10-27 Thread [EMAIL PROTECTED]
Can you create a JIRA issue with an example based on one of the aop examples, and we can investigate? https://jira.jboss.org/jira/browse/JBAOP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184837#4184837 Reply to the post :

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

2008-10-27 Thread [EMAIL PROTECTED]
I don't understand the question? The changes will only take effect when the application is running. Try it out View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184838#4184838 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Problem looking up XADatasource - Always returns Datasou

2008-10-27 Thread pradeeps
Thanks for the reply. The connection that is gotten from this datasource is going to participate in a distributed transaction with JMS XA QueueConnectionFactory. I am using the Atomikos JTA API. This distributed TX will happen only if both the resources support XA. Are you recommending that

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

2008-10-27 Thread [EMAIL PROTECTED]
You don't annotate the methods. You either use @DeclareError/Warning with pointcut expressions in a @Aspect annotated class as shown here https://svn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/test/org/jboss/test/aop/annotateddeclare/DeclareAspect.java or you use xml. View the original

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

2008-10-27 Thread adinn
Hi Ron. I reran the app using your patched remoting build and it fixes the problem as I diagnosed it but this has raised some related issues with JBossWS which I need to check with Alessio Soldano. The problem occurs when I use WS-Addressing to redirect a fault. This is appropriate with

[jboss-user] [JBoss AOP] - Re: Field visibility and aspect

2008-10-27 Thread mane81
Yes, as soon as possible. I forget to mention that this behaviour happens with jboss-aop-2.0.0.GA. Using jboss-aop_1.5.6.GA it's all okay (apart from other problems using hotswap and the javaassist library bundled with this version :) ) View the original post :

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

2008-10-27 Thread Wolfgang Knauf
Hi, could you provide us with details of your login-config.xml and your application security settings? Security constraints for the guest user must be specified in e.g. web.xml and in the security constraints of your EJBs (you have to declare the allowed resources/methods for the guest user).

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

2008-10-27 Thread aquatr7
Hello, I mean that when the application is running in the for loop and before the end of this loop, I change in the code InterceptorInterdImp by InterceptorInterdImp2, the method affichage that call imprimer will be able or not to run InterceptorInterdImp2 without to have to re-run the whole

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

2008-10-27 Thread lovelyliatroim
Just something i found confusing when reading the documents. In the documentation it states maxNodes as follows for LRUPolicy anonymous wrote : | # maxNodes - This is the maximum number of nodes allowed in this region. 0 denotes no limit. | So if i have something like configured

[jboss-user] [JBoss Messaging] - Re: Exception in thread

2008-10-27 Thread timfox
This looks like a bug in the orderedexecutorfactory shutdown: | public void shutdownNow() | { | tasks.clear(); | } | which is not synchronized. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184849#4184849 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Server independent ear

2008-10-27 Thread Wolfgang Knauf
Hi, well, as long as you avoid server specific classes/annotations in your code, your EAR should be server independent, no matter what server you use for developing. I use Eclipse/WebTools, and by using a JBoss runtime, all required JARs are automatically added to the build classpath. But by

[jboss-user] [JBoss AOP] - Re: How to refactor to set privilege access for diff package

2008-10-27 Thread [EMAIL PROTECTED]
Hi 1. You can use com.b.. to match all classes inside of package com.b 2. The answer has been posted here: http://www.jboss.com/index.html?module=bbop=viewtopicp=4184652#4184652 Please, avoid double posting, as this makes difficult for other users to find answers to their questions when

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

2008-10-27 Thread [EMAIL PROTECTED]
Yes, that's the idea, as long as you have prepared BuyerMAg.imprimer(). However, you will end up with 1 instances of the interceptor at the end of the loop. To see any interceptions you need to call the method as well. View the original post :

[jboss-user] [JBoss AOP] - Re: I would like to know what is exacty HotSwapping

2008-10-27 Thread [EMAIL PROTECTED]
Questions from community users are always welcome but, please, avoid double posting, as this makes it difficult for other users to find answers to their questions when researching this forum. http://www.jboss.com/index.html?module=bbop=viewtopicp=4184829#4184829 View the original post :

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

2008-10-27 Thread lovelyliatroim
Also documentation for this anonymous wrote : | # timeToLiveSeconds - The amount of time a node is not written to or read (in seconds) before the node is swept away. 0 denotes no limit. | If you leave it out, you get an exception like so | |

[jboss-user] [JBoss jBPM] - Re: NPE in GPD

2008-10-27 Thread mputz
java.lang.NullPointerException | at org.jbpm.gd.jpdl.notation.JpdlNode.getDestinationNode(Unknown Source) | looks like there is an incorrect transition somewhere in the process, pointing to a node that cannot be resolved. I would suspect the following: decision name=do manual?

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

2008-10-27 Thread prabhun
Hi, We took the JBossMessaging_1_4_0_SP3_CP04/ SP3-fix tag and tested. Now the class loader issue is resolved. And we replaced hypersonic with null persistance as recommended by Jboss. However we could not resolve the subscription id problem. We need this id to distinguish the different

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment in tmp directory

2008-10-27 Thread jems
Hello, I am deploying war files to a jboss server, using a maven goal : | http://truc-muche.com:8080/jmx-console/HtmlAdaptor?action=invokeOpByNamename=jboss.system:service%3DMainDeployermethodName=deployargType=java.net.URLarg0=http://bidule.com:8080/repository/wars/machin.war which works

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

2008-10-27 Thread timfox
What subscription id problem? As I mentioned before, subscription name and client id are only used for durable subscriptions, NOT non durable subscriptions. In JMS it is impossible to create a non durable subscription with a specific client id and name. See the JMS spec for more details.

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

2008-10-27 Thread jej2003
My EJB looks like this: @RolesAllowed({user, admin}) | public String echoUser(String src) { | log.debug(echoUser called with source string + src); | return Echo User: + src; | } | | /* (non-Javadoc) | * @see

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

2008-10-27 Thread [EMAIL PROTECTED]
Check out. https://www.jboss.org/community/docs/DOC-12678. I believe this answers all of your questions. Jay:) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184869#4184869 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment in tmp directory

2008-10-27 Thread Wolfgang Knauf
Hi Jeremy, see this post: http://www.jboss.com/index.html?module=bbop=viewtopict=116874 Unfortunately, it will just give you the information no, this is not possible. Best regards Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184872#4184872 Reply

[jboss-user] Considered UNSOLICITED BULK EMAIL, apparently from you

2008-10-27 Thread Content-filter at localhost
A message from jboss-user@lists.jboss.org to: - [EMAIL PROTECTED] was considered unsolicited bulk e-mail (UBE). Our internal reference code for your message is 24061-06/7kmazH6rO6zD The message carried your return address, so it was either a genuine mail from you, or a sender address was faked

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

2008-10-27 Thread Nordmeyer
me again ... Meanwhile I found second doc source http://www.ibm.com/developerworks/websphere/library/techarticles/0710_ritchie/0710_ritchie.html Configuring my JMS client the way described there avoids the startup messages. Now I get an Exception saying javax.jms.InvalidDestinationException:

[jboss-user] Delivery Failure

2008-10-27 Thread Postmaster
- The message you sent to langbridge.co.uk/trash50534137 was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment in tmp directory

2008-10-27 Thread jems
Thank you Wolfgang for pointing me to this thread, which I didn't find earlier. That's a pity nothing has been done for it ... Well, I guess I'll just have to sftp the file to the correct location. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184874#4184874

[jboss-user] [JBoss Messaging] - Re: Exception in thread

2008-10-27 Thread prakashmvc
Thanks Tim, for the earliest reply.. Kindly let me know, will this fix will be available in upcoming version of JbossMessaging i.e. JbossMessaging 1.4.1GA. and when is the paln to release JbossMessaging 1.4.1GA. I believe this version will fix lot of issues. Regards, Prakash View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Servlet Deployment Issue

2008-10-27 Thread PeterJ
One other thing to consider - some web app containers have issues with deploying servlets that do not have a package name. Assigning a package name will help. I recall having a discussion about this in this forum quite some time ago with the solution being to add a package. Example: Add this

[jboss-user] [JBossWS] - Re: Incomplete Deployment Listing Error in JBoss 4.0.4

2008-10-27 Thread kevintaute
The Jasper Reports API requires access to the text file definition (jrxml). In order to deploy under jboss, you will need to include the jrxml file like any other text file being deployed (ie your html, jsp, etc), then use something like String dirName = getServletContext().getRealPath(/);

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

2008-10-27 Thread PeterJ
tomstrummer wrote : Is there any way to query the classpath for a given resource to find out what JAR it's coming from? I use a tool name JarFinder from http://www.isocra.com/2006/02/jarfinder/. It has saved my sanity countless times. View the original post :

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

2008-10-27 Thread PeterJ
I read your post again and think that maybe what you are looking for is the -verbose:class option to the JVM. This causes the JVM to print out each class file loaded and the location of the jar file from which the class was obtained. View the original post :

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

2008-10-27 Thread tomstrummer
Thanks Peter, I'll try that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184883#4184883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184883 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss CMP loading behavior problem

2008-10-27 Thread perisb
I am observing, via CMP log records (and poor system performance), unexpected relationship loading behavior by JBoss CMP. No document I've seen has been clear on how CMR works with read-ahead, so I'm not really sure what I should expect. The situation: * JBoss 4.0.2 * Two entities, A and B,

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss errors - help needed

2008-10-27 Thread sujan.one
Hello, I get the following errors when I try to start an instance in jboss: Plzz help 11:31:49,011 WARN [ServiceController] Problem starting service jboss.mq:service=InvocationLayer,type=HTTP java.net.UnknownHostException: -: - at java.net.InetAddress.getLocalHost(InetAddress.java:1346)

[jboss-user] [JBoss Getting Started Documentation] - Re: eclipse + jboss + web services

2008-10-27 Thread PeterJ
There is JBoss Tools plugin for Eclipse and it has a tutorial at http://docs.jboss.org/tools/2.1.0.GA/en/GettingStartedGuide/html/index.html, but I could not see anything about web services there. Personally, when I learn a new technology I limit myself to using a text editor and code,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Weblogic deployment descriptor XSLT?

2008-10-27 Thread robertmorschel
Does anyone have any XSLT for migrating Weblogic to JBoss deployment descriptors. I have seen an article on the internet which will do rudimentary elements but I need something more comprehensive. Robert View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss errors - help needed

2008-10-27 Thread PeterJ
Based on the error message, I think that the app server thinks that the host name is -. Please post the full command line you are using to start the app server. Also, post your /etc/hosts file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184897#4184897

[jboss-user] [JCA/JBoss] - Re: Problem looking up XADatasource - Always returns Datasou

2008-10-27 Thread vickyk
pradeeps wrote : | The connection that is gotten from this datasource is going to participate in a distributed transaction with JMS XA QueueConnectionFactory. I am using the Atomikos JTA API. | | This distributed TX will happen only if both the resources support XA. | | Are you

[jboss-user] [JBoss AOP] - Proper annotation matching pointcut

2008-10-27 Thread alesj
What's proper point-cut to intercept - any method invocation on classes that are anotated with @FooBar - method invocation of method annotated with @FooBar I have this | bind xmlns=urn:jboss:aop-beans:1.0 pointcut=execution(* @org.jboss.demos.ioc.annotations.FooBar-*(..)) OR execution(*

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss errors - help needed

2008-10-27 Thread sujan.one
Thanks for the quick response. I am starting the instance using the below command: #/opt/jboss-4.0.5/bin/run.sh -c tril tril is the name of instance. Below is my /etc/hosts file: 127.0.0.1 localhost.localdomain localhost 192.168.12.66 syncsort66 64.106.164.2 sports-db01

[jboss-user] [JBoss AOP] - Re: Proper annotation matching pointcut

2008-10-27 Thread [EMAIL PROTECTED]
Your pointcut looks fine. I haven't got any tests for metadata pushed as part of install, I didn't even know that was possible. I do however have tests checking if properties etc. are annotated as using metadata. The choice whether to make a proxy or not is done during the instantiation phase,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss errors - help needed

2008-10-27 Thread PeterJ
What is/are the IP address(es) of your host? If you remove the dashes (-) from the last three host names, does it work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184904#4184904 Reply to the post :

[jboss-user] [JBoss Portal] - Re: How to stream a pdf at portlet?

2008-10-27 Thread sessa
Hi ! I have the same problem as littleprince. Streaming a PDF through a portlet with resourceServing works fine with the JSPHelloUserPortlet Example. (I'm using the bundle JBoss AS 4.2.3 + Portal 2.7.0 CR 1) But if it put the code in a Richfaces Example i get the same nonesense as

[jboss-user] [JBossMQ] - Growing count of SelectorThread

2008-10-27 Thread FastBucks
Recently, we fixed a bug in our JMS message producer that was not closing the connection to the Queue it was interacting with. Due to this, the ActiveThreadCount kept growing. At that point, we did not take the thread dump to verify count of UIL threads. Now, after the fix, we see the

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

2008-10-27 Thread feroza
When I run the seam/remoting/gwt example, I get the following error when I click on the Ask button - Cannot find resource 'seam/resource/gwt' in the public path of module 'org.jboss.seam.example.remoting.gwt.HelloWorld' I am getting the error regardless of whether I run in hosted or web mode.

[jboss-user] [Management, JMX/JBoss] - How do I catch Exception invoking mbean methods?

2008-10-27 Thread thitoh
Hi! I'm invoking remote methods using RMIAdaptor. I'm using: invoke(javax.management.ObjectName pName, String pActionName, Object[] pParams, String[] pSignature) But this method doesn't throw any exception. So, when a exception occours, it shows only in jboss's log I would like to have it in

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to set up proxy for Jboss to go through

2008-10-27 Thread peiguo
Hi, In our company, we access internet through a http proxy server (with user name and password). One of my EJB3 application needs to access outside web service. But I don't know how to set up jboss, so that it realizes the existence of the proxy server and uses it. Because of that, I am

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss not starting from myeclipse properly.

2008-10-27 Thread denisputnam
Hi Jaikiran, You are D MAN! Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184918#4184918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184918 ___

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

2008-10-27 Thread dommarco
Hi Ludwig, sounds good. If you want I can make some tests. Best regards, -rochi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184919#4184919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184919

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss errors - help needed

2008-10-27 Thread sujan.one
64.106.164.3 is the host IP. It does not work even after removing - -S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184920#4184920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184920

[jboss-user] [EJB/JBoss] - EJB does not take proxy and authentication settings

2008-10-27 Thread peiguo
We EJB needs to access internet, and in my company we go through http proxy, so I added the following to the beginning of my bean. However it didn't seem like JBoss actually take those configuration... | Properties systemSettings = System.getProperties(); |

[jboss-user] [Microcontainer] - No way to define an ignored stop method?

2008-10-27 Thread [EMAIL PROTECTED]
When building bean metadata (using BeanMetaDataBuilder), there seems to be no way of specifying a start/stop method that is ignored. My concern is that the target class specifies a stop() method, but it is not a lifecycle method so I do not want it to be called (user manual 13.3 says that

[jboss-user] [JBoss Portal] - Re: Blank under Select content that will be added to the pag

2008-10-27 Thread hfn
I also have the following error: ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 178 in the jsp file: /WEB-INF/jsp/content/portlet_editor.jsp Type

[jboss-user] [JBoss Portal] - Re: Active Directory -- Unable to add portlets

2008-10-27 Thread hfn
I also have the following error: ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 178 in the jsp file: /WEB-INF/jsp/content/portlet_editor.jsp Type

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

2008-10-27 Thread donadriano
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 ? I tried by adapting jboss-net.sar but ran into

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

2008-10-27 Thread aquatr7
Hello, I tried the example below, but the HotSwapping doesn't work, even the example dynamic aop where I change it by adding the loop for for the first call to execute, then I changed SimpleInterceptor by an other interceptor before the end of the loop for: |public static void

[jboss-user] [Microcontainer] - Re: No way to define an ignored stop method?

2008-10-27 Thread alesj
You can do this | stop ignored=true/ | Or is something similar missing on BMDBuilder? If so, I'll add it tomorrow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184939#4184939 Reply to the post :

[jboss-user] [Microcontainer] - Re: No way to define an ignored stop method?

2008-10-27 Thread alesj
alesj wrote : | Or is something similar missing on BMDBuilder? | Yup, missing. - http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/kernel/src/main/java/org/jboss/beans/metadata/spi/builder/BeanMetaDataBuilder.java I'll add ignored flag for all 4 states. View the

[jboss-user] [Microcontainer] - Re: No way to define an ignored stop method?

2008-10-27 Thread alesj
alesj wrote : I'll add ignored flag for all 4 states. https://jira.jboss.org/jira/browse/JBMICROCONT-373 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184942#4184942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184942

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

2008-10-27 Thread user.java
IS it Possible to Read/Write to JBoss Portal CMS via Java Batch program? Any directions is appreciated View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184943#4184943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184943

[jboss-user] [EJB/JBoss] - Re: EJB does not take proxy and authentication settings

2008-10-27 Thread peiguo
I noticed that the web service I called is https not http, so I modified my code to: systemSettings.put(http.proxyHost, httpproxy.companyname.com); |systemSettings.put(http.proxyPort, 8080); However I got this exception explaining about truststore etc. How to solve this?

[jboss-user] [Microcontainer] - Re: No way to define an ignored stop method?

2008-10-27 Thread [EMAIL PROTECTED]
Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184949#4184949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184949 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Re: How to set the theme programatically

2008-10-27 Thread Andre1001
Hi, JBoss Portal 2.7.0 CR1. I have the same question, but I've noticed that it's possible to change the portal theme on a user basis using the dashboard area. Is it possible to change themes for regular portal objetcs like admin and default on a user basis?!? I've also noticed that users are

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

2008-10-27 Thread jej2003
I am trying to setup a JAAS Domain to authenticate against an LDAP server, but I keep getting [LDAP: error code 49 - Invalid Credentials]. Can anyone help shed some light on this? The googling I did seemed to point to the java.naming.security.principal being wrong, but it is not. Any help

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

2008-10-27 Thread elenctic87
There is no option for selecting the Seam Facet in project facets. The only new available facet I see 3.0.0 alpha1 to nightly build of 10-24 is the ESB facet. So, are you sure the Seam Facet is available? I really can't find it. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss errors - help needed

2008-10-27 Thread PeterJ
See if this helps: http://www.cpqlinux.com/hostname.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184960#4184960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184960 ___

[jboss-user] [Security JAAS/JBoss] - SimplePrincipal ClassCastException

2008-10-27 Thread clevelam
I am trying to use a custom Princpal class with my custom JAAS LoginModule. I am doing programmatic authentication and thus using Jboss' WebAuthentication class. My LoginModule extends AbstractServerLoginModule. When declaring my login module within login-config.xml I added

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

2008-10-27 Thread bronzeiii
Hi all Is there a way to deploy web application (including EJB support) without using the deploy directory? Inside of the jboss-service.xml, there is a attribute where users get to specify their own exploded directory. By default, it has /deploy directory. (my setting is default) so now i

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

2008-10-27 Thread pasalic.zaharije
Hi, we are developing out project from 3 different eclipse projects. One is utils project which expose common.jar file. This file has simple interface that implements Serializable and class which implement : public interface PublishCommand extends Serializable { | // some methods |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Port already in use: 1098 - Change ReservedPorts in Regist

2008-10-27 Thread pxstein
When I start JBoss v4.2.3 on my computer I get always an startup error java.rmi.server.ExportException: Port already in use: 1098 netstat -ano shows no other process which is blocking this port. So I decided to reserve ephemeral ports like described e.g. here:

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

2008-10-27 Thread prpo
Hello All, I have a wrapper class around log4j which needs to be packaged with an ejb. How do I package the log4j.properties? I do not want to modify the server/conf/jboss-log4j.xml file as that would mean changes to every deployment. I am using EJB3 and do not have any deployment descriptors

[jboss-user] [JBossWS] - Which wconsume artefacts are for the test client?

2008-10-27 Thread pxstein
I created a sample web service with the WSDL shown at the bottom of this post. wsconsume now creates all relevant artefacts. In detail: - Greet.java - GreetResponse.java - ObjectFactory.java - package-info.java - TestWs.java - TestWsService.java Which of these files (resp. the classes) should

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

2008-10-27 Thread PeterJ
If you change the URLs attribute so that it no longer contains the deploy directory, then yes, none of the services currently located in that directory will get deployed. Considering that these services include the web application deployer and the servlet container, not deploying them will

[jboss-user] [JBossWS] - Re: Which wconsume artefacts are for the test client?

2008-10-27 Thread PeterJ
All of the generated classes should be placed into your client's JAR file. By the way, when posting XML source, enclose your XML text in UBBCode code tags - you can do this by selecting the XML text and clicking the Code button above the editor window. Also, click the Preview button to ensure

[jboss-user] [Remoting] - Re: Remote Classloading

2008-10-27 Thread [EMAIL PROTECTED]
bbb321 wrote : | Is it possible to use remote classloading for this case? The class provider should be on the client. | As of Remoting 2.x, remote classloading is supported in the server to client direction only. It will be supported in both directions in Remoting 3. View the original

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

2008-10-27 Thread bronzeiii
Hey Peter Thanks for your reply!.. i understand both options, and already experimented both already.. but honestly, I don't like neither of them. I'm seeking to see if it's possible to relocate the web application deployer and EJB container to my own exploded directory, instead of depending

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

2008-10-27 Thread pasalic.zaharije
Little more info: I can reproduce this on JBoss 4.2.2 and JBoss Messaging 1.3.0 and also on latest JBoss Messaging 1.4.0 SP3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184976#4184976 Reply to the post :

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

2008-10-27 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : You don't annotate the methods. You either use @DeclareError/Warning with pointcut expressions in a @Aspect annotated class as shown here https://svn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/test/org/jboss/test/aop/annotateddeclare/DeclareAspect.java or you

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

2008-10-27 Thread [EMAIL PROTECTED]
adinn wrote : | I suspect WS needs the unmarshaller to be called in both cases even when the stream is null i.e. we may need to back out this fix. Ho wsensible this is as regards any other remoting clients I am not in a position to say. Perhaps you could comment? | Well, logically, I

  1   2   >