[jboss-user] [JBoss AOP] - Re: new bee maven aop plugin strugling with org/jboss/aop/st

2008-12-09 Thread stale.peder...@jboss.org
hi, it seems like you're using a jdk that doesnt support jdk 1.5. for class version 49 you need a jdk1.5 or higher. do a little check by running "java -version" and see what version you are running. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195225#419522

[jboss-user] [JBoss AOP] - Re: jboss compile failing with java.io.FileNotFoundExcepti

2008-12-09 Thread stale.peder...@jboss.org
hi, i dont know why the target folder is marked as read only (ive never seen that before). - maybe some parent folder is marked as read-only and it "inherits" from that? just to make sure that aop-compile works as it should you could try to manually set the target/classes folder to read-write an

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss shutdown.sh dependency on client library

2008-12-09 Thread venukb
We wanted to bundle JBoss with the minimal set of files and with this intent we moved the client folder within jboss Also we removed the unused "domain" folder within the server directory. With this the JBoss stared up fine, but the shutdown script seems to have a dependency on $JBOSS_HOME/clien

[jboss-user] [JBoss AOP] - Re: SuperClassesFirstWeavingStrategy Error converting class

2008-12-09 Thread stale.peder...@jboss.org
hi, there should be a stacktrace following the exception you posted, can you please post the whole stacktrace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195232#4195232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss AOP] - Re: Library Conflict jboss-aop.jar <> jbossall-client.jar (A

2008-12-09 Thread stale.peder...@jboss.org
yes, atm it is too confusing how the packaged jars are working and how it should work with jboss as. expect some more information or changes soon :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195233#4195233 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: jBpm and JPA

2008-12-09 Thread MikeSchulze
Hi bcornouiller did you find a solution for your problem? If that's the case, I'd be interessted in hearing something about it. thx - Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195236#4195236 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - support for jboss as 5.x

2008-12-09 Thread den74
Hi, is there an already planned version of jboss portal that will work on jboss application server 5? thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195237#4195237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Portal] - Re: Can't get Portal+AS binary to run on windows

2008-12-09 Thread style.x7
Hi Thomas and Peter! I did the checksum using FastSum and the package is good: C:\>fsum "c:\jboss-portal-2.7.0.GA-bundled.zip" | MD5 Checksum calculation and verification utility. [1.9.0.149] EN | (C) 2003-2005 Kirill Zinov and Vitaly Rogotsevich. Web site: www.fastsum.com | | c:\jboss-

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem running jboss 4.2.3.GA on Linux

2008-12-09 Thread FrankTheTank
IIRC 4.2.3 can be built with 1.5 and 1.6, so could it be your JBoss might be built for 1.6? Maybe check the java version on your Win machine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195244#4195244 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: How to change the Internet Browser Window Tiltle for JBo

2008-12-09 Thread ssidhanta
Thanks a lot it worked out fine!!---Keep up your good work man! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195245#4195245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195245 ___

[jboss-user] [JBoss Portal] - Re: Can't get Portal+AS binary to run on windows

2008-12-09 Thread [EMAIL PROTECTED]
You are running out of PermGen space, your machine is not the culprit, but you need to specify your JVM to let it use more memory than the low default. See the FAQ: http://www.jboss.org/community/docs/DOC-10701 anonymous wrote : | Q: I get "java.lang.OutOfMemoryError: PermGenSpace" errors |

[jboss-user] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL

2008-12-09 Thread [EMAIL PROTECTED]
Thanks for the jira issue and the proposed solution; I've just scheduled it for 3.0.6.GA. Link for cross-reference: https://jira.jboss.org/jira/browse/JBWS-2411 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195247#4195247 Reply to the post : http://www.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-09 Thread mduffy_lists
I was able to prevent this error by removing the lib directory under WEB-INF and placing the jar files in /opt/jboss-5.0.0.GA/server/default/lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195252#4195252 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - java.lang.NoSuchMethodError: org.apache.catalina.startup.Cat

2008-12-09 Thread mduffy_lists
I have downloaded the latest jboss-5.0.0.GA for JDK 5.0 I am running on JDK 6.0; OS is Fedora Core. With just unzipping the file and trying to start the server, I get the following error: java.lang.NoSuchMethodError: org.apache.catalina.startup.Catalina.setCatalinaHome(Ljava/lang/String;)V

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoSuchMethodError: org.apache.catalina.startup

2008-12-09 Thread mduffy_lists
Exact same error when trying to run the latest jboss-5.0.0.GA for JDK 6.0 Again, I am running JDK 6.0. Also, both errors occur when making absolutely no directory or file modifications. I just unzipped the download and tried to start the server. Did I miss something very basic in the release

[jboss-user] [JBossWS] - Implement WS-Security on JBoss 4.0.5

2008-12-09 Thread bryklee
Hi, I had tried to implement the WS-Security on JBoss 4.0.5. The web-services is using JAX-WS 2.1. I had searched from this and some other forums, understood that the server side coding would required this annotation: @EndpointConfig(configName = "Standard WSSecurity Endpoint") But my IDE, N

[jboss-user] [JBoss Portal] - Re: Can't get JBoss Portal Source Code to deploy

2008-12-09 Thread style.x7
Yep! I'm pretty confused about how to get started, the reference guide has a lot of good information but there isn't much directions given on how to get started in portal development. Maybe I'm asking too much >< I only have some hands-on with weblogic/jsf/icefaces, really want to give jboss po

[jboss-user] [JBoss Portal] - Error when trying to enable the CMS Approval Workflow in jbo

2008-12-09 Thread ssidhanta
Hi, I am trying to implement the CMS Approval/Publish Workflow in Jboss Portal. I have followed the steps specified in the Reference Guide Section 22.2. But I am getting the following error in the sever console: 15:14:36,239 ERROR [MainDeployer] Could not create deployment: file:/D:/jboss/se

[jboss-user] [JBoss Portal] - Re: Session - setMaxInactiveInterval : how to get it work?

2008-12-09 Thread chuaky
sorry, i left out that i am using portal bridge 1.0.0Beta4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195283#4195283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195283

[jboss-user] [JBoss jBPM] - bpel execution failed :no port implements the required port

2008-12-09 Thread LakshmiPrasad
Hi, we are using, jboss4.2.3GA as app server and jbpm-bpel-1.1.1 for JBPM'S BPEL for orchestration of webservices. we have one webservice running on another machine in tomcat. when we tried to access that webservice, it is giving the below exception stack.. 16:20:17,734 ERROR [GraphElement]

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

2008-12-09 Thread jaikiran
Please post the output of java -version Also, i would not recommend using the JEMS installer since there have been many issues reported in it. The easiest way to install JBossAS is to download the zip file and unzip it to a locaiton of your choice. View the original post : http://www.jboss.c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss Shutdown Problem

2008-12-09 Thread jaikiran
What command did you use to shutdown the server? And what does return? telnet localhost 1099 What command did you use to start the server? And where are you trying to stop the server from, is it the same system as the server? Also have a look at this thread http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

2008-12-09 Thread Gorathek
Hi ! Below is a output from java -version from my host: [EMAIL PROTECTED] ~]# java -version java version "1.4.2" gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not ev

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-09 Thread jaikiran
That's strange. And ideally is not the right solution. Please open a thread in the JBossAS5 forum http://www.jboss.com/index.html?module=bb&op=viewforum&f=287 and point them to this thread along with a brief description. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoSuchMethodError: org.apache.catalina.startup

2008-12-09 Thread jaikiran
Please post the entire console logs. Also what does the following command, output java -version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195319#4195319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195319 _

[jboss-user] [JBossWS] - Re: ...Port does not contain operation meta data for: {http:

2008-12-09 Thread thomasjvi
Hi All, I am using the exact same way as mentioned above. I am not able to use the jbossws_client.jar file in my lib folder to avoid compilation error while using org.jboss.ws.annotation.EndpointConfig. This give some conflict with the existing implimentation. Can I use any other jar file for ma

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JbossAS 5 CR2

2008-12-09 Thread nielsvanharen
i can't edit the title, im aware it is badly chosen :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195301#4195301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195301 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error during running JEMS Installer

2008-12-09 Thread Gorathek
Hi! When i try to use a jems installer version 1.2.0.GA on RH 4 update 4 ES with JDK 1.4.2._19 installed i got a error as show below: [EMAIL PROTECTED] tmp]# java -jar jems-installer-1.2.0.GA.jar Warning: -jar not understood. Ignoring. Exception in thread "main" java.lang.NoClassDefFoundError:

[jboss-user] [EJB 3.0] - AutoConnection for EntityManager

2008-12-09 Thread srinivas_peddineni
Hi I am using EJB3.0 with Jboss. During application run if connection from App server to database server lost application is getting Connection exception(SQL exception) it is as expected, now database server is up but still my application is unable to contact database, i am getting closed conne

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-09 Thread [EMAIL PROTECTED]
I downloaded jboss-native-2.0.6-linux2-x86-ssl.tar.gz. The download page only lists 2.0.6. The Wiki page is for JBoss AS 4.2 and covers Native 2.0.0 and has additional directions for Native 2.0.4 which I followed. I listed the contents of the bin directory using the same technique as the wiki.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

2008-12-09 Thread jaikiran
In that case, i guess your JAVA_HOME points to the incorrect JDK installation or even the PATH might be pointing to the incorrect JDK. Post the output of echo $JAVA_HOME and echo $PATH To set it correctly, here's what you can do (assuming your Sun JDK is installed at /opt/Java/jdk1.5.0_17/):

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB3 Timer Service Problem with Oracle Datasource

2008-12-09 Thread ilangocal
I remember having set it to FALSE. But it did not work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195327#4195327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195327

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

2008-12-09 Thread Gorathek
[EMAIL PROTECTED] j2sdk1.4.2_19]# echo $JAVA_HOME /usr/java/j2sdk1.4.2_19/ [EMAIL PROTECTED] j2sdk1.4.2_19]# echo $PATH /usr/java/j2sdk1.4.2_19//bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/java/j2sdk1.4.2_19/bin

[jboss-user] [EJB 3.0] - Re: AutoConnection for EntityManager

2008-12-09 Thread jaikiran
See if this helps http://www.jboss.org/community/docs/DOC-12685 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195324#4195324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195324 ___

[jboss-user] [JBoss Portal] - Session - setMaxInactiveInterval : how to get it work?

2008-12-09 Thread chuaky
Greetings, I was developing some apps on JBOSS portal, and there are some cases that need to have a much longer session timeout value that the default value in web.xml. So, i go about trying to change the session timeout value using setMaxInactiveInterval(). But i notice that the effective ses

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-09 Thread kukeltje
keep in mind btw that the spirng jbpm template was designed for jbpm 3.1!!! So you might miss some jbpm 3.2 api things. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195334#4195334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

2008-12-09 Thread jaikiran
anonymous wrote : [EMAIL PROTECTED] j2sdk1.4.2_19]# echo $PATH | /usr/java/j2sdk1.4.2_19//bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/java/j2sdk1.4.2_19/bin You have problem in the path. Note the double // in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss Shutdown Problem

2008-12-09 Thread paurik
hi jaikiran, i am using all shutdown command for that as follows sh shutdown.sh -S that returns me above error 2nd command i use sh shutdown.sh --s -server=myserver name:1099 for startup i using following command sh startserver.sh i am not giving any ip for starti

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Unable to locate current JTA transaction

2008-12-09 Thread suryasatish
Hi iam getting following error org.hibernate.HibernateException: Unable to locate current JTA transaction javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:238)

[jboss-user] [JBossWS] - Re: ERROR [RequestHandlerImpl] Cannot close output stream

2008-12-09 Thread richard.opa...@jboss.com
Will be fixed with next release View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195342#4195342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195342 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: EJBs in a Load Balanced Environment

2008-12-09 Thread daniel.celentano
It really easy!. 1) Make your EJB clusterized -- Add Annotation @Clustered on any EJB 2) copy cluster-service.xml from all to default 3) copy ejb3-clustered-sfsbcache-service.xml from all to default (if you have SFSB) 4) and finally modify you jndi.properties change port from 1099 to 1100. (on c

[jboss-user] [JBossWS] - Re: ws-eventing notification

2008-12-09 Thread [EMAIL PROTECTED]
Download source code from SVN repo. There're plenty of ws-eventing examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195343#4195343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195343 __

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2008-12-09 Thread kukeltje
1) Not in my case although I used the installer to also install JBoss AS (4.2.2). And I just tried pointing it to my existing jboss AS 5 and it also just installed the mysql ds. 2) Not sure... the default packaging is for JBoss AS 4.2.2 afaik and the console libs are the same when I pointed

[jboss-user] [JBoss jBPM] - Re: jBpm and JPA

2008-12-09 Thread pojomonkey
Check out the springmodules jBPM support - the docs show the configs required. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195271#4195271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195271 ___

[jboss-user] [JBossWS] - Re: Implement WS-Security on JBoss 4.0.5

2008-12-09 Thread [EMAIL PROTECTED]
You have to install latest JBossWS native to you AS 4.0.5 environment. See how to install instructions in download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195345#4195345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JbossAS 5 CR2

2008-12-09 Thread nielsvanharen
I Have a JBossAS 5 server configured for use with webservice transactions. JBossTS is fully integrated with JbossAs 5.0 and it works perfectly on Java JDK 1.6. However when i try to run my JbossAS server , regardless of the profile i use, i get a runtime exception.I dont have anything deployed

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem running jboss 4.2.3.GA on Linux

2008-12-09 Thread mczauz
Thank you very much for your help. jaikiran your post did solve my problem. I was extracting JBoss to a flash card that was formatted as FAT32, which did not allow for upper case letters. Extracting to a different drive solved my problem. Thanks for all your help. View the original post : htt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error: Unable to initialize TldLocationsCache

2008-12-09 Thread sourabh11
hi... i am also getting same problem..i am using jboss-4.0.3SP1 error:- org.apache.jasper.JasperException: /index.jsp(1,1) Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/tld/c.tld: (line 2, col 1) org.apache.jasper.compiler.DefaultErrorHandler.j

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-09 Thread pojomonkey
CUrrently, my 'smoking gun' is the OrmXmlOverridingShadowingClassLoader that is used by the AbstractJpaTests. I'm now looking into using another test class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195288#4195288 Reply to the post : http://www.jboss.c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

2008-12-09 Thread jaikiran
anonymous wrote : java version "1.4.2" | gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3) | Copyright (C) 2006 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss and Eclipse

2008-12-09 Thread itsashish
Hi All , I am facing a strange problem while starting the jboss with in eclipse below are the details - i have a web application which is a eclipse Dynamic Web project and when i create the war and deploy this in Jboss it work perfectly i.e when i start the jboss using command prompt , now i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment Order

2008-12-09 Thread rogerio.baldini
Hi Guys How can I order my modules on deployment ? I need to primary deploy an ejb module and so deploy a war application. Is it possible to determine this dependency ? Using: jBoss 5.0.0.GA, jdk6 Thanks a lot. Rogerio My application.xml | | http://java.sun.com/xml/ns/javaee"; xmlns:xsi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

2008-12-09 Thread Gorathek
The strange thing is that i dowloaded it form SUN page :) And you maybe know some way how to remove that installed thing? And a correct link to JDK? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195320#4195320 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JbossAS 5 CR2

2008-12-09 Thread nielsvanharen
Using JDK 1.5 JbossAS 5.0CR 2 JbossTS 4.40 GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195303#4195303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195303 ___ jboss-use

[jboss-user] [JBoss Cache: Core Edition] - Using JBC 3 with Hibernate (3.3)

2008-12-09 Thread nlif
Hi all, I am unable to find any documentation for using JBC 3 with Hibernate (3.3). In the Wiki it says this is possible and even recommended - see: http://www.jboss.org/community/docs/DOC-10265. However, the only thing I could find is a PDF for using JBC 2 with Hibernate - see: http://galde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JbossAS 5 CR2

2008-12-09 Thread jaikiran
Did you download the correct version of the AS? There are 2 versions, one for JDK5 and the other for JDK6. Which one did you download? Also, the GA version of JBoss-AS5 has been released. You might want to start using this new version. This version too has 2 downloads, make sure you download th

[jboss-user] [JBoss AOP] - Re: Library Conflict jboss-aop.jar <> jbossall-client.jar (A

2008-12-09 Thread kabir.k...@jboss.com
For AOP 2.0 we need to modify the AS 4 install script to replace the aop client jar, and to patch jbossall-client.jar to use the latest aop client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195275#4195275 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss Shutdown Problem

2008-12-09 Thread paurik
Hello friends I use jboss 4.2.2 GA . I deploy alfresco.war file in jboss 4.2.2 GA. but when i shutdown jboss following error are occurs. Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these url

[jboss-user] [JBossWS] - Re: Jboww WS problem - plz help

2008-12-09 Thread catchvivs
yhjgfhdfhgfhgfhgfh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195335#4195335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195335 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-09 Thread pojomonkey
"kukeltje" wrote : keep in mind btw that the spirng jbpm template was designed for jbpm 3.1!!! So you might miss some jbpm 3.2 api things. I only use the execute() method on the template, so haven't really noticed anything 'missing'. Of course, I'm more than happy to receive any pointers as to h

[jboss-user] [JBoss Portal] - Hook for org.jboss.portal.identity.User#updatePassword()?

2008-12-09 Thread CarstenRudat
Hi all, I was wondering, if there is hook for the updatePassword(String) method in JBoss Portal 2.7 implemention of org.jboss.portal.identity.User. I would like to have a central user store - managed by JBoss Portal. The users contained in that store should have access to an ejb via an java sta

[jboss-user] [JBoss Cache: Core Edition] - Possible bug with putForExternalRead in 3.0.1

2008-12-09 Thread soee
We are currently testing hibernate 3.3.1 with jbosscache 3.0.1 Most of the time it works fine, but sometimes it just pauses for 20 seconds. i traced it to lock waits in putForExternalRead() which according to the javadoc, shouldn't wait for locks. I think this line is missing in CacheInvocationD

[jboss-user] [JBoss AOP] - using jboss-aop with eclipse

2008-12-09 Thread NewWay
Hello, i really tried to find the solution by myself before posting a question here. I want to use jboss-aop, and I'm working with eclipse. I would thank you very much if you could give me some pointers, or direct me to a post already discussing this issue. this is what i already tried: 1. in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: change port for webservice deployment

2008-12-09 Thread claman
Hello, I've found the file with port number exactly in the position that you have suggested me, thank you very much! Good bye! p.s: I'm sorry for late reply! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195369#4195369 Reply to the post : http://www.jboss

[jboss-user] [JBoss Cache: Core Edition] - Re: Using JBC 3 with Hibernate (3.3)

2008-12-09 Thread soee
jbc2 cache provider with hibernate 3.3.1 works with jbosscache 3.0.1. just specify a hibernate.cache.region.factory_class instead of hibernate.cache.provider_class. Also.. treecache.xml has a new syntax. See the provided examples. | | org.hibernate.cache.jbc2.SharedJB

[jboss-user] [JBoss Portal] - Custom property always gets transparently inherited by child

2008-12-09 Thread JohnnyTheHun
JBOss Portal 2.7.0 - cr1 1. I add a "test" property to a page via the JBoss admin page 2. I print all the properties of the child pages via PortalNode.getProperties(): It seems all child pages inherit the "test" property. 3. I cannot find any solution to: - disable the inheritance - check if a p

[jboss-user] [JBoss Portal] - get corresponding PortalObject of a PortalNode

2008-12-09 Thread JohnnyTheHun
JBoss Portal 2.7.0-cr1 I have a PortalNode via JBossRenderRequest.getPortalNode(); I want to create a Page programmaticly under this node, to do that I need a PortalObject (Page) instance. Is there any easy way to do that, for example a PortalObject getPortalObjectFor(PortalNode node) function?

[jboss-user] [Management, JMX/JBoss] - MBean inside an EAR without Annotations

2008-12-09 Thread jimmycallaghan
I'm trying to modify a few of the MBeans that we use in our applications to use XML configuration instead of their current annotations so that I can make use of the descriptions and parameter names etc that can't be changed with the annotations. However, I simply can't get the things to deploy.

[jboss-user] [Performance Tuning] - Throughput decreases on a long run

2008-12-09 Thread sen_cool
Hi, I am using jmeter to measure the performance of my web application.I am running the performance test against a static HTML page in my application.Initially i am getting throughput of around 120 requests/sec in jmeter. But the throughput decreases consistently and drops to <5 requests/sec whe

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoSuchMethodError: org.apache.catalina.startup

2008-12-09 Thread mduffy_lists
java version "1.6.0_03" | Java(TM) SE Runtime Environment (build 1.6.0_03-b05) | Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195382#4195382 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Portal] - Re: Error when trying to enable the CMS Approval Workflow in

2008-12-09 Thread [EMAIL PROTECTED]
Looks like the workflow service is already registered. Can you check and make sure there is not another portal-workflow.sar specifically the portal:service=ApprovePublish,type=Workflow service already specified. Out of the box this service is enabled so you should not need to add another file.

[jboss-user] [Beginners Corner] - JBoss high availability and clustering

2008-12-09 Thread Michael.ONeil
I am relatively new to Jboss and am trying to work through all the posts and articles on Jboss clustering and high availability. I understand the nodes aspect, where one node goes down it switches over to another node, but what I really am trying to figure out is - is there a single point of fa

[jboss-user] [Management, JMX/JBoss] - Re: MBean inside an EAR without Annotations

2008-12-09 Thread jimmycallaghan
I've also tried: ear - META-INF - lib - - jar1.jar - - jar2.jar - - jar3.jar - - - META-INF - - - - my-xmbean.xml - - - - jboss-service.xml - - jar4.jar ... But to no avail. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195387#4195387 Reply to the post : h

[jboss-user] [Security & JAAS/JBoss] - Re: EJB3 and security role references

2008-12-09 Thread Wolfgang Knauf
Ok, I'm sorry, I misunderstood your initial question. I cannot help you further. Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195388#4195388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195388 __

[jboss-user] [Clustering/JBoss] - Dependency injection of remote bean

2008-12-09 Thread aleksander.lech
I am in the middle of creating design of a system that probably is to be deployed to few separate machines. I would have a following scenario then: a session bean A is on machine1, session bean B is on machine2. Bean A needs a reference to bean B. The question: is this possible to do this throug

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment Order

2008-12-09 Thread rogerio.baldini
I've just found in jboss-app_5_0.dtd: | | So, this element does nothing Any idea ??? Thanks, Rogerio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195392#4195392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBossWS] - Re: Throws exception in WS (back to remote client) without g

2008-12-09 Thread rsobchak
By setting the priority to FATAL then no exceptions thrown from the web service will be logged to the console or server.log file. I still want system exceptions logged to the console and server.log but only want to restrict application exceptions to the server.log (application exceptions not log

[jboss-user] [Clustering/JBoss] - Re: Dependency injection of remote bean

2008-12-09 Thread [EMAIL PROTECTED]
Some sort of JNDI lookup is needed. If you are talking about JEE components this can be handled for you via the injection annotations; e.g. @EJB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195397#4195397 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Management, JMX/JBoss] - Re: MBean inside an EAR without Annotations

2008-12-09 Thread jimmycallaghan
Got it: ear - META-INF - lib - - jar1.jar - - jar2.jar - - jar3.jar - - jar4.jar - - - META-INF - - - classes - - - jboss-service.xml - - - my-xmbean.xml Just put the xml config in the jar that contains the JMXBean. No need to play around with META-INF etc. View the original post : http://www.

[jboss-user] [Clustering/JBoss] - Re: Copying large files to members using JGroups

2008-12-09 Thread [EMAIL PROTECTED]
The JBoss AS 4.x Farm service does file copy over JGroups; perhaps some of the code will be useful. The class that does the actual work of moving files over the wire is https://svn.jboss.org/repos/jbossas/branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.jav

[jboss-user] [JBoss Cache: Core Edition] - Re: Possible bug with putForExternalRead in 3.0.1

2008-12-09 Thread [EMAIL PROTECTED]
Back to my old mantra - have you got a unit test for this? :-) It should be easy enough to write one and test whether pFER() waits for locks - have a tx acquire the lock and then suspend the tx, then try the pFER(). Disabling lock acquisition does not happen in the CacheInvocationDelegate, but

[jboss-user] [JBoss Cache: Core Edition] - Re: Possible bug with putForExternalRead in 3.0.1

2008-12-09 Thread [EMAIL PROTECTED]
Just raised a JIRA for this JBCACHE-1450. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195406#4195406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195406 ___ jboss-user ma

[jboss-user] [Clustering/JBoss] - Re: Dependency injection of remote bean

2008-12-09 Thread aleksander.lech
Only JEE components. I am now developing the code for one machine using injection @EJB that you mentioned and just wondered if there would be required any code changes if we spread this beans into seperate machines. If I understeand well we can easili spread every EJB to seperate machine and a

[jboss-user] [JBoss jBPM] - Problem while using email template of JBPM

2008-12-09 Thread shantanu.u
Hi I'm getting a null pointer while using mail templates (mostly due to my config environment ). I'm trying to figure out what's missing. Here are the relevant things : 1. hibernate.cfg.xml ,jbpm.mail.templates.xml, jbpm.cfg.xml , and my processdefinition.xml are in the same location ( inside t

[jboss-user] [JBoss jBPM] - Re: Problem facing configuraing JBPM with SQL Server

2008-12-09 Thread salaboy21
yes, you must change your hibernate.cfg.xml file to use the JbpmDS datasource.. because it is configure to use Hipersonic, also note that you must change the hibernate Dialect to the SQL server dialect View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195412#419

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss shutdown.sh dependency on client library

2008-12-09 Thread noelo
I think the shutdown process makes a jmx call into the app server to shut it down cleanly.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195413#4195413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195413 __

[jboss-user] [JBoss jBPM] - Re: Problem while using email template of JBPM

2008-12-09 Thread shantanu.u
Mistake: * Also, how do I link my tag with a specific ? should be * Also, how do I link my tag with a specific ? Also, is there any significant to the name in Can I use my own name ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195415#419541

[jboss-user] [JBoss Cache: Core Edition] - Re: Possible bug with putForExternalRead in 3.0.1

2008-12-09 Thread soee
Sorry for the missing test case :) But yes, it was with MVCC locking (did not try Pessimistic or Optimistic). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195416#4195416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Cache: Core Edition] - Re: Possible bug with putForExternalRead in 3.0.1

2008-12-09 Thread soee
Already fixed on HEAD i can see.. Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195417#4195417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195417 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Re: Problem while using email template of JBPM

2008-12-09 Thread shantanu.u
I figured out part of the problem : template should be the mail template and not jbpm.mail.templates.xml . Silly me ! I actually saw that on some link. http://docs.jboss.org/jbpm/v3/userguide/mail.html#mailtemplates does correctly describe it but's a single line and I overlooked it. View

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoSuchMethodError: org.apache.catalina.startup

2008-12-09 Thread mduffy_lists
I just upgraded to java version "1.6.0_11" and the error went away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195419#4195419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195419 ___

[jboss-user] [JBoss Portal] - Re: How to set the Portlet for a window programmaticly

2008-12-09 Thread JohnnyTheHun
Thanks, I am now able to get Portlet instances. After a few lines I have stumbled into the following question: How do I put a Window into a region programmaticly? I have added a Window to the page, but how can I specify the region where the window should be rendered? To others: To get Federatin

[jboss-user] Help with JNDI datasource for JPA?

2008-12-09 Thread David C. Hicks
I'm trying to set up a JNDI datasource that will be used by a JPA application. Everything seems to go along fine until the JPA system attempts to find the name to bind to. Then I get the following exception: 13:41:11,144 ERROR [AbstractKernelController] Error installing to Start: name=persis

[jboss-user] [JBossMQ] - SAP as a JMS provider

2008-12-09 Thread Lightguard
I'm trying to communicate with SAP PI via JMS. I want to subscribe to one of it's queues, but I'm running into issues. I'm running JBoss 4.2.3.GA. This appears to be the main exception: 14:05:22,308 WARN [MessagingContainer] destination not found: queue/default/SAPMaterialUpdateQueue reason:

[jboss-user] [JBossMQ] - Re: SAP as a JMS provider

2008-12-09 Thread Lightguard
Oops... ignore that user name and password. Looks like I can't edit the message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195429#4195429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195429

[jboss-user] [JBossWS] - Re: WebContext annotation and contextRoot

2008-12-09 Thread ahmedmhyd
Was any one able to solve this issue? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195430#4195430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195430 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: Load-balance the invocation of a MBean in the cluster fr

2008-12-09 Thread bstansbe...@jboss.com
Thanks for the bug report. I think this is an issue that's been around for a long time; it has to do with the way the HA proxy factories work with the invokers. I'm looking now to see if there is a straightforward fix. In the meantime, I'm going to post below the code from a test service that we

[jboss-user] [JBoss jBPM] - HTML support in mail templates

2008-12-09 Thread shantanu.u
Is HTML supported in mail templates ? I'm using JBPM 3.3 jpdl. And my template looks like : anonymous wrote : | ... | | This isn't working. I just get b>Achtung !. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195432#4195432 Reply to th

[jboss-user] [Clustering/JBoss] - Re: Load-balance the invocation of a MBean in the cluster fr

2008-12-09 Thread bstansbe...@jboss.com
First, the service implementation: | package org.jboss.test.cluster.invokerha; | | import java.lang.reflect.Method; | import java.lang.reflect.InvocationTargetException; | import java.lang.reflect.UndeclaredThrowableException; | import java.security.Principal; | import java.util.Co

[jboss-user] [Clustering/JBoss] - Re: Load-balance the invocation of a MBean in the cluster fr

2008-12-09 Thread bstansbe...@jboss.com
Now the service's remote interface (not really relevant, just FYI) and its mbean interface: | package org.jboss.test.cluster.invokerha; | | import java.io.IOException; | | public interface HAServiceRemote | { |String hello() throws IOException; | |String getCluste

  1   2   >