[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread jaikiran
Works fine for me: ?xml version=1.0 encoding=UTF-8? | deployment xmlns=urn:jboss:bean-deployer:2.0 | | bean name=test class=org.myapp.test.TestBean | property name=name | bean name=somestring class=java.lang.String/ | /property | /bean |

[jboss-user] [JBoss Portal] - How can i access my own datasource in portlet jsp

2009-03-25 Thread GajananM
How can i access my own datasource in potlet jsp page. and is there any mapping is require to connect the datasource. please helpme to resolve this problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220806#4220806 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread richard.opa...@jboss.com
How does your WSDL looks like? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220807#4220807 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220807 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread mobaxkrs
definitions name=SampleWebService targetNamespace=http://www.jboss.org/jbossws/ws-extensions/wsaddressing; xmlns=http://schemas.xmlsoap.org/wsdl/; xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; xmlns:tns=http://www.jboss.org/jbossws/ws-extensions/wsaddressing;

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread mobaxkrs
sorry, i missed the quotes tag. anonymous wrote : | definitions name=SampleWebService targetNamespace=http://www.jboss.org/jbossws/ws-extensions/wsaddressing; xmlns=http://schemas.xmlsoap.org/wsdl/; xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread richard.opa...@jboss.com
Sorry, but I can't reproduce your problem :( I executed the following command: $JBOSS_HOME/bin./wsconsume.sh -k -v a.wsdl | tee test.log and all passes without problems. Here's my test.log output: parsing WSDL... generating code... org/jboss/jbossws/ws_extensions/wsaddressing/HelloWorld.java

[jboss-user] [JBossWS] - Webservice_producer sample

2009-03-25 Thread santskumar
Hi All, I am running JBOSS ESB samples, when i ran the web service producer sample, it is running fine but my question is when i say ant runtest it is printing the response of the web service. i am not understanding which statement is print the response on console, any idea? Thanks and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
so, should i add those jars into my JBOSS_HOME/lib folder? thank you so much for your response View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220812#4220812 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220812

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread jaikiran
BjPenn wrote : so, should i add those jars into my JBOSS_HOME/lib folder? | | Nope, just point the classpath to the jars in JBOSS_HOME/common/lib View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220814#4220814 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: A question on Transitions

2009-03-25 Thread Toriton
you use the explicit signal in any case? or only where there are more then one transition as the example i posted? I was considering too, how much is important to use an event on a transition, and if is correct to handle something in the moment you are going from A to B. Is not more easy or

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
thanks jaikiran for your response, mmm i've done something befor reading your answer, i've copied those jars in my default/lib folder and now it's working?? is it bad or i have to point my classpath to JBOSS_HOME/common/lib/ and JBOSS_HOME/server/xxx/deploy/jbossweb.sar/jsf-libs/ View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread jaikiran
BjPenn wrote : i've done something befor reading your answer, i've copied those jars in my default/lib folder and now it's working?? is it bad I would say, its not recommended :) Its always good to avoid moving around or modifying the server artifacts (like the jar files). View the original

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
Alright i must have done something wrong yesterday, i tried again and the example works. I still cant manage to manage my MDB though(which was the objective i had). _WORKS_ Management interface | package com.navineo.sa.ejb.session; | import org.jboss.annotation.ejb.Management;

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
thank you mate ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220820#4220820 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220820 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread jaikiran
chtimi2 wrote : I still cant manage to manage my MDB though(which was the objective i had). | Could you please explain what you are trying to do? @Service is not meant for a MDB View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220821#4220821 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
sorry i have a little doubt, you mean point the enviroment variable classpath?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220822#4220822 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220822

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
or i guess changin it in the run.bat?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220823#4220823 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220823 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Smooks beginner

2009-03-25 Thread krasig
Hi everybody. I???m new in in smooks world and I have many questions. First of all, i downloaded example XML-TO-JAVA from smooks site and now i want to see configuration in Smooks Editor.But when I try, I???ve got this erro: http://screencast.com/t/LrXhu7Cjp What is it wrong? View the original

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
The debug output is too big to be posted here, i put it on rapidshare: http://rapidshare.com/files/213262254/DEBUG_output.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220826#4220826 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread dnowak
Thanks for your reply. Just to make sure: You provide an ActorID with the TaskMgmtSession.findPooledTaskInstances method and receive the tasks which are assigned to the group the actorID belongs to? View the original post :

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
I want to expose a setActive(boolean) management on the MDB to programmatically activate or desactivate it. If !active, onMessage would do nothing. So @Service doesn't work on a MDB? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220828#4220828 Reply to the

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
Sorry i don't see any edit message button. I think i'm just going to call an MBean that has the isActive method from the MDB's onMessage instead, and replace the impossible call to the MDB management by a call to the MBean's setActive. Or would that be bad practice? View the original post :

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread jaikiran
chtimi2 wrote : | If !active, onMessage would do nothing. | That would mean the message delivered to the MDB will be completely lost (i.e. no processing done on the message). Do you really want this? Or do you want to stop the message itself from being delivered to the MDB (this way the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread jaikiran
You mentioned you are using NetBeans and i guess that's where you are seeing this error. So its in NetBeans where you have to configure the classpath. I am not an IDE expert, so i really don't know the exact steps to do this in NetBeans. View the original post :

[jboss-user] [Beginners Corner] - Jboss 5.0.1-GA Startup problem - Is there a way to solve it?

2009-03-25 Thread patricklee
Refer to shailesh.dyade post, Topic JBoss Startup Failure -- please help. According to PeterJ, this is not an error - note that it is a DEBUG log entry. It simply means that CORBA will not be available. Now my question is how can we resolve it, perhaps we can make Corba available, and how?

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread mobaxkrs
Thanks for trying out. The following are the steps I installed JBOSSWS 3.1.0 GA 1. Downloaded and extracted zip file. 2. renamed ant.properties 3. set target container - jboss423 4. ant deploy-jboss423 - completed successfully. 5. ant tests - all tests failed. View the original post :

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread mobaxkrs
Also, I have both jdk 1.5.0.17 and jdk 1.6.0, I tried with both jdks same error, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220837#4220837 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220837

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread mobaxkrs
This is my jbossws 3.1.0 GA Install.log, i run it again Buildfile: build.xml target-jboss423: prepare: init: [echo] integration.target=jboss423 undeploy-jboss423: [delete] Deleting directory /root/jboss-4.2.3.GA/server/default/deploy/jbossws.sar [delete] Deleting directory

[jboss-user] [Beginners Corner] - Re: Jboss 5.0.1-GA Startup problem - Is there a way to solve

2009-03-25 Thread jaikiran
patricklee wrote : | | Now my question is how can we resolve it, perhaps we can make Corba available, and how? | Just to repeat - its just a DEBUG message. If you want Corba enabled, run the all server configuration: run -c all patricklee wrote : | Precisely I wonder how can we

[jboss-user] [Security JAAS/JBoss] - Certificate validation against CRL - common scenario, experi

2009-03-25 Thread dejanmr
How to handle revoked certificates? Java out of box supports CRL (Certificate Revocation List), and it all works fine when I test it against static CRL file. My Idea was to let Jboss container handle authentication, and I did it by implementing X509CertificateVerifier and using my own verifier

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread mobaxkrs
In ant.properties, i changed jbossws.integration.target=jboss423 # The JBoss settings jboss.server.instance=default jboss.bind.address=200.201.202.159 and run the tests below is portion of log 2009-03-25 15:10:34,174 DEBUG [sun.rmi.loader:65] main: name = org.jnp.server.NamingServer_Stub,

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
Well you're right it would certainly be better not to waste resources moving around messages that will never be used, if i had a way to deactivate the MDB/unplug it from the topic. Is it possible? My use case is a bit special because the destination this MDB used to listen to was a queue,

[jboss-user] [JBoss Portal] - Re: How to invalidate a special UserSession

2009-03-25 Thread ameo
Thanks for answer. I use the UserAuthenticationEvent to hook and check that the user signs in again on another machine/browser B. I tried to mark the userActivitiy as EXIT, but this not forces the user to relogin on machine A. Think I have to invalidate the UserSession, but how to get ? |

[jboss-user] [Beginners Corner] - Re: Jboss 5.0.1-GA Startup problem - Is there a way to solve

2009-03-25 Thread patricklee
oh, thanks jaikiran for the Run All info. Ya, I know all those Debug / Exception may not affect the AS to run as normal, just that I wonder is there a way to run it in a pretty clean way. Or is it every one out there running the Jboss 5.x version and having those annoying no harm problem and

[jboss-user] [Installation, Configuration DEPLOYMENT] - jdbc wrapper 4.2.2.GA for Maven?

2009-03-25 Thread pietro_biondo
Dear All Does somebody know, where to find a mavenized jboss-common-jdbc-wrapper 4.2.2.GA? I couldn't find it on http://download.java.net/maven/2/ and http://repository.jboss.org/maven2/. Thanks in advance for tips. Regards Pietro View the original post :

[jboss-user] [JBossWS] - Re: Help with authMethod and security after JBoss501 upgrade

2009-03-25 Thread richard.opa...@jboss.com
| authMethod = NONE // this is wrong | Correct and accepted values are only: BASIC and CLIENT_CERT | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220851#4220851 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: putForExternalRead doesn't solve our problem

2009-03-25 Thread manik.surt...@jboss.com
jshowalter wrote : | We realize this is by design and documented as such, but the design puzzles us. The put should succeed if the node is there but the key for the data being put is missing, and should succeed if the node and key are there but the value in the node for that key is null. |

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread jaikiran
Which version of JBossAS? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220858#4220858 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220858 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Where is the deployed files?

2009-03-25 Thread ybxiang.china
Hello, My environment: JBossTools3.0+Eclipse 3.4.2. I created a seam project named xxx, i want to deploy it as ear. When i deploy it to jboss, i find that i can visit the web, but can not find related xxx.ear and xxx-ds.xml in jboss-4.2.3.GA\server\default\deploy. By

[jboss-user] [JBoss Tools (users)] - Re: Where is the deployed files?

2009-03-25 Thread ybxiang.china
I really want jbosstools3.0 show me the deplyed xxx.ear directory, because when i modify some pages, jbosstools synchronize it to jboss too slow. If i can find the .ear direcory, i can write an ant script to deply it automatically. What i need to do is just execute the .bat file. Any tips are

[jboss-user] [EJB 3.0] - Re: many to many mapping problem

2009-03-25 Thread mravikrish
Hi jochen, I am getting same exception . i have followed exactly what u have suggested. i am giving my persistence.xml persistence-unit name=bids jta-data-sourcejava:/ConnectVendorsMySQL/jta-data-source

[jboss-user] [EJB 3.0] - Re: many to many mapping problem

2009-03-25 Thread mravikrish
sorry persistence.xml file persistence-unit name=bids jta-data-sourcejava:/ConnectVendorsMySQL/jta-data-source /persistence-unit View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220863#4220863 Reply to the post :

[jboss-user] [EJB 3.0] - Re: many to many mapping problem

2009-03-25 Thread mravikrish
sorry in persistence.xml i have configured property like this property name=hibernate.hbm2ddl.auto value=update View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220864#4220864 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Where is the deployed files?

2009-03-25 Thread akazakov
ybxiang.china wrote : I really want jbosstools3.0 show me the deplyed xxx.ear directory, JBoss Server View-Right Click On your ear module-Explore By default JBoss AS Tools deploy modules to workspace metadata folder but you can use JBoss Server deploy folder or custom one. See JBoss Server

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: TestNG Configuration for database

2009-03-25 Thread Fenixx
The error message occurs at the following source code: org.jboss.embedded.Bootstrap.deployResourceBases Is there any possibility to get the source code of this class? With this source code is it possible to isolate the problem further. Regards View the original post :

[jboss-user] [Clustering/JBoss] - Long wait when a node goes down

2009-03-25 Thread luuzz
Hello, We are using a clustered web application with jboss. Since the framework we're using stores too much information in the session, we decided do use sticky sessions and disabling session replication (removing distributable tag). When we start two nodes everything works as expected. But when

[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread bryan.kearney
I am using Jboss 5.0 on Fedora 10, with the sun JDK. What stack are you running on? -- bk View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220868#4220868 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220868

[jboss-user] [Beginners Corner] - Re: Need help with configuring message bridge from JBM-1.4.0

2009-03-25 Thread Karen.Kramer
Thanks for responding! You're correct! Since that original question, I have managed to get a messaging bridge working and I will share the code to maybe help others. outgoing-bridge-service.xml ?xml version=1.0 encoding=UTF-8? | server | mbean code=org.jboss.jms.server.bridge.BridgeService

[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread jaikiran
5.0.1 GA, Sun Java. Can you post your exact xml file and also the console logs? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220876#4220876 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220876

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
I'm using JBoss 4.2.3.GA (with JBM 1.4.2.GA-SP1 if it changes anything) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220877#4220877 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220877

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread kukeltje
No, the core engine does *not* resolve group id's to individual id's since many companies use their own IDM solution You have to do that yourself in advance and provide the names of the groups then. View the original post :

[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread bryan.kearney
Sure. Here is the xml | ?xml version=1.0 encoding=UTF-8? | deployment xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd | xmlns=urn:jboss:bean-deployer:2.0 | | bean name=QPIDConnection

[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread bryan.kearney
I noticed I did not comments out the first Muppet bean. Even if I do that: | ?xml version=1.0 encoding=UTF-8? | deployment xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd |

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread dnowak
Thanks, I've managed to get the groups and users from the jbpm identity library: Session session = JbpmContext.getCurrentJbpmContext().getSession(); | IdentitySession identitySession = new IdentitySession(session); | for (int j = 0; j identitySession.getUsers().size(); j++) | {

[jboss-user] [JBoss Cache: Core Edition] - Differences READ_COMMITTED vs REPEATABLE_READ

2009-03-25 Thread zeravlai
Hi all, I'm testing JBoss Cache by using a JPA/Hibernate application. I'm configuring the cache with MVCC and changing the isolation from READ_COMMITTED to REPEATABLE_READ but don't see any differences. My test case is something like 2 transactions writing to the same entity bean which is

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread richard.opa...@jboss.com
And when you leave jboss.bind.address=localhost? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220892#4220892 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220892 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Unit test EJB3 Exception

2009-03-25 Thread Wolfgang Knauf
Hi, what does the JNDIView ( http://www.jboss.org/community/docs/DOC-9583 ) display for your bean and for the app client? According to the message, I would suspect that the JNDI path continues (something like MyBean/local/somethingmore), and your lookup is not done on the end node of the

[jboss-user] [JBoss Portal] - Re: Components in JBoss Portal 2.7.2

2009-03-25 Thread chris.lap...@jboss.com
The bundled version uses the latest available unmodified community version of JBoss AS (for the 4.2.x branch at this point) available when we release a new Portal version. Until JBoss AS includes the proper JBoss WS version, you are stuck with upgrading manually. Now, if you had a support

[jboss-user] [JBoss Cache: Core Edition] - Re: Differences READ_COMMITTED vs REPEATABLE_READ

2009-03-25 Thread manik.surt...@jboss.com
Hibernate has a first level cache in it's session. Which will provide you with R_R regardless of how your second level cache is configured. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220896#4220896 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - JBoss 5 Client connect issues

2009-03-25 Thread kevenr
We are upgrading from the JBoss 4 series to JBoss 5. While working with JBoss 5, we have run into issues using remote clients. When we launch the app server, we are passing the -b 0.0.0.0 flag. Connections to the server from the local machine are working fine. When we try to connect from a

[jboss-user] [EJB 3.0] - Re: Unit test EJB3 Exception

2009-03-25 Thread mvpc
I think the problem is not there, because I can get the Reference to MyBean with ctx.lookup(MyBean/local) The problem is when i try to narrow this with MyBeanLocalInterface i = PortableRemoteObject.narrow(ref, MyBean.class) Propably i'm missing some jar in the classpath. The server i'm

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
JBoss 4.2.3.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220900#4220900 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220900 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread mobaxkrs
Thank God. It worked.. 1. Used wsconsume.sh from another version of jboss mobicents-all-1.2.0.CR3-jboss-4.2.3.GA-0812022325 2. Included all jars that you referred in the compile command. 3. Added wsdl4j.jar, xercesImpl.jar The sample worked!! With web service trace enabled, i get the log

[jboss-user] [JBoss Tools (users)] - Re: Where is the deployed files?

2009-03-25 Thread ybxiang.china
akazakov wrote : ybxiang.china wrote : I really want jbosstools3.0 show me the deplyed xxx.ear directory, | JBoss Server View-Right Click On your ear module-Explore | By default JBoss AS Tools deploy modules to workspace metadata folder but you can use JBoss Server deploy folder or custom

[jboss-user] [JBoss Tools (users)] - Re: Where is the deployed files?

2009-03-25 Thread ybxiang.china
I can always find answer here. I really love here!!! ^_^ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220904#4220904 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220904 ___

[jboss-user] [JBoss OSGi] - Re: mailing list test

2009-03-25 Thread thomas.dies...@jboss.com
another test View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220906#4220906 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220906 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - JBoss support for removing services

2009-03-25 Thread mumia55
Can i remove services that i don't need, out of JBoss, to make it faster? I only use EJB (just some services) and hibernate. And how would i do that? Thanks in advance! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220908#4220908 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread jaikiran
In that case, there are MBeans for MDBs which provide this already. Access the jmx-console (http://localhost:8080/jmx-console) and you will find MBean(s) similar to this: anonymous wrote : binding=message-driven-bean,jndiName=local/mdbexam...@1421788223,plugin=invoker,service=EJB I don't have

[jboss-user] [JBoss Tools (users)] - Seam project doesn't update

2009-03-25 Thread GermanDev
Hi! I am using the latest stable JBoss Tools in addition with JBoss AS 4.2.3.GA and Seam Framework 2.1.1.GA. I created a new Seam Project using JBoss Tools, and the new generated project is correctly deployed to the AS. When changing a .xhtml page the changes are correctly updated as well.

[jboss-user] [Beginners Corner] - Re: JBoss support for removing services

2009-03-25 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-10219 assuming you are using 4.x version of AS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220921#4220921 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220921

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread akazakov
Are you sure an entity bean is not deployed to the server? Entities can't be hot-deployed. You have to restart the server. Or restarting without re-adding modules to the server doesn't help? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220926#4220926 Reply to

[jboss-user] [Clustering/JBoss] - Re: Long wait when a node goes down

2009-03-25 Thread bstansbe...@jboss.com
Nothing really comes to mind. Is there any other clustered aspect to your app (e.g. clustered EJBs, some custom clustered service?) If not I'd look at mod_jk config first, but TBH it would be a strange misconfig that would lead to a 3 minute delay in failover. View the original post :

[jboss-user] [JBossWS] - Re: Problem with Deploy and undeploy JBossWS-native-3.0.3.GA

2009-03-25 Thread richard.opa...@jboss.com
This is by design, see related JBWS-1982 issue that introduced this behaviour. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220928#4220928 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220928

[jboss-user] [Remoting] - RMI from JBoss 4.3 to JBoss 4.2

2009-03-25 Thread boniek
I'm trying to invoke in JBoss 4.3 eap hand compiled, remote method on my bean that is deployed on JBoss 4.2 as, but I get following error: anonymous wrote : 2009-03-25 14:46:54,309 ERROR [org.apache.catalina.core.ContainerBase] | Servlet.service() for servlet FileServlet threw exception |

[jboss-user] [JBoss Portal] - Portlets doView() method Problem in portlets

2009-03-25 Thread peris
Jboss server 4.2.2GA. jboss portal 2.7.0. I have created one portal . This portal contains many portlets. I get the value from one portlet to another portlet using IPC(Inter Portlet communication). But when I access(submit) any one portlet the remaining portlets doView() method is also

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread richard.opa...@jboss.com
Finally success ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220931#4220931 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220931 ___ jboss-user mailing list

[jboss-user] [Performance Tuning] - Quartz Worker Threads taking too many CPU cycles

2009-03-25 Thread sra78
I am running a Java Application on JBoss-4.2.2 deployed on two 2GB machines. In the application, there is a Quartz job that sends a https request to two systems and gets response. By default, it had 10 worker threads. I updated quartz.jar to make it 2 worker threads. These threads starts low,

[jboss-user] [Performance Tuning] - Re: Quartz Worker Threads taking too many CPU cycles

2009-03-25 Thread sra78
Want to add that this Quartz job executes once every 60 seconds. Sends a HTTPS request and receives response in XML. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220936#4220936 Reply to the post :

[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread jaikiran
The only difference i see is that you use: deployment xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd | xmlns=urn:jboss:bean-deployer:2.0 | Change it to: deployment xmlns=urn:jboss:bean-deployer:2.0 And

[jboss-user] [EJB 3.0] - Re: Unit test EJB3 Exception

2009-03-25 Thread Wolfgang Knauf
Oops, my bad... Local interfaces can be cast directly: MyLocal local = (MyLocal) ctx.lookup(MyBean/local); Probably a narrow would even result in error. By the way, with EJB3, the narrow is even for remote interfaces no longer required, direct casting is possible. And one more thing: a Unit

[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread bryan.kearney
Yeah.. that worked.. thanks. However, aren't the two lines the same? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220941#4220941 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220941

[jboss-user] [JBoss jBPM] - JEE AS / jBPM / Exception when Oracle DB is restarted

2009-03-25 Thread gchanteb
Hi, I would like to know if somebody could help me. I have a process with a timer launched at the node-leave event of start-state (t=0 second in my example). This timer have a duedate of 60 seconds then it takes a transition. Here is my process: ?xml version=1.0 encoding=UTF-8? | |

[jboss-user] [JBoss jBPM] - Re: JEE AS / jBPM / Exception when Oracle DB is restarted

2009-03-25 Thread gchanteb
I forgot to tell you that i'm using Oracle XA DB with hibernate in JTA. Is there a problem with my ejb2-timer-service.xml which uses DefaultsDS of JBoss which is a HSQLDB ? Thx. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220945#4220945 Reply to the post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JDBCAppender not logging stacktrace

2009-03-25 Thread neiluku
I want to log only the error in to the db. if I have the code as logger.error(object is null + e.getMessage() , e); This log only the first part including e.getMessage() but not the Throwable. below is my jdbc appender setting. param

[jboss-user] [Microcontainer] - Re: directly injecting a bean in a property

2009-03-25 Thread jaikiran
bryan.kearney wrote : However, aren't the two lines the same? I am bad at understanding xml schema declarations. To answer your question, i'll have to first understand the difference myself :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220947#4220947

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
Ah it works! Thanks a lot, i hadn't thought of using the standard start/stop method of the MDB's MBean. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220948#4220948 Reply to the post :

[jboss-user] [JBoss Tools (users)] - 'couldn't connect to database' in seam generate entities wit

2009-03-25 Thread jadamsal
I've started playing with jboss tools 3 in eclipse 3.4.2 and tried to setup some simple seam projects to get familiar with the process. I was able to generate some simple CRUD against a mysql server by following the instructions at

[jboss-user] [JBoss Portal] - JBOSS Portal 2.6.4 CMS Question with FileSystem Config

2009-03-25 Thread user.java
Hi, We have a PORTAL version 2.6.4 configured to use CMS with File system. Question 1. While inserting PDF files in CMS via Portlet happy path every thing works fine but incase we have any error the transaction is rolled back but the reports inserted into CMS are not rolloed back. SO next

[jboss-user] [JBoss jBPM] - Re: JEE AS / jBPM / Exception when Oracle DB is restarted

2009-03-25 Thread kukeltje
I do not see any jbpm related error here... you might have more luck in the JBoss AS forum I think. Not that it is of no interest to jBPM since it might be caused by the ejb timers. And yes, it might be related to the config. I unfirtunately have no experience with ejb-timers in jBPM View

[jboss-user] [JCA/JBoss] - Re: Microsoft JDBC Driver for SQL Server 2008 Failure

2009-03-25 Thread treespace
I fail to understand why [use of HSQL] is an issue. Supposedly it's not to be used in production. You also have to realize that you are using a beta... I'm just pointing out an issue in replacing HSQL as the DefaultDS. It's not an issue when you leave it alone and simply add your own data

[jboss-user] [JBoss Cache: Core Edition] - Re: putForExternalRead doesn't solve our problem

2009-03-25 Thread jshowalter
Thank you for the quick reply. Two followup questions (one from the original post): - if all of the data in a node ages out of the cache due to LRU, is the data removed from the cache and the node left in place, or is the node also removed? - but you do introduce the possibility of phantom

[jboss-user] [JBoss Messaging] - How to Intercep a client close on the server side

2009-03-25 Thread jhow...@redhat.com
JBM 1.4.0 sp3 CP04 If I want a notification on the server side that a connection has been closed(either called close on the connection or closed due to network error), how do you get a server notification. I've tried to use the aspects, but the connection advised doesn't get called when the

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread chtimi2
One more thing while you're here, what is the cleanest way to have the MDB inactive on startup? So that it's start/stop is entirely controlled by my explicit calls to the MBean. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220957#4220957 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JEE AS / jBPM / Exception when Oracle DB is restarted

2009-03-25 Thread gchanteb
Thx. I will post this in JBoss AS forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220958#4220958 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220958 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread GermanDev
akazakov wrote : Entities can't be hot-deployed. Oh, I didn't know that.. akazakov wrote : You have to restart the server. | Or restarting without re-adding modules to the server doesn't help? It does - mostly. Is there a 'quick' way to do the publishing combined with the restart of the

[jboss-user] [JBoss Messaging] - Re: How to Intercep a client close on the server side

2009-03-25 Thread timfox
My initial reaction would be this is not functionality that we have ever claimed is supported in JBM 1.x. But if you want to add the new feature then go for it :) If it's tested properly and has no nasty side effects we can get it in the next CP. View the original post :

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread kukeltje
have you searched using google? and is this the full stacktrace? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220969#4220969 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220969

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-25 Thread jaikiran
anonymous wrote : One more thing while you're here, what is the cleanest way to have the MDB inactive on startup? You mean to avoid messages from being delivered during the startup of JBoss (while your MDB hasn't yet started)? Look for DeliveryActive on this wiki

[jboss-user] [Management, JMX/JBoss] - How to access class of EJB Session Bean from listener MBean

2009-03-25 Thread vit.jonas
I'm using JBoss 4.2.2GA I've implemented MBean that listen on EAR deployment. I can access enumeration of started mbeans via notification.getUserData(). Example: | mbeans: |

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread akazakov
GermanDev wrote : Is there a 'quick' way to do the publishing combined with the restart of the server (shortcut, button, ..)? Publiching should work automaticly. So just use Restart the server button in Server View or on main tool bar in Seam Perspective. View the original post :

  1   2   >