[jboss-user] [EJB/JBoss] - Re: Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-08-21 Thread cdsanchez
Hello klester, I am newbie at jboss forums and am trying to use your guide to configure the timeout in my Jboss server. I've modified jboss-service.xml including the Mbeans UnifiedInvoker and Connector; I've applied changes too in the standardjboss.xml adding the invoker-proxy-binding and

[jboss-user] [EJB/JBoss] - Re: Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-08-21 Thread cdsanchez
Hello, Just fixed, I have to add the the invoker to start before the scanner starts looking at /deploy. But anyway I am unable to make the EJB Client gets a timeout. I'll reply with more details later. Regards View the original post :

[jboss-user] [EJB/JBoss] - Re: EJB 3.0 load balancing not working in a Jboss AS 5.1 clu

2009-08-20 Thread kedarpjoshi
Yes they do form a cluster. This is not something that i have missed but in general how jboss AS behaves. Please see following link - http://www.jboss.org/index.html?module=bbop=viewtopict=128146 and http://www.jboss.org/index.html?module=bbop=viewtopict=112500 I do not hot this user got it

[jboss-user] [EJB/JBoss] - Re: EJB 3.0 load balancing not working in a Jboss AS 5.1 clu

2009-08-20 Thread jaikiran
Please provide more details which i asked for, in my previous reply: jaikiran wrote : | Also are those stateful session beans or stateless session beans? And please post relevant configuration files (jboss.xml) and any relevant code. View the original post :

[jboss-user] [EJB/JBoss] - Re: exception-sorter-class-name oracle-ds.xml

2009-08-20 Thread jaikiran
It's explained in this wiki http://www.jboss.org/community/wiki/ConfigDataSources View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250720#4250720 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250720

[jboss-user] [EJB/JBoss] - Re: exception-sorter-class-name oracle-ds.xml

2009-08-20 Thread mohitanchlia
I need to write my own Database ping check that does what OracleExceptionsorter class does. Is there something that Jboss/hibernate provides that I can use to ping the database and see if DB is up or the health of the connections. View the original post :

[jboss-user] [EJB/JBoss] - Re: Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-08-19 Thread klester
Sure did [sorry for the late response]. I posted a similar question in the JBoss Remoting Forum, and someone pointed me toward using the JBoss Unified Invoker to accomplish this. The thread in the JBoss Remoting Forum is http://www.jboss.org/index.html?module=bbop=viewtopict=152317. At a

[jboss-user] [EJB/JBoss] - Re: EJB 3.0 load balancing not working in a Jboss AS 5.1 clu

2009-08-19 Thread jaikiran
Also are those stateful session beans or stateless session beans? And please post relevant configuration files (jboss.xml) and any relevant code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250527#4250527 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: EJB 3.0 load balancing not working in a Jboss AS 5.1 clu

2009-08-18 Thread jaikiran
When you start the server nodes in a cluster, do you see any logs which show that those 2 nodes are being considered part of the cluster? Logs like, 2 members... in the cluster? Can you post the relevant console logs (not server.log) While posting logs or xml content or code, please remember

[jboss-user] [EJB/JBoss] - Re: TxConnectionManager and enabling trace level logging

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

[jboss-user] [EJB/JBoss] - Re: Help configure MDB threads

2009-08-14 Thread siddharth.bondre
I am using JBOSS 5.x release and class org.jboss.annotation.ejb.PoolClass is supposed to be in jboss-annotations-ejb3.jar. I am not able to find this particular jar under my JBOSS 5.x installation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249620#4249620

[jboss-user] [EJB/JBoss] - Re: Visualizing/Introspecing EJBs

2009-08-13 Thread mcolbert
Yes I was after the answer to the same question. We have a system monitoring tool and we know jboss is running but we want to know if a particular ejb is active. Can this be done though a unix command. View the original post :

[jboss-user] [EJB/JBoss] - Re: TxConnectionManager and enabling trace level logging

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

[jboss-user] [EJB/JBoss] - Re: Help configure MDB threads

2009-08-03 Thread jaikiran
You can configure those values on individual MDBs by using the @PoolClass annotation on the MDB. See this for an example http://www.jboss.org/ejb3/docs/reference/build/reference/en/html/session-bean-config.html#d0e26 View the original post :

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassCastException: com.sun.xml.messaging.saaj

2009-08-02 Thread c...@bby
hi Francesco, I have exactly the same ClassCastException problem like yours. have you solve it? would mind to share? thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247468#4247468 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: How to list interceptors in JBOSS 5 console

2009-07-30 Thread MirekSz
For example I need information which intercetopors are connected with my session bean, also I need order of those interceptors View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246874#4246874 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-29 Thread jcstaff2
Andrew, * Thanks for the specifics on why the handling of deployment descriptor whitespace changed. Yes, with a more-compliant application server schema, I was adding the extra whitespace - point taken. * We are all set on the reading of a read-only resource. * Tom Marrs wrote about 3

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-28 Thread jcstaff2
I understand where your caution comes from about the ClassLoader after reading the spec, but when I read the Javadoc on getClass().getResource(), it sounds like it too is locating the ClassLoader. When I did some searching, I found that Tom Marrs (Lead Author, JBoss at Work: A Practical Guide)

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-28 Thread ALRubinger
jcstaff2 wrote : I understand where your caution comes from about the ClassLoader after reading the spec, but when I read the Javadoc on getClass().getResource(), it sounds like it too is locating the ClassLoader. The difference is in your definition of the.

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-28 Thread ALRubinger
jcstaff2 wrote : When I did some searching, I found that Tom Marrs (Lead Author, JBoss at Work: A Practical Guide) had the same solution as I did as late as 2006. http://www.coderanch.com/t/89900/JBoss/reading-properties-file Respectfully disagree. Tom Marrs wrote : The EJB specification

[jboss-user] [EJB/JBoss] - Re: How to list interceptors in JBOSS 5 console

2009-07-27 Thread jaikiran
Those won't be available there. Infact they won't be visible any place because those are the internals of JBoss EJB3. What kind of diagnostics are you trying to do? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246260#4246260 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-27 Thread jcstaff2
Thank you for the reference to the specific spec requirement that explains why this is allowed to not to work. The legacy code was from a time (EJB 2.x) when dependency injection was more limited, and it may have advanced to the point that we can inject the POJO class dynamically in other ways.

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-27 Thread ALRubinger
Hey Jim: jcstaff2 wrote : If obtaining the current classloader is illegal/non-portable, how does one read in a data file from the EJB's classpath? Is there a legal classloader we can access that will have the file Resource that can be read in as a stream? In general, use of File (and other

[jboss-user] [EJB/JBoss] - Re: Overrding the existing ejb and deploy

2009-07-27 Thread hwa
Did you ever find a solution to this problem? I'm getting some similar error messages in my JBoss 5. Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246314#4246314 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-26 Thread alesj
Can you do some more debugging / logging? e.g. print out TCCL in 4.x vs. 5.x in that code It might just be a bug in not setting TCCL properly. Or what does the spec say about what should the TCCL be in this case? View the original post :

[jboss-user] [EJB/JBoss] - Re: PostConstruct loadClass fails when porting to JBoss 5

2009-07-26 Thread ALRubinger
alesj wrote : Or what does the spec say about what should the TCCL be in this case? EJB 3.0 Specification 21.1.2: Programming Restrictions wrote : The enterprise bean must not attempt to create a class loader; obtain the current class loader; set the context class loader; set security manager;

[jboss-user] [EJB/JBoss] - Re: How to list interceptors in JBOSS 5 console

2009-07-26 Thread MirekSz
Hi, interceptors connected with EJB beans, in web or jmx console. I need this for diagnostcs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246090#4246090 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246090

[jboss-user] [EJB/JBoss] - Re: How to list interceptors in JBOSS 5 console

2009-07-24 Thread jaikiran
Which interceptors and which console? And why do you want to list those in the console? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245981#4245981 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4245981

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
xml did not appear properly in the previous post. bean name=topContextComparator | constructor factoryClass=org.jboss.system.deployers.LegacyDeploymentContextComparator factoryMethod=getInstance/ | property name=suffixOrder class=java.util.Map | map keyClass=java.lang.String

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
Thank You very much Jaikiran. In the forum they were talking about changing the bootstrap file. Yes. Looks like you were right. I've switched to JBoss 5.0.1.GA, and added to conf\bootstrap\deployers.xml: Code: .war

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread jaikiran
See this http://www.jboss.org/index.html?module=bbop=viewtopict=151303. And i think it's fixed in AS 5.1.0 GA (which is the latest). So try upgrading to the new server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244265#4244265 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
Hi Jaikiran, Thanks for reply. I am using Jboss 5.0.1 and EJB 2.1. I really appreciate your help in this. Thanks, Ram View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244158#4244158 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread jaikiran
Which version of JBoss AS? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244077#4244077 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4244077 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
Hi Jaikiran, I deployed my application on to 5.1.0.GA server. It worked really well. I appreciate your help. Thank you, Ram View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244492#4244492 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: problem with local interface lookup

2009-07-20 Thread mlikesit
Hey, What application server are you using? I've read that some application servers load their EJB module with a different class loader than the one used to load the WEB module, which might account for why this is failing. I personally use JBoss which I know for a fact will let you use

[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-15 Thread leethor5
The entire exception is : | javax.naming.NameNotFoundException: fr.monappli.modele.traitement.service._menu.delegate.MenuService not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) | at

[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-15 Thread leethor5
context.lookup(homeJndi) returns : $Proxy855 : fr/monappli/ejb/menu/MenuSLHome Any ideas ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243658#4243658 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243658

[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-10 Thread jaikiran
Please post the entire exception stacktrace and the relevant code. Also do you package any JBoss specific jar files in your application? If yes, then remove them from the packaging. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242937#4242937 Reply to the

[jboss-user] [EJB/JBoss] - Re: Business Interface Pattern + Generics == EJB Spec Violat

2009-07-05 Thread jaikiran
Consider this: public interface AddressBeanBusinessInterface E extends Exception | { | ... | public void delete( final Long key ) throws E, UnknownIdDeviation; | | public interface AddressBeanRemote extends EJBObject, AddressBeanBusinessInterfaceRemoteException | { | //

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-07-01 Thread rmz
Thanks a lot, this solves the problem, the failure was on my side. But still I do not understand this fully. It is true that the beans do not explicitly implement the default business interface, so I thought since the server says it registered that interface it would provide some kind of

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-30 Thread jaikiran
ErstesBean/remote - EJB3.x Default Remote Business Interface | ErstesBean/remote-server.kap02.IErstesBeanRemote - EJB3.x Remote Business Interface | ErstesBean/remote-server.kap02.IErstesBeanIntRemote - EJB3.x Remote Business Interface | ErstesBean/local - EJB3.x Default Local

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-29 Thread rmz
Is there really noone who experienced such problems? Is there a forum better suited for this problem? Thanks, -Rainer View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240597#4240597 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-29 Thread jaikiran
Rainer, Sorry, i forgot to look into this. I'll do it today and update this thread. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240697#4240697 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240697

[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2009-06-29 Thread asookazian
This is helpful regarding this problem: http://www.jboss.org/community/wiki/JbossTimeoutSettingForSeam It states that serializability problems may be the root cause of this exception as well. But if that's true, wouldn't you get serializable/passivation exceptions in the server.log? I've

[jboss-user] [EJB/JBoss] - Re: JBoss 5.1 regression: ArjunaJTA loses stack trace

2009-06-24 Thread jaikiran
Not sure which is the best forum to discuss this, but i guess you can ask this in the JBoss Transactions user forum http://www.jboss.org/index.html?module=bbop=viewforumf=240. And in that post, please also post the 2 different versions of stacktrace that you see - one with the additional

[jboss-user] [EJB/JBoss] - Re: NullPointerException restoring EJB state

2009-06-18 Thread pwnell
Sorry, I meant to say EOFException View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238564#4238564 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238564 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-17 Thread jaikiran
Which version of JBossAS and can you post the lookup code and also the JNDI names that you see for your beans in the jmx-console? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238102#4238102 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-17 Thread rmz
well, actually there is some context about this. I have constructed a simplifed example for which I'll list all relevant code. Please substitute the bean name Person -- ErstesBean. The following are the interface definitions: | public interface IErstesBean | { | public String

[jboss-user] [EJB/JBoss] - Re: META-INF/jboss.xml is being ignored

2009-06-15 Thread davidjgrant
I forgot to point out that this is JBoss 4.2.3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237616#4237616 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237616 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
Hi, I tried to build the bean example CaculatorBean, but there is no build.xml in the directory. twp1:stateless # pwd /usr/java-source/ejb3-tutorial/source/stateless/src/org/jboss/tutorial/stateless twp1:stateless # ls ./ ../ bean/ client/ twp1:stateless # ant Buildfile: build.xml

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread jaikiran
anonymous wrote : /usr/java-source/ejb3-tutorial/source/stateless/src/org/jboss/tutorial/stateless You are in the wrong folder. You should be in: /usr/java-source/ejb3-tutorial/source/stateless/ anonymous wrote : The tutorial page doesn't say anything about how to setup the build process

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
jaikiran wrote : anonymous wrote : /usr/java-source/ejb3-tutorial/source/stateless/src/org/jboss/tutorial/stateless | | You are in the wrong folder. You should be in: | | /usr/java-source/ejb3-tutorial/source/stateless/ | | | anonymous wrote : The tutorial page doesn't say

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread jaikiran
anonymous wrote : BUILD FAILED | /usr/java-source/ejb3-tutorial/source/stateless/build.xml:33: /usr/java-source/ejb3-tutorial/source/stateless/${env.JBOSS_HOME}/client not found. See this

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
jaikiran wrote : anonymous wrote : BUILD FAILED | | /usr/java-source/ejb3-tutorial/source/stateless/build.xml:33: /usr/java-source/ejb3-tutorial/source/stateless/${env.JBOSS_HOME}/client not found. | | See this

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
I found out a problem. Initially I started Jboss5.0 GA with the following command /usr/local/jboss5/bin/run.sh -b 192.168.1.246 After I restart jboss with /usr/local/jboss5/bin/run.sh (without any argument), it listen to localhost 1099. Then the command ant run was executed successfully. May I

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread jaikiran
Make sure your JBossAS-5.x is running View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237237#4237237 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237237 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: ACC + Web Start

2009-06-12 Thread steeven
+1 I have the same question. It is usefull to leave JNLP and signing problem to container. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237417#4237417 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237417

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread jaikiran
Here http://www.jboss.org/ejb3/docs/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236902#4236902 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236902 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread samwan808
jaikiran wrote : Here http://www.jboss.org/ejb3/docs/ Hi, thanks for the link. Is there a similar tutorial but in eclipse base JBOSS EJB3? I have my JBOSS 5.0 installed in FreeBSD and I want to start a JBoss EJB project from Windows Eclipse 3.4.2. Thus, I may need to IMPORT some files from

[jboss-user] [EJB/JBoss] - Re: Error readind from a MDB (v 2.1) on a remote Topic

2009-06-11 Thread jaikiran
Please post the entire exception stacktrace. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted. View the original post :

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread samwan808
Hi, I take an easy step. I tried to following the EJB3.0 tutorial here: [url] http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html_single/index.html#EJB3_TUTORIAL_HOME [/url] but I couldn't find source for org.jboss.tutorial in my JBOSS 5.0 installation

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread jaikiran
samwan808 wrote : | but I couldn't find source for org.jboss.tutorial in my JBOSS 5.0 installation directory. | | Can anyone tell me where can I download org.jboss.tutorial (with svn co to check)? | | | The source is available at the same location that i pointed earlier

[jboss-user] [EJB/JBoss] - Re: using XA (distributed) transactions with local DB and we

2009-06-09 Thread asookazian
Should I simply catch SoapException and any RuntimeException and the EJB container will automatically rollback the global/distributed tx? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236522#4236522 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: dependence of libraries - the wide scope of EAR

2009-06-05 Thread je.a.le
Your ear tree doesn't look right (you should use netbeans...) Here one : zip:/opt/jboss-4.2.1.GA/server/all/deploy/WebTv.ear zip:/opt/jboss-4.2.1.GA/server/all/deploy/WebTv.ear/META-INF zip:/opt/jboss-4.2.1.GA/server/all/deploy/WebTv.ear/META-INF/application.xml

[jboss-user] [EJB/JBoss] - Re: Accessing JBoss service from EJB

2009-06-05 Thread je.a.le
vlotarev wrote : Dear guru! | | Coudl you please tell me how is it possible to access JBoss service (POJO marked with @Service and @Local/@Remote) from EJB? Is it possible just to inject such bean? What will be a JNDI name of a @Service POJO? | | Thanks in advance, | Vadim from an

[jboss-user] [EJB/JBoss] - Re: set TransactionTimeout during Runtime

2009-05-29 Thread sams2100
Have you considered breaking up your EJB into two EJBs joined via a JMS queue? Basically have the first EJB generate the messages for the web service, and as it generates say 100 web service requests, it tosses those requests onto a queue instead of making those requests itself. Then have

[jboss-user] [EJB/JBoss] - Re: MDB calling a session bean, session bean not getting reu

2009-05-29 Thread rlperry
I have this problem with ActiveMQ and had been having pretty good luck with StrictMaxPool, but in doing some testing with ThreadLocalPool, I learned that my problem resolves back to the JCA thread pool. Basically as long as I am keeping the server completely busy I do not leak Session Beans,

[jboss-user] [EJB/JBoss] - Re: EJB3 Timer and AS restart

2009-05-29 Thread abafna
Anyone??? JBoss team View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234231#4234231 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234231 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: set TransactionTimeout during Runtime

2009-05-28 Thread bolbit
Hey mclu, sorry, but I have no solution. I raised the Transaction Timeout for the EJB Method sending the messages and accept that sometimes the method will be aborted because of a timeout. In order to avoid the rollback of the successfuly sended messages I use an EJB Method to send one single

[jboss-user] [EJB/JBoss] - Re: Too many open files exception JBOSS 4.2

2009-05-28 Thread cpslo1999
What was the solution to this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233905#4233905 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233905 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: Serializable no remote classloading

2009-05-28 Thread enriqueam
Hello there, I'm running JBoss 4.2.3 GA default server (no mods) and have a EJB 2.1 bean deployed in it. Have created a stand-alone remote client to access the bean. The client tries to do exactly the same as discussed in this post, that is, it only depends the jar file containing the bean

[jboss-user] [EJB/JBoss] - Re: dependence of libraries - the wide scope of EAR

2009-05-28 Thread betounisul
Someone went through this problem? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234018#4234018 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234018 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-05-27 Thread pedrong
Hi klester, I have the same issue here. Did you find out the solution? Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233713#4233713 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233713

[jboss-user] [EJB/JBoss] - Re: set TransactionTimeout during Runtime

2009-05-26 Thread mclu
Have you solved it? I have a similar issue but I don't want to increase the timeout for the 97% mainstream handling like you Greets View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233281#4233281 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Are these warnings on startup anything to be concerned w

2009-05-26 Thread agori
jaikiran wrote : From what i know, these messages can be ignored. Carlo (from EJB3 dev team) had once mentioned in the EJB3 forum and in the JIRA that : | | anonymous wrote : For a bean developer this warning can be safely ignored. I really hope that you (JBoss team) are going to improve

[jboss-user] [EJB/JBoss] - Re: ejbTimeout executing on Server Restart. EJB Not deployed

2009-05-26 Thread betounisul
See this similar problem, I believe I can help you. http://www.jboss.org/index.html?module=bbop=viewtopict=155568 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233449#4233449 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Stateless Session Bean pool MaximumSize with strictMaxim

2009-05-19 Thread sandeepk
With StrictMaxPool class and maxSize 1 it blocks all the EJB calls and only allow one call. Is there a way to instance only one Object and not blocking? Like SingleTon bean. I am chasing a problem where too many EJB stateless bean are created. When I configure only one EJB call at a time which

[jboss-user] [EJB/JBoss] - Re: application.xml + dependency between war and EJB

2009-05-18 Thread betounisul
thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231750#4231750 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231750 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB/JBoss] - Re: Remote client calls problem after migration to JBoss AS

2009-05-17 Thread cwulf
Yes, the new jbossall-client.jar with the references only. I have a high inhibition threshold to post in this forum, so I check things like Class-Path several times ;-) I found the problem: I've included my ejb-jar into my small test client to make available the EJB interfaces. Eclipse adds

[jboss-user] [EJB/JBoss] - Re: application.xml + dependency between war and EJB

2009-05-17 Thread betounisul
jboss-4.2.3.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231499#4231499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231499 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: application.xml + dependency between war and EJB

2009-05-17 Thread jaikiran
Create a application.xml with the correct order of modules. So in your case, list the WAR first and then the EJB jar. Then create a jboss-app.xml (if you don't already have one) and add the following to it: module-orderstrict/module-order Place the jboss-app.xml in the META-INF of the EAR.

[jboss-user] [EJB/JBoss] - Re: application.xml + dependency between war and EJB

2009-05-16 Thread jaikiran
Which version of JBossAS do you use? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231456#4231456 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231456 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: Remote client calls problem after migration to JBoss AS

2009-05-16 Thread jaikiran
Are you sure you are pointing to the same jbossall-client.jar that is available on the AS5 server? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231457#4231457 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231457

[jboss-user] [EJB/JBoss] - Re: EJB deploy before queue is ready

2009-05-15 Thread skajotde
The same problem was on Weblogic 8. I'm courius of proper solution. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231254#4231254 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231254

[jboss-user] [EJB/JBoss] - Re: Migration issue

2009-05-15 Thread centina
sorry for the above clumsy post. The problem being after the migration frm 4.2.2 to 5.0.1 i have the following issue | 2009-05-14 14:14:02,546 INFO [main] org.jboss.web.WebService | Using RMI server codebase: http://SIVA-LT:8083/ | | 2009-05-14 14:14:02,609 DEBUG [main]

[jboss-user] [EJB/JBoss] - Re: EJB deploy before queue is ready

2009-05-15 Thread jaikiran
anonymous wrote : From what I can tell, it seems to be an issue of timing, it's deploying the EJBs and creating the queues at the same time. Is there any way to tell the EJBs to wait for the queues - other than putting some dependency on the EJBDeployer itself? For instance, any way in the

[jboss-user] [EJB/JBoss] - Re: EJB3 Classloader leaks?

2009-05-14 Thread jaikiran
Which version of JBoss do you use? And can you please post the JNDI tree output that shows the binding even after the bean is undeployed? And undeployment logs would also be helpful. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button

[jboss-user] [EJB/JBoss] - Re: Embedded EJB3 and JNDI lookups

2009-05-12 Thread shadukan
I found out after debugging that there are different projects like EJB 3.0 and Embedded.The embedded is pretty match dead.I have configured the ejb 3.0 embedded and works like a charm.I have also a fix in the EJB3StandaloneBootstrap.java to be more flexible in the way you define configuration

[jboss-user] [EJB/JBoss] - Re: Embedded EJB3 and JNDI lookups

2009-05-08 Thread shadukan
dir holme, since i had alot of trouble can you please provide a bit more insight about the setup of you project in order to use the Embedded JBoss.I had no luck until nowand from an official answer i got...that the project is very much dead... View the original post :

[jboss-user] [EJB/JBoss] - Re: JBossALL client jar

2009-05-07 Thread jaikiran
See this http://www.jboss.org/index.html?module=bbop=viewtopict=154714#4228110 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229499#4229499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229499

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-07 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration | I haven't looked at the contents of the xercesImpl.jar (yet). But most of the times, its not just that single jar that needed in the classloader scoping. You will have to

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-07 Thread negora
jaikiran: Very good point and a big mistake from me... Although it hasn't worked :/ . The package of Xerces-J includes the following JARs: | resolver.jar | serializer.jar | xercesImpl.jar | xml-apis.jar | Before testing your idea, I thought that the lack of dependency libraries

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-07 Thread negora
By the way, the forum seems to have ate the tags of one of my last comments, he he he. I meant were already supporting the tag 'java' inside of a tag 'module'. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229565#4229565 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-07 Thread negora
Something else... I've also tried the tag *library-directory* in application.xml to specify a different name than lib, but it seems not to be recognized by this version of JBoss: | library-directorylib/library-directory | I'm gonna look for more information on the Internet and, if I'm

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-07 Thread negora
More information... I've checked this line in deploy/jboss-web.deployer/META-INF/jboss-service.xml: | attribute name=UseJBossWebLoaderfalse/attribute | I know, it has nothing to do with the deployment of EAR files, but has made me discover why in another past project I could use

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-07 Thread negora
Well, well... Sorry for so many messages, but since I can't edit mine, I've to add one after another and so on :P . I've found a solution to use the last version of that JARs and without JBoss complaining because of it. First of all, I've realized that the 3 JARs included in lib/endorsed are

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-06 Thread jaikiran
#2 is what i do for my apps. Can you post your configs? And also the entire exception stacktrace? Also list the jars that you are packaging and the place where they are within the EAR. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-06 Thread negora
jaikiran: First of all, thank you for your quick answer. It's nice to have such help. I've tested all this using a very simple EAR file whose structure is as follows: | trax.ear | | | |- lib | | |- xercesImpl.jar | | | |- META-INF | | |-

[jboss-user] [EJB/JBoss] - Re: MDB calling a session bean, session bean not getting reu

2009-05-04 Thread pratimkm
I am coming across this problem in EJB 2. Any idea how to fix this issue with EJB 2 on Jboss 4.2.2 GA? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228458#4228458 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228458

[jboss-user] [EJB/JBoss] - Re: Help with Transaction Timeouts on Container Manager Tran

2009-05-03 Thread jhalliday
1) yes 2) It's the default setting for connections outside a managed tx, per the JDBC spec 3) no 4) You can't, the AS connection management code needs to be fixed fixed so it invalidates the connection. https://jira.jboss.org/jira/browse/JBAS-5080 5) You're crazy, but you can use a CheckedAction

  1   2   3   4   5   6   7   8   9   10   >