[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 : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [EJB/JBoss] - Re: JBoss/ActiveMQ Messages never delivered to MDB

2009-04-15 Thread rchristy
I have an update on this. We applied jboss-messaging-1.4.0.SP3 on top of the 4.2.2 distribution (part of a different experiment) that was the cause of this unstable behavior with ActiveMQ. On a clean 4.2.2 distribution, this problem doesn't occur. View the original post : http://www.jboss.or

[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 m

[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=bb&op=viewtopic&p=4233713#4233713 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233713 __

[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=bb&op=viewtopic&p=4233905#4233905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233905 ___ jboss-user mailing list

[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=bb&op=viewforum&f=240. And in that post, please also post the 2 different versions of stacktrace that you see - one with the additional info

[jboss-user] [EJB/JBoss] - Re: How to connect to remote server correctly

2006-11-28 Thread sprightee
Hi, Even i've the same problem. When the remote server is up and running, my client code invokes the EJB in remote server. If the server is down instead of throwing exception, it looks up the localhost and invokes the EJB there. could anyone help me resolve this isuue? Thanks, Sprightee View

[jboss-user] [EJB/JBoss] - Re: Cannot join transaction - Mixing CMT and BMT

2006-12-03 Thread jmcclure
Not sure if you found more information, but here is what I have discovered through testing... I experienced the same problem with the transaction configuration. Seems that when you configure Hibernate with a factory_class definition other than the default (JDBC), it assumes that ITis responsib

[jboss-user] [EJB/JBoss] - Re: Stateful bean with different tx context-urgent

2006-12-05 Thread jokum
I'm getting the exact same problem. Anybody has some ideas please? I figured out it could be a solution to synhronize the SFSB instance using a container interceptor in standardjboss.xml. How can I do this? Thanks in advance, View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB/JBoss] - Re: Stateless EJB web service and nested elements

2006-12-13 Thread pepper_fiend
A quick update...I used TcpMon to sniff the soap envelope. Here's what I get back: | http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> | | http://sample.myco.com/hibernate";> | |

[jboss-user] [EJB/JBoss] - Re: Stateless EJB web service and nested elements

2006-12-13 Thread pepper_fiend
Okay, my apologies on this thread...it looks like the issue was on the web service client-side. I was using dynamic service invokation, and JBoss's implementation of the rpc interfaces was choking. This is not the proper forum for resolving that. View the original post : http://www.jboss.com/i

[jboss-user] [EJB/JBoss] - Re: Deployment failing-How to get debug information ?

2006-12-19 Thread jaikiran
anonymous wrote : 12:06:05,907 ERROR [MainDeployer] Could not create deployment: file:/C:/tools/jboss-4.0.4.GA/server/MerlinServer/tmp/deploy/tmp64772merlin.ear-contents/tradableproductEJB.jar | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for er

[jboss-user] [EJB/JBoss] - Re: Deployment failing-How to get debug information ?

2006-12-19 Thread chrismm
This is definitely the first error message, the lines above the error message are :- ... 2006-12-19 12:33:06,594 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying synchronousinstructionprocessorEJB.jar 2006-12-19 12:33:06,594 DEBUG [org.jboss.deployment.MainDeployer] c

[jboss-user] [EJB/JBoss] - Re: Deployment failing-How to get debug information ?

2006-12-19 Thread jaikiran
Can you post the entire contents of the server.log file? I suspect there's some problem with the tradableproductEJB.jar (the EJBs contained in this jar). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994970#3994970 Reply to the post : http://www.jboss.com

[jboss-user] [EJB/JBoss] - Re: What's the default transaction attribute (trans-attribut

2006-12-19 Thread wikijuarezjunior
Hello there, Just as a complement, here it's the original post where I found the reply from Adrian - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=24020 Best, Juarez View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995096#3995096 Reply to the post

[jboss-user] [EJB/JBoss] - Re: Deployment failing-How to get debug information ?

2006-12-20 Thread chrismm
OK, here goes :- 2006-12-20 11:01:46,269 DEBUG [javax.management.timer.Timer] start: jboss.jmx:name=SnmpAgent,service=timer,type=heartbeat at Wed Dec 20 11:01:46 GMT 2006 2006-12-20 11:01:50,660 INFO [org.apache.catalina.startup.Embedded] Catalina naming disabled 2006-12-20 11:01:50,738 INFO

[jboss-user] [EJB/JBoss] - Re: What's the default transaction attribute (trans-attribut

2006-12-20 Thread wikijuarezjunior
Hello there, Just as a future reference, I'd like to inform that I performed tests here and as far as I concluded the default is still REQUIRED. Note that there's a gap on the specs regarding that and it may be different for other application servers. Best Regards, Juarez View the original

[jboss-user] [EJB/JBoss] - Re: What's the default transaction attribute (trans-attribut

2006-12-20 Thread wikijuarezjunior
Hello there, Just as a future reference, I'd like to inform that I performed tests here and as far as I concluded the default is still REQUIRED. Note that there's a gap on the specs regarding that and it may be different for other application servers. Best Regards, Juarez View the original

[jboss-user] [EJB/JBoss] - Re: EntityManager merge and the seam-registration example.

2006-07-20 Thread justinwalsh
Persist is used to insert a new instance of an object to the database. The underlying persistence engine (most probably hibernate) needs to know if your object is is a new object, or if is a detached instance (an instance already present in the database but not associated with the session). Th

[jboss-user] [EJB/JBoss] - Re: EntityManager merge and the seam-registration example.

2006-07-28 Thread hchafi
| | import static org.jboss.seam.ScopeType.SESSION; | | import java.io.Serializable; | ... | import org.jboss.seam.annotations.Scope; | | @Entity | @Name("user") | @Scope(SESSION) | @Table(name="users", | [EMAIL PROTECTED](columnNames={"username"})}) | public class

[jboss-user] [EJB/JBoss] - Re: EJB remote and local are the same

2007-01-18 Thread ji
i forgot to mention tha this situation occurs only when war is on server on which ear is also deployed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003310#4003310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400331

[jboss-user] [EJB/JBoss] - Re: How to connect to remote server correctly

2007-01-18 Thread ji
anyone solved this issue ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003316#4003316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003316 ___ jboss-user mailing list jbos

[jboss-user] [EJB/JBoss] - Re: EJB remote and local are the same

2007-01-24 Thread ji
any suggestions ? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005783#4005783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005783 ___ jboss-user mailing list jboss-user

[jboss-user] [EJB/JBoss] - Re: I need read data from ejb-jar.xml !!!

2007-04-09 Thread changemylife
If I place my ejb-jar.xml file inside .\bin is I can get some data that I need! The question that I want ask is rigth ? (place it inside bin folder on Server?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035654#4035654 Reply to the post : http://www.jboss

[jboss-user] [EJB/JBoss] - Re: Can you change the Transaction Timeout dynamically?

2007-04-09 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=TransactionTimeout View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035717#4035717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035717 ___

[jboss-user] [EJB/JBoss] - Re: Can you change the Transaction Timeout dynamically?

2007-04-09 Thread kvbisme
Missed that Wiki page ... I had previously tried the BMT suggestion with no luck, still not 100% what I was looking for but far better than my current solution. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035724#4035724 Reply to the post : http:

[jboss-user] [EJB/JBoss] - Re: Cannot join transaction - Mixing CMT and BMT

2007-04-24 Thread rfoyle
Not sure when to use/not use, but: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory seemed to do the trick for me. -R View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040273#4040273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [EJB/JBoss] - Re: Deploy EJB 2 app in JBoss 4.0.4

2007-04-25 Thread jaikiran
The answers to both your questions is yes. You can run Hibernate 2 and EJB 2 applications on JBoss 4.0.4. The changes that are required for porting from 3.2.3 to 4.0.4 may vary depending on your application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040

[jboss-user] [EJB/JBoss] - Re: Deploy EJB 2 app in JBoss 4.0.4

2007-04-25 Thread aeguzmanv
Hi, and thanks... Is there any guide, tutorial, example or web site that teach me how could I migrate my app ?? Alejandro. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040788#4040788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [EJB/JBoss] - Re: Problems with JDOM + XPath in JBoss 4.0.1

2007-03-07 Thread rajesh_cbe1977
I'm using JBoss 3.2.3. It's also giving the same error. NoClassDefFoundError: org/jdom/text. But all other machines are working smoothly with this version. I've copied the same files and changed some codes that relevant to this machine. I've made this same thing in other machines. But they are

[jboss-user] [EJB/JBoss] - Re: Exception when running with JDK 1.6 Mustang

2006-09-11 Thread jelda
Hi, I am also getting similar exception even with jdk1.5 &jboss 4.0.4G.A. I am sure, I set classpath in my client execution. I even tested loading class and doing dummy instantation just before actual ejb3 bean execution. working fine loading but returns same ClassNotFoundException while deseria

[jboss-user] [EJB/JBoss] - Re: Exception when running with JDK 1.6 Mustang

2006-09-11 Thread jelda
while searching jboss forums, just found this ticket.. http://jira.jboss.com/jira/browse/JBREM-450 I still have debug my application to see if my problem is also related to this issue.. :( Jelda View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970749#3970749

[jboss-user] [EJB/JBoss] - Re: EntityManager merge and the seam-registration example.

2006-09-14 Thread javidjamae
I know this is a late reply, but... Section 3.7 of the hibernate docs tells you that if the id is null (transient object), then it will persist, but if the id is populated (detached object) then it will merge. You have a transient object. Do you have the app populating the register form with

[jboss-user] [EJB/JBoss] - Re: Error when logging inside EJB s / fixed

2006-10-02 Thread MmarcoM
hi all i found problem.. i have a file appender that appends logs to my private log file.. and that was why i coul dno tsee anything from System.out correct logs were being logged in my private log file thanks again and regards marco View the original post : http://www.jboss.com/index.html?

[jboss-user] [EJB/JBoss] - Re: Cannot join transaction - Mixing CMT and BMT

2006-10-09 Thread ctian
In my persistence.xml the following properties caused the problem: | | After removing the lines, it worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976922#3976922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [EJB/JBoss] - Re: Exception when running with JDK 1.6 Mustang

2006-10-20 Thread gommo
Even with jboss 4.0.5.GA this is still occuring with JDK 1.6?? Does anyone have any new info on this error? I still can't get it solved. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979663#3979663 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB/JBoss] - Re: cannot connect db by EJB, pls Help!

2006-10-26 Thread jaikiran
Looks like you have packaged your home/remote interfaces of the bean in more than place. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions Specifically the jmx-console method mentioned over there. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB/JBoss] - Re: cannot connect db by EJB, pls Help!

2006-10-26 Thread poonwingyee
Thx. But i view your reference link. the post said "JBoss provides a way to find these duplicate deployments. Go to the JMX console for JMImplementation:service=LoaderRepository?,name=Default http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=JMImplementation%3Aservice%3D

[jboss-user] [EJB/JBoss] - Re: 4.0.4GA : Hook for deployment / EJB application startup

2006-10-30 Thread jaikiran
Have a look at MBeans: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService Also, here's how your MBean can "depend" on a EJB: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean And for lot's of other information on MBeans, have a look at: http://wiki.jboss

[jboss-user] [EJB/JBoss] - Re: Packing/Descriptors for EJB 3.0 Local access

2006-11-03 Thread jaikiran
In your ejb-jar.xml: | | Sample session bean | | HelloWorld | | | packageName.HelloWorldLocalHome | packageName.HelloWorldLocal | packageName.HelloWorldSessionBean | Stateless | Container | |

[jboss-user] [EJB/JBoss] - Re: Packing/Descriptors for EJB 3.0 Local access

2006-11-03 Thread jaikiran
This approach will work, but you mention that you are using EJB3. Why dont you use dependency injection of EJBs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983176#3983176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [EJB/JBoss] - Re: Packing/Descriptors for EJB 3.0 Local access

2006-11-03 Thread jaikiran
anonymous wrote : Why dont you use dependency injection of EJBs? Hmmm... Searching the forums led me to this thread which mentions that as of now dependency injection of EJB in servlets in not possible: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93140 View the original post :

[jboss-user] [EJB/JBoss] - Re: Upgrading to Remoting 2.0.0GA in JBoss 4.0.5

2006-11-09 Thread [EMAIL PROTECTED]
Some dependencies will not work with remoting 2, e.g. webservices. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984440#3984440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984440

[jboss-user] [EJB/JBoss] - Re: Upgrading to Remoting 2.0.0GA in JBoss 4.0.5

2006-11-09 Thread alexg79
So, if I want to use EJB3 with JDK6, what are my options? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984470#3984470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984470 _

[jboss-user] [EJB/JBoss] - Re: How to trace remote calls client-side

2007-08-14 Thread waynebaylor
I'm not 100% sure about this, but you might be able to add an interceptor to the remote interfaces and do logging there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074016#4074016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [EJB/JBoss] - Re: How to trace remote calls client-side

2007-08-14 Thread alessandro_rizzi
"waynebaylor" wrote : I'm not 100% sure about this, but you might be able to add an interceptor to the remote interfaces and do logging there. Thanks. I knew this was possible ... but I'm far away from knowing how. Anyone has do something similar, or has any suggestion? I know only that I shoud

[jboss-user] [EJB/JBoss] - Re: How to trace remote calls client-side

2007-08-14 Thread alessandro_rizzi
Found it ... it was quite easy. If anyone needs, I'll explain: The file to modify is standardjboss.xml under the conf folder. Find the lines like this: org.jboss.invocation.InvokerInterceptor and change the class with some class made by you which extends the class above (I suppose this is no

[jboss-user] [EJB/JBoss] - Re: Configuring ejb with jboss 4.0.3 with oracle10g

2007-08-25 Thread srikap2007
Your ejb-jar.xml is not right. With in tag swap the values for the tags and View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078031#4078031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078031 __

[jboss-user] [EJB/JBoss] - Re: how to exclude a caller in interceptor

2007-08-30 Thread waynebaylor
you could try something like: | | | | | | | | | | notice the use of AND along with the !(not). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079821#4079821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [EJB/JBoss] - Re: how to exclude a caller in interceptor

2007-08-31 Thread [EMAIL PROTECTED]
"waynebaylor" wrote : you could try something like: | | | | | | | | | | | | | | | | | | | | | | | | notice the use of AND along with the !(not). Thanks lots. Can you tell where I can find more examples and the explanation for the de

[jboss-user] [EJB/JBoss] - Re: how to exclude a caller in interceptor

2007-08-31 Thread waynebaylor
here's a link for docs: http://docs.jboss.org/aop/1.3/aspect-framework/ here's a link for the xml descriptor (it's under "Reference Guide" in the above link): http://docs.jboss.org/aop/1.3/aspect-framework/reference/en/html_single/index.html#xml View the original post : http://www.jboss.com/

[jboss-user] [EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]

2008-06-24 Thread robert.geisler
hi, sandeep, did you find a solution for your problem? if i do understand you correctly, you are using JMXInvokerServlet and EJBInvokerServlet and everything breaks, because you have to static declare the InvokerURLs for the servlets? maybe this could be a hint for you: you are allowed to decla

[jboss-user] [EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]

2008-06-24 Thread SandeepDJboss
Thanks Robert!! I have already implemented this solution in my project sometime back... This definitely works !! Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160258#4160258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]

2008-06-24 Thread robert.geisler
works for me, too : ) but do you have any ideas how it could work for ejb 3.0? if yes, let me know: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138029 robert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160263#4160263 Reply to the post : htt

[jboss-user] [EJB/JBoss] - Re: ORA-00904 Error while running CMP EJB

2008-07-10 Thread sfisque
i am having a similar issue. i appears that the "name" attribute of my @Column annotation is being ignored and the query is being constructed using the attribute's name and not the name assigned from the annotation. is there a common reason why JPA/Hibernate would ignore the annotation's name

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-07-17 Thread rapowder
I am sorry I can't be more precise about this bug, nobody has ANY clue? Just some more precisions about environment. I am using Jboss Serialization 1.0.3.GA (included in JBoss Messaging 1.2.0.sp1) >From another log file on one of our servers I digged out the same exception >and noticed that the

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-07-17 Thread [EMAIL PROTECTED]
Since I don't have any evidence of what happened I will have to guess: This looks like a recursive write. Are you trying to use HashMaps as trees? A recursive write is okay, but if you keep adding circular references you won't have stack to process the recursive calls necessary here. Something

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-07-17 Thread rapowder
Thanks for your reply. anonymous wrote : This looks like a recursive write. Are you trying to use HashMaps as trees? Actually I do not have Maps of Maps if that's what you mean. The "candidate" for this Serialization problem seems the following map (which is the field of a SFSB): TreeMap> ma

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-07-17 Thread [EMAIL PROTECTED]
This might be happening because of the excessive stack on the TreeMap. Maybe you could increase your Stack configuration? I would need a testcase replicating this problem for being able to help more. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165110#4165

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-07-17 Thread rapowder
anonymous wrote : This might be happening because of the excessive stack on the TreeMap. Well, it could be, but not sure that this TreeMap could get too big. I have to check if somewhere else in the code I have similar maps. Still, about my first question: if all SFSB are destroyed, when can se

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-07-17 Thread [EMAIL PROTECTED]
anonymous wrote : Well, it could be, but not sure that this TreeMap could get too big. I have to check if somewhere else in the code I have similar maps. | Still, about my first question: if all SFSB are destroyed, when can serialization happen? Passivation applies only on inactive beans right?

[jboss-user] [EJB/JBoss] - Re: slow remote EJB call inside loop, reconnect ?

2008-07-21 Thread roko98
I find the answer... its a bug/feature... whenever you want to call it https://jira.jboss.org/jira/browse/JBREM-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165763#4165763 Reply to th

[jboss-user] [EJB/JBoss] - Re: getting client ip address in EJB (jboss3.2.5)

2008-07-24 Thread stalker314314
to answer myself, there is a workaround - you can get client ip address in EJB when using Thread.currentThread.getName(). Thread's name contains client ip address, and it's in the form of: RMI TCP Connection(100)-192.168.0.103 so you just have to pull out ip address from thread's name View the o

[jboss-user] [EJB/JBoss] - Re: getting client ip address in EJB (jboss3.2.5)

2008-07-28 Thread amazoone
Hi, you can use the InetAdress i think: http://java.sun.com/j2se/1.4.2/docs/api/java/net/InetAddress.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167083#4167083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-08-05 Thread rapowder
Hi again, so I'm back from vacation, digging on the problem again. anonymous wrote : | A recursive write is okay, but if you keep adding circular references you won't have stack to process the recursive calls necessary here. | | Something like: | | Map.put(key, AnotherMap); | An

[jboss-user] [EJB/JBoss] - Re: Infinite loop Exception while passivating a SFSB

2008-08-06 Thread rapowder
Nevermind, that was really a stupid question... Anyway I found out where the stackoverflow occurs! Loading the hashmap as maximum as possible as I was trying to do was right, but I wasn't initializing internal collections of my complex objects before serialization. Once all collections of my ob

[jboss-user] [EJB/JBoss] - Re: NoPassivationCachePolicy not working - bean is getting p

2008-08-08 Thread Omnia Mutantur
I've had the same problem, so this post is for anyone who finds this thread and wants to know the answer too! (I'm assuming that 8 is not still looking for a response by this time...)If your application EAR, or whatever, doesn't have a jboss.xml file in META-INF, standardjboss.xml is ignored

[jboss-user] [EJB/JBoss] - Re: NoPassivationCachePolicy not working - bean is getting p

2008-08-08 Thread Omnia Mutantur
You may also have to add a reference to the appropriate in your EJB declaration. You'd add something like this to your jboss.xml: | | [your bean name here] | [container-name here] | | | O.M. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB/JBoss] - Re: EJB with infinite loop does not timeout

2007-12-15 Thread deeper.go
Hi eia, I am having similar problem with SLSB calls that takes too much time and memory resources that renders the entire server useless. Other than good programming and testing (alas!), any way to deal with such problem, in production system? Did you find solution to your problem? If so, can y

[jboss-user] [EJB/JBoss] - Re: Serializable return object from stateless session bean

2007-12-20 Thread jaikiran
anonymous wrote : Just to note, when i try to invoke the metod (in both cases), I always do it from the same pc server the jboss is running but I always lookup the remote interface. Maybe your 4.0.5GA server is treating the call to the remote method as local and not serializing the parameters.

[jboss-user] [EJB/JBoss] - Re: bets practics of an ejb app initialization

2007-12-22 Thread waynebaylor
i would suggest moving the code that needs to be initialized to a stateless session bean. that way you're mdbs won't have a long startup time. you could try configuring how many of those session beans are kept in the pool. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [EJB/JBoss] - Re: EJB BMP finder causing out of memory

2008-01-07 Thread bobsmith
...or even "what's going on". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117539#4117539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117539 ___ jboss-user mailing list j

[jboss-user] [EJB/JBoss] - Re: @ApplicationException(rollback=false) does roll back @Pr

2008-01-11 Thread [EMAIL PROTECTED]
I suggest you post in the EJB3 User's forum, too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119112#4119112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119112 ___ jboss

[jboss-user] [EJB/JBoss] - Re: Make WebLogic use a JNP RMI implementation

2008-01-18 Thread fmsoares
Posted: Fri Jan 18, 2008 10:05 amPost subject: The problem is resolved now. I can now connect weblogic 10 web application to application server running on a JBOSS Server by: 1. Include jbossall-client

[jboss-user] [EJB/JBoss] - Re: 2 JBoss servers pointing to 1 database

2008-01-23 Thread waynebaylor
i haven't had any problem with multiple instances pointing to the same oracle install. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122871#4122871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122871 ___

[jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO)

2008-02-05 Thread Anna_Lut
I also try to increase/decrase the value of But it seems, this parameter is ignored.. Because there are no difference in passivation timeout, when 10 and 600 in both examples passivation timeout is 10 min. I want to decrease this value for testing passivation behaviour... but I cannt. How

[jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO)

2008-02-05 Thread Anna_Lut
I use /all configuration. JBOSS 3.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126637#4126637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126637 ___ jboss-user mail

[jboss-user] [EJB/JBoss] - Re: Lookup EJB 3 + ClassCastException ( jboss-4.2.2.GA )

2008-02-20 Thread jaikiran
Have you setup the ears for classloader isolation? See these for details: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases Create a jboss-app.xml fil

[jboss-user] [EJB/JBoss] - Re: Lookup EJB 3 + ClassCastException ( jboss-4.2.2.GA )

2008-02-20 Thread pedro.neves
Thank you , Jaikiran I already had the jboss-app.xml in META-INF, added the party but has not worked | | myApp:loader=mytest-web | java2ParentDelegation=false | | | | | and | | | myApp:loader=mytest-modelo | java2ParentDelegation=f

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

2008-02-25 Thread jaikiran
Post the entire exception stacktrace. Which exact version of JBoss do you use (JBoss 4.2.1 or JBoss 4.2.2)? Which version and vendor of Java do you use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131761#4131761 Reply to the post : http://www.jboss.com/i

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

2008-02-25 Thread ajayks
Hello JaiKiran, Thanks for the reply. I am using JDK1.5 of SunMicrosystem and the version of JBOSS I have used is 4.2.2.GA. The following are the stack trace for the exception I have got:- 11:10:22,744 WARN [UILServerILService] Failed to setup client connection java.net.SocketException: Too m

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

2008-02-27 Thread jaikiran
See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72154 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132410#4132410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132410 _

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

2008-03-11 Thread eightmd
Was there any resolution to this? We are seeing the same problem. We are front ending JBoss with Apache 2.2.6 and using JBoss 4.2.2GA. We are on Linux FC6. After some time it runs into the Too many open files problem. This is under a heavy test load, but we still expect it to recover and we didn

[jboss-user] [EJB/JBoss] - Re: EJB with infinite loop does not timeout

2007-10-19 Thread eia
Hi, Thank you for your reply. I have found a solution for decouple my App with the SLSB, but i want a way to kill that SLSB that is consuming 100% of CPU. Is there a way to signal the JBoss to kill that instance that is not functioning well ? Because i am dependent of external SLSB which are o

[jboss-user] [EJB/JBoss] - Re: EJB with infinite loop does not timeout

2007-10-19 Thread daniel.celentano
1) thinks in JMS for decouple APPs. 2) SLSB not support @Remove. Remove is a SFSB event. regards, DC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097016#4097016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097016 _

[jboss-user] [EJB/JBoss] - Re: SFSB and Serialization/Passivation problem with log4j

2007-11-16 Thread asookazian
yesterday's server.log output: | 09:16:16,589 INFO [NoteAction] getRenderRadioButtons(): rowIndex = 4 | 09:25:42,447 INFO [NoteAction] in prePassivate | 09:25:42,540 INFO [SecurityAuditAction] in prePassivate today's server.log output in regards to the two SFSB's in question: 08:37:38,8

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

2008-03-14 Thread georges.goebel
Hi, I had the same problem with the "close_wait" connections. I managed to solve the problem with the workaround of using the jbossnative 2.0.3 library Georges View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136730#4136730 Reply to the post : http://www.jbo

[jboss-user] [EJB/JBoss] - Re: Dependency bug with multiple modules in EAR

2008-03-27 Thread jaikiran
Being discussed at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=132559 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139538#4139538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139538 ___

[jboss-user] [EJB/JBoss] - Re: Integrating java:/TransactionManager and Spring with MDB

2008-04-17 Thread jaikiran
Probably a classloading issue? Are you packaging any jar(s) which contains javax.transaction.* related classes, as part of your application? If yes, then see if removing that jar from your package solves the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [EJB/JBoss] - Re: Integrating java:/TransactionManager and Spring with MDB

2008-04-17 Thread jaikiran
Let's continue this discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133976 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145047#4145047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145047

[jboss-user] [EJB/JBoss] - Re: Integrating java:/TransactionManager and Spring with MDB

2008-04-18 Thread tnine
You're correct! I had to include the hibernate-search jar to override the versions that are present in JBoss's class loader. When I did the jta jar was included as a transitive dependency. I excluded it and it worked. Thanks for you help! View the original post : http://www.jboss.com/index

[jboss-user] [EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]

2008-04-26 Thread SandeepDJboss
Guys - now i am completely using RMI over HTTP solution implemented using the following URL http://wiki.jboss.org/wiki/EJBOverHTTPWithLegacyInvoker But the problem still persists The problem is that I want to have diffrent customers using my application. If they connect directly to the IP then

[jboss-user] [EJB/JBoss] - Re: Failed to communicate. Problem during marshalling/unmar

2008-05-12 Thread Sarfaraz
I request ur assisatnce is resolving this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150084#4150084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150084 ___ jboss-

[jboss-user] [EJB/JBoss] - Re: JBossLocalXAException after migration from 4.0.5 to 4.2.

2008-05-15 Thread jeden
I rectify what I stated above - the exceptions are thrown regardless of the bean type, CMP or BMP. Also, in the first 2 lines of the exception I've replaced some square characters (I presume they are binary data) with a -square characters here- comment View the original post : http://www.jbos

[jboss-user] [EJB/JBoss] - Re: JBossLocalXAException after migration from 4.0.5 to 4.2.

2008-05-16 Thread [EMAIL PROTECTED]
There hints about his in the release notes. Have you read them? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151286#4151286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151286 ___

[jboss-user] [EJB/JBoss] - Re: Primary key for created instance is null...

2007-06-21 Thread muralidharanr
I am getting the same issue. Any solution to this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056718#4056718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056718 __

[jboss-user] [EJB/JBoss] - Re: Return from session bean takes ~60 seconds

2007-07-18 Thread syedtaj
Change the logging to trace and see whats happening. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065484#4065484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065484 _

[jboss-user] [EJB/JBoss] - Re: Return from session bean takes ~60 seconds

2007-07-18 Thread kratosh
Hi, I will do that maybe for a short time when it happens again. But does anyone have any idea what it can be? did anyone encounter such problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065649#4065649 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB/JBoss] - Re: trying to access a webservice via SOAP

2007-07-23 Thread [EMAIL PROTECTED]
You need to use the web services user forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=406#406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406 ___ jboss-use

[jboss-user] [EJB/JBoss] - Re: JUnit exception thrown when doing a context.lookup

2007-07-24 Thread tonylmai
I traced it down to a NamingContext within JBoss using the wrong Logger. I am posting a new posting for this question. Thanks -tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067285#4067285 Reply to the post : http://www.jboss.com/index.html?module=bb&o

<    4   5   6   7   8   9   10   11   12   13   >