[jboss-user] [EJB/JBoss] - Re: Problems in CMP Deployment with JBoss 3.2.6

2009-01-12 Thread dheerya
Hello... Have a look at the below URL- http://www.onjava.com/pub/a/onjava/2005/03/09/ejb-migration.html This has all the details to create/modify the required xml (ejb-jar.xml, jboss.xml etc) files for weblogic to jboss migration. View the original post :

[jboss-user] [EJB/JBoss] - Re: Problems in CMP Deployment with JBoss 3.2.6

2009-01-12 Thread sachin1506
Hey but this link doesn't talk about any changes in ejb-jar.xml and i have problem with ejb-ql element here i m writing my ejb-ql element | ![CDATA[SELECT OBJECT(o) FROM RaCallAgingInfo AS o WHERE o.callAgingId IN (SELECT MAX(p.callAgingId) FROM RaCallAgingInfo AS p)]] | i got the

[jboss-user] [EJB/JBoss] - Re: Error compiling EJB-QL statement -- Jboss 4.0.0

2009-01-12 Thread sachin1506
Hello Sir ... May i know the solution as i am also stuck on the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201205#4201205 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201205

[jboss-user] [EJB/JBoss] - Re: Unable to compile class for JSP after deploying EAR upda

2009-01-08 Thread jaikiran
anonymous wrote : I build an EAR file on my Mac OSX workstation and upload it to my production Linux web server's deploy directory, there is a seemingly random chance per .JSP page that going to that page will generate an Unable to compile class for JSP exception. | | Here is a typical

[jboss-user] [EJB/JBoss] - Re: Migrate ejb2.1(jboss-4.0.5.GA) to jboss-5.0.0.GA

2009-01-08 Thread jaikiran
anonymous wrote : 2009-01-08 14:35:11,421 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/, vfsUrl=myatlas.ear/myatlas.war You are trying to bind your application to the / context, which is already taken up by ROOT.war. See this for details

[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

2009-01-08 Thread ezanih
Post your oracle-ds.xml and your code. What server are you using ? Because you may have to set some properties before context initialization. Also post your JNDIView (from the JMX Console) if you are using JBoss AS. View the original post :

[jboss-user] [EJB/JBoss] - Re: ClassNotFoundException while lookup a Service

2009-01-05 Thread luckybird
Hi jaikiran, thanks for your reply. Meanwhile, I found the mistake. I haven't activated the quartzservice in jboss-app.xml. Now the Quartz-Service finds all the classes. But - the JBoss server starts the service in multiple threads. But this is another problem which maybe I will handle in

[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

2008-12-29 Thread jaikiran
You will first have to lookup the datasource using the JNDI API. Then you can call the getConnection API on the DataSource. Just an example: | DataSource ds = (DataSource) new InitialContext().lookup(java:myDS); | ds.getConnection(); View the original post :

[jboss-user] [EJB/JBoss] - Re: how can i change port number of JBOSS server?

2008-12-29 Thread jaikiran
Which port do you want to change? Is it the HTTP port? If yes, then you can edit it in the server.xml file. Which specific version of JBossAS are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4198728#4198728 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

2008-12-29 Thread ramujava1
jaikiran wrote : You will first have to lookup the datasource using the JNDI API. Then you can call the getConnection API on the DataSource. Just an example: | | | DataSource ds = (DataSource) new InitialContext().lookup(java:myDS); | | ds.getConnection(); i wrote the database

[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

2008-12-29 Thread ramujava1
jaikiran wrote : You will first have to lookup the datasource using the JNDI API. Then you can call the getConnection API on the DataSource. Just an example: | | | DataSource ds = (DataSource) new InitialContext().lookup(java:myDS); | | ds.getConnection(); how can i make jnidi map to

[jboss-user] [EJB/JBoss] - Re: how can i change port number of JBOSS server?

2008-12-29 Thread ramujava1
jaikiran wrote : Which port do you want to change? Is it the HTTP port? If yes, then you can edit it in the server.xml file. Which specific version of JBossAS are you using? JBOSS5GA SERVER View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4198844#4198844 Reply

[jboss-user] [EJB/JBoss] - Re: EJB lookup failure in 5.0.0.GA

2008-12-28 Thread jhsingle
Thanks, using the correct dependency fixed it. Running security.ejb.server.SecurityManagerTest | Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.608 sec | For those interested, I only needed to add a single pom dependency to my JUnit test pom.xml file and that brings in

[jboss-user] [EJB/JBoss] - Re: EJB lookup failure in 5.0.0.GA

2008-12-28 Thread jaikiran
jhsingle wrote : | For those interested, I only needed to add a single pom dependency to my JUnit test pom.xml file and that brings in all the necessary client jars: | | | dependency | | groupIdorg.jboss.jbossas/groupId | |

[jboss-user] [EJB/JBoss] - Re: ClassNotFoundException while lookup a Service

2008-12-28 Thread luckybird
Am I the the first and only one people of this planet having this problem??? Is anybody out there who can explain me how I can say to the Classloader from JBoss where it can find some classes??? - Ralf. View the original post :

[jboss-user] [EJB/JBoss] - Re: ClassNotFoundException while lookup a Service

2008-12-28 Thread jaikiran
Please post the entire exception stacktrace. And also post the output of the following command: jar -tf myapp.ear where myapp.ear is the name of your ear file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4198650#4198650 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: EJB lookup failure in 5.0.0.GA

2008-12-21 Thread jaikiran
Going by the exception stacktrace, its definitely an issue with the client classpath not having the jboss jar file(s). anonymous wrote : This raises two questions: (1) are the JBoss5 client jars available in any maven repository, and | Yes, they are. anonymous wrote : (2) given the

[jboss-user] [EJB/JBoss] - Re: do not auto commit after method is returned

2008-12-21 Thread ywtsang
persistence.xml: | persistence xmlns=http://java.sun.com/xml/ns/persistence; |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |xsi:schemaLocation=http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd; |version=1.0 |

[jboss-user] [EJB/JBoss] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

2008-12-19 Thread jaikiran
Let's continue this discussion in your other post here http://www.jboss.com/index.html?module=bbop=viewtopict=147639 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197692#4197692 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: EJB lookup failure in 5.0.0.GA

2008-12-19 Thread jhsingle
Here is the exception stacktrace: java.lang.ClassCastException: javax.naming.Reference | at security.ejb.server.SecurityManagerRemoteFactory.createSecurityManangerRemote(SecurityManagerRemoteFactory.java:44) | at

[jboss-user] [EJB/JBoss] - Re: No transaction is in progress

2008-12-12 Thread jaikiran
Please post the code of PlcFacadeImpl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196152#4196152 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196152 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: No transaction is in progress

2008-12-12 Thread rogerio.baldini
Below I present only a snnipet because this class is very extense. There is nothing special related to EJB on it. | public class PlcFacadeImpl extends PlcBaseFacadeImpl implements IPlcFacade, IPlcAdmFacade { | . | . | . | } | | View the original post :

[jboss-user] [EJB/JBoss] - Re: No transaction is in progress

2008-12-12 Thread jaikiran
Where and in which class is the entitymanager declared and injected? Please post the appropriate code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196246#4196246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196246

[jboss-user] [EJB/JBoss] - Re: EJB lookup failure in 5.0.0.GA

2008-12-11 Thread jaikiran
Please post the entire exception stacktrace. And also please ensure that your client uses the jbossall-client.jar (and other jar files listed in the META-INF/MANIFEST.MF of jbossall-client.jar) from the JBoss-5GA version. You can find these jars in the %JBOSS_HOME%/client folder. View the

[jboss-user] [EJB/JBoss] - Re: Jboss 5.0.0 CR2 installation problem

2008-12-11 Thread cicinsain
same as I with JBoss 5.0.0.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195974#4195974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195974 ___ jboss-user mailing list

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

2008-12-11 Thread ejsdeveloper
Hi Daniel, We are using old EJBs (not EJB3) and jboss-4.0.1. Will your four suggestions still work in our environment? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196040#4196040 Reply to the post :

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

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

[jboss-user] [EJB/JBoss] - Re: how can i establish the connection pooling in JBOSS?

2008-12-09 Thread jaikiran
You can deploy a datasource through *-ds.xml file. See this for details http://www.jboss.org/community/docs/DOC-9328 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195466#4195466 Reply to the post :

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

2008-12-08 Thread ejsdeveloper
Hi Daniel, Thanks for the link. There is lots to read here. Any shortcuts or hints? Thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195111#4195111 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195111

[jboss-user] [EJB/JBoss] - Re: Exception in thread

2008-12-07 Thread ramujava
jaikiran wrote : Looks like you are using an incorrect jndi-name to do the EJB lookup. Use the JNDI tree to figure out the jndi-name of your bean and then use it in the lookup. Follow the steps here http://www.jboss.org/community/docs/DOC-9583 to view the JNDI tree plz rectify my error. View

[jboss-user] [EJB/JBoss] - Re: which jboss version is compatable to run EJB3.0 prgs?

2008-12-07 Thread jaikiran
The latest stable version: JBoss-5.0 GA and JBoss-4.2.3 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194958#4194958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194958 ___

[jboss-user] [EJB/JBoss] - Re: $Proxy123 cannot be cast to org.omg.CORBA.Object

2008-12-06 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-9280. When packaging the WAR and the EJB inside an EAR, there should not be multiple packages containing the EJB interfaces, as in your case. Remove the EJBClient.jar from the WEB-INF/lib and let the WAR access them from the one available at the

[jboss-user] [EJB/JBoss] - Re: EJB Client CallBacks (Like in RMI or CORBA)

2008-12-06 Thread grdzeli_kaci
i think you are absolutely correct, it must be used JMS for this task. Thank you very much for help :) __ Regards, Paata Lominadze, Magticom LTD. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194784#4194784 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: $Proxy123 cannot be cast to org.omg.CORBA.Object

2008-12-06 Thread msecrist
Yup - that looks like the trick. Removing the EJBClient.jar file from the WEB-INF/lib directory got me past that problem. Thanks, Mark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194860#4194860 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Exception in thread

2008-12-05 Thread jaikiran
Looks like you are using an incorrect jndi-name to do the EJB lookup. Use the JNDI tree to figure out the jndi-name of your bean and then use it in the lookup. Follow the steps here http://www.jboss.org/community/docs/DOC-9583 to view the JNDI tree View the original post :

[jboss-user] [EJB/JBoss] - Re: Using OpenJPA as JPA provider

2008-12-05 Thread jaikiran
I personally haven't used OpenJPA. If you search in this forum you will find few threads related to OpenJPA in JBoss. One of them is this http://www.jboss.com/index.html?module=bbop=viewtopict=132275 View the original post :

[jboss-user] [EJB/JBoss] - Re: about the heartbeat timerservice in ejb3

2008-12-05 Thread wendy123
sorry, the xml fragment can not show up completely, i dont know why View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194646#4194646 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194646

[jboss-user] [EJB/JBoss] - Re: EJB 3.0, JBoss 4.2, JPA, JNDI, and Web Services

2008-12-05 Thread mikemurz
Hey Jaikiran, Thanks for the quick reply. I sifted through my console and grabbed the part that looks like it's effecting my problem. If you need to see the entire log let me know. 08:31:44,473 INFO [EJB3Deployer] Deployed:

[jboss-user] [EJB/JBoss] - Re: EJB 3.0, JBoss 4.2, JPA, JNDI, and Web Services

2008-12-05 Thread mikemurz
It looks like everything may be because of this guy: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.jca:name=bshipDs,service=DataSourceBinding State: NOTYETINSTALLED Depends On Me: persistence.units:jar=Battleship.jar,unitName=bship And I noticed that my DS is

[jboss-user] [EJB/JBoss] - Re: EJB 3.0, JBoss 4.2, JPA, JNDI, and Web Services

2008-12-05 Thread jaikiran
anonymous wrote : C:/Users/MMURRAY/Applications/jboss-4.2.3.GA/server/default/deploy/ds.xml Rename your ds.xml to *-ds.xml. Example: my-ds.xml. The datasource filenames are expected to end with the -ds.xml name. View the original post :

[jboss-user] [EJB/JBoss] - Re: EJB 3.0, JBoss 4.2, JPA, JNDI, and Web Services

2008-12-05 Thread mikemurz
Thank you jaikaran! That completely fixed it! I must have mis-read that part of the process. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194668#4194668 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194668

[jboss-user] [EJB/JBoss] - Re: $Proxy123 cannot be cast to org.omg.CORBA.Object

2008-12-05 Thread msecrist
Thanks for the reply. The WAR file does contain a copy of the EJBClient.jar file stored in the WEB-INF/lib directory so I think it should be able to access it. The whole thing of course is deployed as an EAR packaged by the Eclipse WTP. I did a quick check and it seems like the same

[jboss-user] [EJB/JBoss] - Re: pb : having a jboss service depending on jms or NamingCo

2008-12-04 Thread je.a.le
jaikiran wrote : How about doing this: | - Create a *-service.xml to define/configure the queue. For ex: myqueue-service.xml | - Package this myqueue-service.xml at the root of the EAR. | - Create a jboss-app.xml under the META-INF folder of the EAR with the following contents: | |

[jboss-user] [EJB/JBoss] - Re: EJB 3.0, JBoss 4.2, JPA, JNDI, and Web Services

2008-12-04 Thread jaikiran
Mike, Can you please post the console logs when your application is being deployed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194539#4194539 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194539

[jboss-user] [EJB/JBoss] - Re: $Proxy123 cannot be cast to org.omg.CORBA.Object

2008-12-04 Thread jaikiran
Mark, Please post the home/localhome interface, the session bean skeleton and the remote/local interface code. Also please post the entire exception stacktrace. How are you packaging the applicaiton? Does your WAR and the EJB jar in the EAR both cotain the interfaces? Also, please post the

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-12-03 Thread Shadowmulder
Hi, I am facing exact the same problem. Did you found a solution? Why the classloader do not find the Object? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193994#4193994 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: EJB Client CallBacks (Like in RMI or CORBA)

2008-12-03 Thread [EMAIL PROTECTED]
That's a very unusual setup. Better use JMS to send this type of information. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194005#4194005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194005

[jboss-user] [EJB/JBoss] - Re: prg on EJB3.0 stateless

2008-12-03 Thread jaikiran
Please do not post the same question in multiple forums. Lets continue this discussion in your other post at http://www.jboss.com/index.html?module=bbop=viewtopict=146599 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194019#4194019 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Log4j problem

2008-12-03 Thread jaikiran
JBoss uses the log4j.xml which is present in %JBOSS_HOME%/server/ serverName/conf folder. Add your configurations to that JBoss file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194020#4194020 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-12-03 Thread Shadowmulder
ok found the solution: in this case the stub is not load dynamically from server, the server and the client must have the concrete Object in their classpath (not talking from interfaces)! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194025#4194025 Reply to

[jboss-user] [EJB/JBoss] - Re: Log4j problem

2008-12-03 Thread bharaneetharan
Jaikiran, thanks for your reply. is it possible to have a seperate log4j.xml file for my EJB project? If so what are the configurations needs to be done? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194044#4194044 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Log4j problem

2008-12-03 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-12003 If moving to JBoss-4.2.x version is possible for you, then let us know - there's a forum thread which contains the steps required to configure your own log4j.xml for JBoss-4.2.x View the original post :

[jboss-user] [EJB/JBoss] - Re: pb : having a jboss service depending on jms or NamingCo

2008-12-03 Thread jaikiran
How about doing this: - Create a *-service.xml to define/configure the queue. For ex: myqueue-service.xml - Package this myqueue-service.xml at the root of the EAR. - Create a jboss-app.xml under the META-INF folder of the EAR with the following contents: jboss | module |

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

2008-12-03 Thread daniel.celentano
Check this link: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta422/html/index.html Daniel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194136#4194136 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Default eviction queue not working - any form of 'catch-

2008-12-01 Thread Danives
We have manually defined our regions in this file - of which there were 50 altogether. We will attempt to optimise this solution by editing our code so that we can define multiple entities in different regions - as placing 50 entries in the file has led to us not being able to start up JBoss

[jboss-user] [EJB/JBoss] - Re: Destroying connection that could not be successfully mat

2008-11-23 Thread jaikiran
See question11 at http://www.jboss.org/community/docs/DOC-12678 and also this http://www.jboss.org/community/docs/DOC-12328 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191610#4191610 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Destroying connection that could not be successfully mat

2008-11-23 Thread S0d0
Thanks. -Juha- View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191613#4191613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191613 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-22 Thread jaikiran
Going by the exception stacktrace, it seems to be failing (going into indefinite loop) while serializing this list contents: anonymous wrote : private List groups = new ArrayList(0); Try playing around with the list contents or by commenting out this list from the user and see if there is any

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-22 Thread jaikiran
And i don't know if this is the same issue as http://www.jboss.com/index.html?module=bbop=viewtopicp=4163835#4163835, but they look similar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191463#4191463 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread jaikiran
Please post the relevant code. And also, which version of JDK do you use? While posting the logs or xml content or code, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make sure your post is correctly formatted View

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread chiradeep
Following is the relevant code in the application custom JAAS Lgoin Module, login() method. The highlighted line retrieves the user info from remote user service. The error occurs at this line. If I write a JDK client (normal Java class run at command prompt) to lookup remote user service and

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread jaikiran
anonymous wrote : JBoss runs into an infinite error loop while serializing user information When you say infinite error loop what exactly happens? These exceptions keep repeating without any end? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191326#4191326

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread jaikiran
Also can you please post the User entity code, including import statements and any annotations? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191327#4191327 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191327

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread chiradeep
User entity | import java.io.Serializable; | import java.util.ArrayList; | import java.util.Date; | import java.util.List; | | import javax.persistence.CascadeType; | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.FetchType; |

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread chiradeep
anonymous wrote : When you say infinite error loop what exactly happens? These exceptions keep repeating without any end? Yes the exceptions keep repeating without any end. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191343#4191343 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: org.jboss.tm.JBossTransactionRolledbackException: null;

2008-11-19 Thread jaikiran
anonymous wrote : [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active! As per the message, the transaction is not active - might have timed out (default timeout is 5 min)? View the original post :

[jboss-user] [EJB/JBoss] - Re: Problems with EJB 2 in JBoss 5.0.0.CR2

2008-11-13 Thread jaikiran
Please post the contents of your web.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4189163#4189163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4189163 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: JMX view

2008-11-09 Thread jaikiran
mohitanchlia wrote : Why can't I use Jndi Name in tag in jboss.xml. Does it just takes the Object Name. You will have to tell us more details about what you are trying to do :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187960#4187960 Reply to the post

[jboss-user] [EJB/JBoss] - Re: JMX view

2008-11-09 Thread mohitanchlia
I am just trying to deploy a sar file that depends on one stateless session bean to have been deployed first. I think I know why I can't use JNDI, It's because depends calls .start() and .stop() and if I use JNDI name then it wouldn't work because it's not deployed as MBean. Is that correct?

[jboss-user] [EJB/JBoss] - Re: JMX view

2008-11-09 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-9879 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187998#4187998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187998 ___

[jboss-user] [EJB/JBoss] - Re: JMX view

2008-11-08 Thread mohitanchlia
Thanks. Why can't I use Jndi Name in tag in jboss.xml. Does it just takes the Object Name. Where can I get more information about it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187915#4187915 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: JBoss 4.0.4.GA and 4.2.1.GA EJB interoperability

2008-11-07 Thread gturner
lincao123 wrote : Hi, gturner, | | Recently I got the same error while invoking remote ejb from jboss 4.0.5 to 4.2.0. Can you share your solution with me? Thanks a lot! | | Lin Sorry I have no work-around, we decided to postpone deployment of 4.2 servers until we commit to, what the

[jboss-user] [EJB/JBoss] - Re: JMX view

2008-11-07 Thread jaikiran
mohitanchlia wrote : | | I was expecting my Beans JNDI name to be in JNDI view in Jmx. Follow these steps http://www.jboss.org/community/docs/DOC-9583 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187883#4187883 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: IllegalAccessError when trying to implement custom log4j

2008-11-06 Thread tomstrummer
-- Bump I'm seeing this same problem; albeit for a slightly different reason. I'm using SLF4J-log4j, which seems like it's attempting to set the priority. Here's the relevant stacktrace bits: | java.lang.IllegalAccessError: tried to access field org.apache.log4j.Priority.level from |

[jboss-user] [EJB/JBoss] - Re: JBoss 4.0.4.GA and 4.2.1.GA EJB interoperability

2008-11-05 Thread lincao123
Hi, gturner, Recently I got the same error while invoking remote ejb from jboss 4.0.5 to 4.2.0. Can you share your solution with me? Thanks a lot! Lin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187107#4187107 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassCastException while deploying ejb jar

2008-11-04 Thread rana24
Can anyone put some light what could be the problem here ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186568#4186568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186568 ___

[jboss-user] [EJB/JBoss] - Re: EJB3 and Entity Caching

2008-10-31 Thread DoubleDenim
I'm finding exactly the same problem. Does anyone know a solution to this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185920#4185920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185920

[jboss-user] [EJB/JBoss] - Re: EJB Local vs Remote

2008-10-29 Thread jaikiran
Answered in your other post at http://www.jboss.com/index.html?module=bbop=viewtopict=144724 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185455#4185455 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185455

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

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

[jboss-user] [EJB/JBoss] - Re: Composite Primary Key In a single table

2008-10-23 Thread prasanths
Hi, I have a table which is having composite primary key(id,name), Can anyone tell me how to provide composite primary key in ejb-jar.xml. For primary key we can give like this:-- ?xml version=1.0 encoding=UTF-8? !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-10-23 Thread babak_azarmi
no i've tried it but i encountered to no classloaders exception View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184040#4184040 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184040

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-10-23 Thread jaikiran
babak_azarmi wrote : no i've tried it but i encountered to no classloaders exception | Please post the entire exception stacktrace that you see when you tried that. Also, are you having this client.H in the classpath? Is this class part of some jar file? View the original post :

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-10-23 Thread babak_azarmi
my object is in my client side package jar file. for example i want to send a list of objects to severs. all my objectes are Entities and i've wrote a business in my server till this business persists all my objects that have been sent from client. in my sever side | @Stateless | public

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-10-23 Thread jaikiran
In most of the posts that i have seen till date, I haven't seen corba related stacktrace in JBoss server related stacktraces. Which application server are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184129#4184129 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-10-22 Thread jaikiran
anonymous wrote : ClassLoader cl = Thread.currentThread().getContextClassLoader(); | Class k = cl.loadClass(client.H); | | H h = (H) k.newInstance(); Instead of this, how about just instantiating a new

[jboss-user] [EJB/JBoss] - Re: EJB CurrentSize is bigger than MaxSize

2008-10-16 Thread macq
I've got the same problem ;/ in my application it causing pergen space, did you already resolved this problem ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4182574#4182574 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Specifying pool size for message driven beans

2008-10-14 Thread jaikiran
See if this helps https://www.jboss.org/jbossejb3/docs/reference/build/reference/en/html/session-bean-config.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4182158#4182158 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Specifying pool size for message driven beans

2008-10-14 Thread JReifsnyder
Forgot to mention: we are posting messages on queues and we have the connection set for slow consumer by necessity. This is why we need more than 15 beans in play. Thanks, J View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4182131#4182131 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Is passivation enabled twice?

2008-10-12 Thread javidjamae
I looked at this again with JBoss 5 CR2, and it still seems like passivation is enabled in two places. The cache configuration I had listed as #2 above has moved into the following file however: jboss-5.0.0.CR2\server\all\deploy\cluster\jboss-cache-manager.sar\META-INF\jboss-cache-configs.xml

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

2008-10-03 Thread jaikiran
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. View the original post :

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

2008-10-03 Thread jaikiran
Just a FYI - You might get better response about EJB3 questions in the EJB3 forum at http://www.jboss.com/index.html?module=bbop=viewforumf=221 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180381#4180381 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-02 Thread jaikiran
Wait, i just noticed this in your web.xml: | web-app xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; |

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-02 Thread rickcr
You're a GENIUS ! That was it! I would have never thought it was my web.xml descriptor!! Man, I tried so many different things !!! argghh. Oh well, hopefully this might help someone else in the future that runs into the same issue. I really appreciate you having taken the time to help! I'll

[jboss-user] [EJB/JBoss] - Re: JBOSS 5 (rev 74649) having EJB rmote injection issues

2008-10-02 Thread rickcr
In case someone is here from an archive search, my issue that jaikiran solved was related to my web.xml web-app definition See this post for the detailshttp://www.jboss.com/index.html?module=bbop=viewtopicp=4179933#4179933 View the original post :

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-02 Thread jaikiran
Glad to know that worked :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4179957#4179957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4179957 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: send jms message after tx commit

2008-10-02 Thread justkeys
jaikiran, i think your statement is incorrect: even though i am using @Resource(mappedName=java:/JmsXA), my messages still get processed before the data is actually visible in the database. When i add logging, it's a matter of 100 ms. So my explanation for this is: 2 phase commit guarantees

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread jaikiran
Which version of JBoss and Java do you use? Please post the entire exception stacktrace and the console logs when you deploy your application with the following annotation in the servlet: @EJB(mappedName=user-administration/UserServiceBean/local) | private UserService userService; |

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread rickcr
jaikiran wrote : Which version of JBoss and Java do you use? Please post the entire exception stacktrace and the console logs when you deploy your application with the following annotation in the servlet: | | @EJB(mappedName=user-administration/UserServiceBean/local) | | private

[jboss-user] [EJB/JBoss] - Re: Jboss hangs after running for a while

2008-10-01 Thread imranpariyani
thanks for the replies ... @jaikiran .. after analyzing the tread dump i was able to figure out where the problem was .. so thanks for the clue :) Regards Imran View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4179870#4179870 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread jaikiran
rickcr wrote : Maybe someone could try the actual ear in their deployment? I put it out here.. http://dl-client.getdropbox.com/u/86998/user-administration.ear (after it deploys try http://localhost:8080/lt-web/hello ) | | I could have tried it, but i am away from my work place and dont

<    1   2   3   4   5   6   7   8   9   10   >