[jboss-user] [JMX] - Re: Mbean depends on deployment of EJB3 jar?

2009-11-24 Thread jaikiran
"sverker" wrote : It seem to work if I set the dependency on a specific service, but not on the whole module. Ah yes, i overlooked the dependency string. You should be adding dependency on the specific bean instead of the whole jar/ear. View the original post : http://www.jboss.org/index.html?

[jboss-user] [EJB 3.0 Users] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-11-24 Thread jaikiran
anonymous wrote : I try to deploy an EAR with Entity EJBs You mean JPA entities right and *not* EJB2.x entity beans. anonymous wrote : | contained in a shared jar located in the /lib folder of my ear. | If they are "deployments" and not just plain jar files then place them at the root of

[jboss-user] [JMX] - Re: Mbean depends on deployment of EJB3 jar?

2009-11-24 Thread jaikiran
What happens? You see any errors or is that entry being ignored completely? Can you post the console logs of your deployment and any relevant stacktrace? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267283#4267283 Reply to the post : http://www.jboss.org/i

[jboss-user] [Installation, Configuration & Deployment] - Re: DEPLOYMENTS IN ERROR in Windows Seven

2009-11-23 Thread jaikiran
Is that all you seen in the error logs? Those logs don't show the exact error. If there's anything more that's logged on the console, please post that too. Does this error occur when you run the server from the command prompt instead of the IDE? By the way, if possible, please post in english :

[jboss-user] [JNDI and Naming] - Re: getting ear-name

2009-11-23 Thread jaikiran
Why do you want the ear file name? Is this related to the default jndi name to which the beans get bound? If yes, then you can override those. Which version of AS do you use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267017#4267017 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: [JBoss 5.1 GA & EJB 3.0] persistence.xml problem : Canno

2009-11-23 Thread jaikiran
As part of the transaction are you enrolling more than one resource in the transaction? Maybe multiple (local-tx) datasources are being used in that transaction? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267005#4267005 Reply to the post : http://www.jb

[jboss-user] [EJB 3.0 Users] - Re: [JBoss 5.1 GA & EJB 3.0] persistence.xml problem : Canno

2009-11-23 Thread jaikiran
anonymous wrote : at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:76) | at com.eni.dvtejb.metier.sessions.StockTimerService.verifierStocks(StockTimerService.java:64) | anonymous wrote : | 10:37:22,853 ERROR [JDBCExceptionReporter] Could not enlist in transaction on enteri

[jboss-user] [EJB 3.0 Users] - Re: Custom StrictMaxPool settings in ...-aop.xml ignored

2009-11-22 Thread jaikiran
"shreyasshinde" wrote : It turns out that when EJBs applications are deployed, the properties in ejb3-interceptors-aop.xml file under the deploy directory are applied first. That's because, your configuration instructs the container to do so: | Notice the "extends". You have instructed th

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to re-publish war to jboss without restart (Sprin

2009-11-22 Thread jaikiran
Is that the complete stacktrace? It isn't completely informative. bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/pcas-data.xml]: Invo | cation of init method failed; nested exception is java.lang.reflect.UndeclaredThrowableException | at org.springframewor

[jboss-user] [Installation, Configuration & Deployment] - Re: How to create a new profile outside theJboss-as/server d

2009-11-22 Thread jaikiran
By "profiles" do you mean, you want to place the deployments outside the JBoss AS folder structure? Or do you want to complete create a new set of profile which includes the "lib", "deployers" etc...? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266922#4266

[jboss-user] [Beginner's Corner] - Re: Dependency injection fails after hot-redeploy

2009-11-20 Thread jaikiran
Try our latest EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html against AS-5.1.0. The latest download is available here http://www.jboss.org/ejb3/downloads.html If the latest plugin too doesn't solve your issue then please post the entire details. View the original post : http://www.j

[jboss-user] [EJB 3.0 Users] - Re: JBoss 6.0.M1 and ejb 3.1 (JSR 318)

2009-11-20 Thread jaikiran
JBoss AS 6.0 M1 does *not* have EJB3.1. EJB3.1 is currently work in progress and we'll post in this forum once it's available for use against AS-6. Our release process allows us to release EJB3.x components outside a AS release. View the original post : http://www.jboss.org/index.html?module=

[jboss-user] [EJB 3.0 Users] - Re: TimerService Restart Issue

2009-11-19 Thread jaikiran
Try our latest EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html against AS-5.1.0. The latest download is available here http://www.jboss.org/ejb3/downloads.html If the latest plugin too doesn't solve your issue then please post the entire details. View the original post : http://www.j

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 01

2009-11-19 Thread jaikiran
I would actually recommend that you post this in the other thread that i pointed you to. The AOP team might have inputs on what needs to be done. Maybe this error message could probably even be ignored. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266563#42

[jboss-user] [Installation, Configuration & Deployment] - Re: Prevent EJB deployment with sar

2009-11-19 Thread jaikiran
"Falcor1" wrote : | | I do realize that I could produce 2 separate jars, one with interfaces only and one with implementation. | | That seems like a bit of a maintenance hassle though and complicates the build process. | | It's not about a maintenance hassle, it's actually the

[jboss-user] [Installation, Configuration & Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-19 Thread jaikiran
"delbd" wrote : | Second, this mean changing eveywhere my code calls like context.lookup(name) to something like NonSerializableFactory.lookup(name). No. You will still do InitialContext.lookup(name), internally it's handled by ObjectFactory. It's only during the binding that you will use th

[jboss-user] [Installation, Configuration & Deployment] - Re: Prevent EJB deployment with sar

2009-11-18 Thread jaikiran
anonymous wrote : So is there a way to tell JBoss not to deploy the stateless session beans that it is finding in the sar? Are you even packaging the bean implementation classes (which have the @Stateless annotation) in the .sar? If you are packaging only the interfaces (which is the right thi

[jboss-user] [Installation, Configuration & Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-18 Thread jaikiran
You could use the APIs on org.jboss.util.naming.NonSerializableFactory http://anonsvn.jboss.org/repos/common/common-core/trunk/src/main/java/org/jboss/util/naming/NonSerializableFactory.java View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266455#4266455 Reply

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 02

2009-11-18 Thread jaikiran
See http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.5.GA/html/configuration.html#conf.serverpeer.attributes.suckerpassword View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266454#4266454 Reply to the post : http://w

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 01

2009-11-18 Thread jaikiran
It's been discussed here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=155294. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266453#4266453 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266453

[jboss-user] [Beginner's Corner] - Re: JBoss AS & jBPM

2009-11-18 Thread jaikiran
You might get some help, if you post this question in the jBPM user forum here http://www.jboss.org/index.html?module=bb&op=viewforum&f=217 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266451#4266451 Reply to the post : http://www.jboss.org/index.html?modu

[jboss-user] [Installation, Configuration & Deployment] - Re: User-specified log class 'org.apache.commons.logging.imp

2009-11-18 Thread jaikiran
anonymous wrote : | Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class 'org.apach | e.commons.logging.impl.Log4JLogger' cannot be found or is not useable. | anonymous wrote : | However, log4jlogger is there inside the WEB-INF/lib/commons-logging-

[jboss-user] [Installation, Configuration & Deployment] - Re: User-specified log class 'org.apache.commons.logging.imp

2009-11-18 Thread jaikiran
Which version of JBoss AS is this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266232#4266232 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266232 ___ jboss-user mailing l

[jboss-user] [EJB 3.0 Users] - Re: tuning ejb3 calling

2009-11-18 Thread jaikiran
anonymous wrote : Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file | Actually, this isn't specific to EJB3 or tuning of EJB3 :) I guess you compiled some class (or classes) using a higher version of Java (Java 1.6?) and are using it in a ser

[jboss-user] [EJB 3.0 Users] - Re: Lookup for a session bean if only the interface is given

2009-11-17 Thread jaikiran
"Juergen.Zimmermann" wrote : | Just one question: when doing this in the way described above, how do I get the DeploymentUnit object? Can you give me another hint please? It's actually the responsibility of the JBoss Microcontainer Virtual Deployment Framework (which is used in the JBoss AS-5

[jboss-user] [EJB] - Re: Deployment issues for EJBs in JBoss

2009-11-16 Thread jaikiran
The logs that you posted in your latest reply did not have the error messages, so i am just guessing here. Looking at the code, you seem to have a self injection (of PeopleSoftMonitorDaoLocal) which is not supported in JBoss EJB3 https://jira.jboss.org/jira/browse/EJBTHREE-1603: | public abs

[jboss-user] [EJB] - Re: @Service and the TimerService

2009-11-16 Thread jaikiran
Looking at the EJB3 code, i do believe that this should be working. Can you please apply the EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html against AS-5.1.0 and see if it works? If that too doesn't work, then please post the entire service bean code and the relevant console logs. The la

[jboss-user] [EJB 3.0 Users] - Re: Remote and local interface on same ejb instance

2009-11-16 Thread jaikiran
Sorry, but i did not understand your question. Can you please elaborate on what you are doing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265869#4265869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265869 __

[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-16 Thread jaikiran
"gohiljigar15" wrote : | | 1) wt additional/special features does hibernate provides if I want to use Hibernate JPA...? | I don't exactly know the list of such features. But each persistence provider including Hibernate have their own set of additional features. Most of the applications

[jboss-user] [EJB 3.0 Users] - Re: How to load external parameters in ejb?

2009-11-16 Thread jaikiran
"jaikiran" wrote : | | 1) I assume that this is a typo in your post and you actually meant bean.sendToQueue. If it's not a typo then please post the exact code and config files, so that there's no confusion | 2) How do you get hold of the "bean" in t

[jboss-user] [EJB 3.0 Users] - Re: How to load external parameters in ejb?

2009-11-16 Thread jaikiran
bean.send(xml, "java:comp/env/AS.1.BFT_ORDERS", "java:comp/env/CF.1"); 1) I assume that this is a typo in your post and you actually meant bean.sendToQueue. If it's not a typo then please post the exact code and config files, so that there's no confusion 2) How do you get hold of the "bean" in

[jboss-user] [EJB 3.0 Users] - Re: How to find Entity by Id

2009-11-16 Thread jaikiran
anonymous wrote : new CustomerHome() CustomerHome is a @Stateless bean. You are not supposed to instantiate a EJB using the new operator. Instead you should lookup the bean from JNDI. See this for more details http://www.jboss.org/index.html?module=bb&op=viewtopic&t=137590#4158957 View the ori

[jboss-user] [EJB 3.0 Users] - Re: Lookup for a session bean if only the interface is given

2009-11-16 Thread jaikiran
"Juergen.Zimmermann" wrote : I'm trying to integrate Jersey with JBossAS. Jersey is an implementation of JAX-RS, and we want to compare RESTEasy and Jersey. | | However, Jersey resolves @EJB only for Glassfish. Therefore, I have to implement a class You have to do similar to what the JBo

[jboss-user] [EJB 3.0 Users] - Re: How do I define attributes in a service bean?

2009-11-15 Thread jaikiran
What does your @ManagementInterface look like? anonymous wrote : However I don't know how to define attributes. Do you have getter/setters for those attributes? EJB3 just delegates the service creation to the MBeanServer and does nothing special. View the original post : http://www.jboss.or

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-13 Thread jaikiran
anonymous wrote : com.thesearchagency.mms.service.user.UserException: Non matching type for inject of field: com.these | archagency.mms.service.customization.ICustomizationRemote com.thesearchagency.mms.service.user.impl. | UserEJB.theCustomizationService for type: $Proxy220 of jndiName env/

[jboss-user] [EJB 3.0 Users] - Re: Lookup for a session bean if only the interface is given

2009-11-13 Thread jaikiran
What exactly are you trying to do? Maybe there's a better way to do that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265528#4265528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265528 _

[jboss-user] [EJB 3.0 Users] - Re: How to load external parameters in ejb?

2009-11-13 Thread jaikiran
The ejb-name values in your ejb-jar.xml and jboss.xml do not match View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265527#4265527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265527

[jboss-user] [EJB] - Re: @Service and the TimerService

2009-11-13 Thread jaikiran
It does support @PostConstruct. Did you try adding it to a method (with the correct signature) in that @Service? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265477#4265477 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [EJB 3.0 Users] - Re: List of all available JNDIS names of all session beans

2009-11-12 Thread jaikiran
Same way as the JNDIView MBean does. http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x/server/src/main/org/jboss/naming/JNDIView.java View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265411#4265411 Reply to the post : http://www.jboss.org/index.html?m

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
P.S: I just noticed you are using 4.2.1 AS, so i am not really sure if that bug and the workaround applies to your case. Probably it does. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265346#4265346 Reply to the post : http://www.jboss.org/index.html?modu

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
"kyle.bober" wrote : What do you mean by @Service? Am I missing and annotation? Ah, forget that @Service thing. I just mixed up another thread and also got confused by the interface names you had for those stateless beans. The important thing i was interested in knowing was : "

[jboss-user] [EJB 3.0 Users] - Re: How to load external parameters in ejb?

2009-11-12 Thread jaikiran
Look at the resource-ref element in the ejb-jar.xml xsd or even the EJB3 tutorials http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/index.html Specifically this one http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
"kyle.bober" wrote : I have two EAR files that each contain an ejb jar file. | I have configured each of the EAR files to isolate there classloaders like so.. | So you have 2 EARs each isolated. And then you have the EJB3 beans and the @Service deployed through one ear and the @Service is b

[jboss-user] [Installation, Configuration & Deployment] - Re: vfszip problem - standart java URL does not work?

2009-11-12 Thread jaikiran
anonymous wrote : How can i instantate url which do not append vfszip or any other specific things? Unfortunately, i don't think that's possible in AS-5. But i might be wrong, so please create a new thread in the forum here http://www.jboss.org/index.html?module=bb&op=viewforum&f=287. Someone e

[jboss-user] [Installation, Configuration & Deployment] - Re: how to configure Jboss As 4 and hibernate2 ??

2009-11-12 Thread jaikiran
Which exact version of JBoss-4? See if this helps http://www.jboss.org/index.html?module=bb&op=viewtopic&t=133202. Although that thread is not exactly for Hibernate-2, that will atleast give you an idea. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265188#

[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-12 Thread jaikiran
anonymous wrote : 1)when I am using EJB3 Entities...do i require PP...? Yes, a persistence provider is required. EJB3 and JPA are not the same. A persistence provider follows the JPA spec. anonymous wrote : 2)if yes...how come my application ran without configuring a Persistence Provider(PP)...

[jboss-user] [EJB] - Re: Deployment issues for EJBs in JBoss

2009-11-12 Thread jaikiran
Can you please post the code of the other bean(s) too? Just to get an idea of what's going on. Also please post the entire logs that you see on the console (including this error messages). By the way, did you manually change the error message while posting in the forum? I see: Dependency "" T

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
What does the jmx-console JNDIView MBean show? Please post that output showing the jndi names and the corresponding objects bound to that name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265173#4265173 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [EJB 3.0 Users] - Re: EJB destroyed after a period

2009-11-12 Thread jaikiran
Which version of AS? Please post any relevant code and logs which shows the services are undeployed. 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 pos

[jboss-user] [EJB 3.0 Users] - Re: Will EJB delete tables automatically

2009-11-11 Thread jaikiran
"james4u" wrote : But, I have a doubt. In real-time scenario where user details are stored in a database table, do we let the server drop the tables? Or is there a mechanism where we can restore the data or automatically cache it in the server files? In production environments, the DB is create

[jboss-user] [JNDI and Naming] - Re: Default JNDI name changed after recompiling

2009-11-10 Thread jaikiran
Please post the bean, interfaces code along with the annotations and also the console logs which show the jndi bindings. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264944#4264944 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[jboss-user] [JNDI and Naming] - Re: Class cast exception in Ejb Look up

2009-11-04 Thread jaikiran
Is this an EAR? If yes, then are you packaging the ejb interfaces both in the .war and the ejb .jar? If yes, then remove those interfaces from the .war. http://www.jboss.org/community/wiki/ClassCastExceptions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264

[jboss-user] [Installation, Configuration & Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-04 Thread jaikiran
"john_es" wrote : | Now, what I ended up having to do was to add a bunch of xml files from my workingfolder/trunk/conf to the myproj.war file manually. | | As my last question on this thread -- what is the correct or desired way to get the necessary files into the myproj.war file, given t

[jboss-user] [Installation, Configuration & Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-03 Thread jaikiran
I don't see your application being deployed. Have you placed it in /opt/jboss/server/myproj/deploy folder? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263689#4263689 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [Installation, Configuration & Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-03 Thread jaikiran
"john_es" wrote : | For the console log, are you looking for the output from my running the following command?: | | sudo $JBOSS_HOME/bin/run.sh -c myproj Yes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263636#4263636 Reply to the post : http://w

[jboss-user] [EJB 3.0 Users] - Re: Entity - Field-Based Access Vs Property Based Access

2009-11-02 Thread jaikiran
"CatchSandeepVaid" wrote : | Can we mark our fields private and use them for field-based access ? Yes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263611#4263611 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263

[jboss-user] [EJB 3.0 Users] - Re: Clustered Session Beans with additional HTTP Remote Prox

2009-11-02 Thread jaikiran
Looking at this exception stacktrace and our code, i don't see any obvious reason why the name isn't unbound on undeployment. Could you please create a JIRA here https://jira.jboss.org/jira/browse/EJBTHREE and attach your sample application to it? View the original post : http://www.jboss.org

[jboss-user] [EJB 3.0 Users] - Re: Clustered Session Beans with additional HTTP Remote Prox

2009-11-02 Thread jaikiran
Can you please post the entire exception stacktrace? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263397#4263397 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263397 ___ jb

[jboss-user] [EJB 3.0 Users] - Re: EJB3.0 MDB example

2009-11-01 Thread jaikiran
"k...@tieroneoss.com" wrote : | Why aren't these queued defined when you define the Message Driven Bean? | Queues (or topics) are part of the JMS configurations and are independent of EJB3. MDBs are just one way of listening to such destinations. As such, creation of destinations isn't part

[jboss-user] [EJB 3.0 Users] - Re: Service from ejb2 to ejb3

2009-11-01 Thread jaikiran
"pawel.doctor" wrote : But where to use , in jboss-service? If so, then can I use annotation and jboss-service.xml at the same time? The env-entry is specified in the ejb-jar.xml of the service bean. For example http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-11-01 Thread jaikiran
Looks like a bug to me. Please create a JIRA here https://jira.jboss.org/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263387#4263387 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263387 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-01 Thread jaikiran
Since you are deploying the .war within the .ear, the web context root is specified in the application.xml. You can then use that context root to access the application. What does your applicaiton.xml look like? And just to make sure, your application is being deployed correctly, please post the

[jboss-user] [Installation, Configuration & Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-01 Thread jaikiran
anonymous wrote : http://localhost:8009/myproj You should be using the HTTP port (8080 by default): http://localhost:8080/myproj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263345#4263345 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [EJB 3.0 Users] - Re: Service from ejb2 to ejb3

2009-10-30 Thread jaikiran
Maybe use for the @Service? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263157#4263157 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263157 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & Deployment] - Re: context-root not working?

2009-10-30 Thread jaikiran
C:/xxx/apps/biplatform/ Are you deploying this app outside the JBoss directory structure? If yes, please post the configuration you have used to do this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263131#4263131 Reply to the post : http://www.jboss.org

[jboss-user] [Persistence] - Re: Isolated ears with same name persistence unit

2009-10-28 Thread jaikiran
It's a bug https://jira.jboss.org/jira/browse/JBAS-6821 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262845#4262845 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262845 ___

[jboss-user] [JMX] - Re: jmx-console depends on generic named ear-file

2009-10-28 Thread jaikiran
"mawenzel" wrote : | The problem is: the ear-file has a dynamically-given name (like test_010.ear, test_020.ear,...) | | How dynamic is the name? I mean do you know the name of the ear when the server is starting? If yes, then you can do something like this: jboss.j2ee:service=EARDeploy

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 and JBoss 5 CR1 : calling a web service

2009-10-28 Thread jaikiran
anonymous wrote : java.rmi.RemoteException: Call invocation failed; nested exception is: | java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage I guess you are using JDK6. See this http://www.jboss.org/index.html?module=bb&op=viewtopic&

[jboss-user] [JNDI and Naming] - Re: lookupLocaly failing

2009-10-28 Thread jaikiran
anonymous wrote : at org.jboss.ha.jndi.HAJNDI.lookupLocally(HAJNDI.java:131) | at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:202) | Are you running the "all" server configuration? anonymous wrote : javax.naming.NamingException: Could not dereference object [Root exception is java.lang.

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple JBoss instances vs. one

2009-10-28 Thread jaikiran
"icordoba" wrote : as far as I know there is no way to enable isolated class loading without enabling "CallByValue"... is there? | | | Ignacio There is : http://www.jboss.org/community/wiki/ClassLoadingConfiguration http://www.jboss.org/community/wiki/JBossClassLoadingUseCases View the

[jboss-user] [Installation, Configuration & Deployment] - Re: Install Failed - Help Please

2009-10-28 Thread jaikiran
If you are new, do you really want to build from source? We have platform independent binaries (.zip files) for the AS which you can directly use. If at all you want to build from source then follow this http://www.jboss.org/community/wiki/MavenSettings http://www.jboss.org/community/wiki/jbos

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment related Issue

2009-10-27 Thread jaikiran
anonymous wrote : jboss.j2ee:jndiName=local/MessageMDB,service=EJB,plugin=invoker,binding=Receiving-message-driven-bean Who sets up that MBean? Looking at the name, it isn't setup by JBoss by default. So something in your application is expected to setup/configure an MBean with that name. View

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-27 Thread jaikiran
Which exact version of JBoss AS is this? Use our latest EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html against JBoss AS 5.1.0 and try it out. The latest plugin can be downloaded from here http://www.jboss.org/ejb3/downloads.html View the original post : http://www.jboss.org/index.html?m

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-27 Thread jaikiran
Please post the entire exception stacktrace and also the piece of client code which gets hold of the service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262335#4262335 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [EJB 3.0 Users] - Re: @EJB: can it be used to look up a remote bean on another

2009-10-26 Thread jaikiran
See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=147469 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262242#4262242 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262242 ___

[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

2009-10-26 Thread jaikiran
Your bean is not deployed because of this error: Reason: java.lang.IllegalArgumentException: ejb3.timer.bean.CustomerArchivTimerBean is not an interface What does your bean class and its interfaces look like, including the annotations? View the original post : http://www.jboss.org/index.html?

[jboss-user] [EJB 3.0 Users] - Re: Jboss 5 - Required Trans Type Session Bean calling Not_S

2009-10-26 Thread jaikiran
Mark the user exception as @ApplicationException http://java.sun.com/products/ejb/javadoc-3_0-fr/javax/ejb/ApplicationException.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262167#4262167 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to deploy app in jboss 5 developed in struts2 and

2009-10-25 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast | to org.apache.xerces.xni.parser.XMLParserConfiguration | See http://www.jboss.org/community/wiki/WhydoigetjavalangClassCastExceptionorgapachexercesparsersXIncludeAwarePa

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss web console error

2009-10-25 Thread jaikiran
"rasa" wrote : One thing i needed to ask is in jbss.web deployer there is no servlet api and jsp-api jar files. Those jars are available in JBOSS_HOME/server/< servername>/lib folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262082#4262082 Reply to th

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss web console error

2009-10-24 Thread jaikiran
Is this a clean installation or have you done any changes and/or deployed any of your applications? Try it on a clean installation without any changes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261962#4261962 Reply to the post : http://www.jboss.org/in

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2.2 Deployment/class loader problem

2009-10-24 Thread jaikiran
Which jar contains this class com.rolfeandnolan.merlin.ejb.timedfeereport.TimedFeeReportEJB? And where is that jar located on the server? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261961#4261961 Reply to the post : http://www.jboss.org/index.html?modul

[jboss-user] [Installation, Configuration & Deployment] - Re: Undeploying multiple wars inside an ear causes NameAlrea

2009-10-23 Thread jaikiran
If it's possible, could you please attach the application which reproduces this issue, to that JIRA? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261872#4261872 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261872 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Undeploying multiple wars inside an ear causes NameAlrea

2009-10-23 Thread jaikiran
I am not sure this is a bug in AS. Do you by any chance package any jboss specific jars files in the application? Or any jar files contain jnp.* packages? If yes, try removing them. If none of this applies, please post the entire exception stacktrace and also the appropriate contents of the EAR

[jboss-user] [Beginner's Corner] - Re: Installation Jboss AS 5 for jdk6 failed....

2009-10-22 Thread jaikiran
"rkidd" wrote : | | it says "C:\Program Files\Java\jdk1.6.0_16\bin\java" 1) It's always recommended *not* to install Java or JBoss in any folder containing a space in its path name. It's better to move the Java installation to maybe C:\Java 2) The JAVA_HOME should point to the root folder

[jboss-user] [Beginner's Corner] - Re: Installation Jboss AS 5 for jdk6 failed....

2009-10-21 Thread jaikiran
You probably haven't set the JAVA_HOME variable to point correctly to the JDK? What does echo %JAVA_HOME% print when run from the same command prompt? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261638#4261638 Reply to the post : http://www.jboss.org/

[jboss-user] [Beginner's Corner] - Re: 'table does not exist' error after changing default data

2009-10-21 Thread jaikiran
Bob, Thank you for letting others know about these steps. Feel free to add/edit to wiki any of such relevant information so that it will be easily available to others. As for JBoss Messaging in AS-5 and the steps to change the default DB, there's a wiki here http://www.jboss.org/community/wiki

[jboss-user] [Installation, Configuration & Deployment] - Re: Related to EJB Deployment in JBoss

2009-10-21 Thread jaikiran
Each one of the "all", "default", "minimal" etc... server configurations provide a different set of functionalities. "all" has clustering features and is a superset of the other configurations. "default" has all the services (like EJB support) without the clustering services. So usually, it's t

[jboss-user] [Beginner's Corner] - Re: 'table does not exist' error after changing default data

2009-10-20 Thread jaikiran
Also have a look at this http://www.jboss.org/community/wiki/ChangeDefaultDataSource View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261393#4261393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261393 _

[jboss-user] [Beginner's Corner] - Re: 'table does not exist' error after changing default data

2009-10-20 Thread jaikiran
"bwalker55" wrote : I've changed the default database (DefaultDS) to Oracle as per instructions elsewhere. Which exact JBoss AS version do you use? And can you point us to the exact steps you followed to change the default DB. The creation of appropriate tables should already have been taken ca

[jboss-user] [Persistence] - Re: How to use 2 different Oracle drivers in same server?

2009-10-20 Thread jaikiran
anonymous wrote : We tried adding the older driver JAR file and the *-ds.xml file right in our application EAR file, but when deploying it picked up the newer Oracle driver from the server's lib directory anyways. This puzzled me as we are using ear-scoped classloaders. See this http://www.jb

[jboss-user] [Beginner's Corner] - Re: Role check is not executed

2009-10-20 Thread jaikiran
Ah, you did not give me a change to break your monologue ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261315#4261315 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261315 ___

[jboss-user] [Beginner's Corner] - Re: Role check is not executed

2009-10-20 Thread jaikiran
You can add it to the jboss.xml so that it applies to the entire ejb application: | | http://www.jboss.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee | htt

[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

2009-10-20 Thread jaikiran
Now that we know you are looking at the correct examples, let's look into the details :) "Fuchs" wrote : | Now, the Server-Methode should be called every fifth sec. | In my Application it is only once called. If you look at the bean implementation http://anonsvn.jboss.org/repos/jbossas/pro

[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

2009-10-20 Thread jaikiran
11:01:13,499 INFO [EJBContainer] STARTED EJB: ejb.timer.createbill.TimerBean ejbName: TimerBean You definitely are running AS-4.x tutorials against AS-5 :) The new EJB3 tutorials for AS-5 are available at the link that i posted in my previous reply. View the original post : http://www.jboss.

[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

2009-10-20 Thread jaikiran
"Fuchs" wrote : | | build.xml: | The build.xml script generates an *.ejbjar file which is not deployed by my jboss 5.0.1.GA default server. So I changed the build-script to make a *.jar file. | I also changed the directories, where EJB is found, from "/server/default/deploy/ejb3.deploy

[jboss-user] [JBoss Web Services Users] - Re: JBoss 5.0.1/5.1.0: java.lang.UnsupportedOperationExcepti

2009-10-20 Thread jaikiran
See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158265 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261185#4261185 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261185 ___

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-19 Thread jaikiran
"magicroomy" wrote : I hope it reaches you. | | Received. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261180#4261180 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261180 __

[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

2009-10-19 Thread jaikiran
"Fuchs" wrote : | After some changes the Timer-Tutorial is running. | What changes did you do? The tutorials should not require any changes (maybe just the JBOSS_HOME stuff) to run correctly. So let us know of the changes you did, so that we can fix them (if they are some bugs) accordingly.

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-19 Thread jaikiran
Sure. Drop me a mail to the address available in my profile. If this turns out to be a bug, we can track it through JIRA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261087#4261087 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 5.1.0/railo 3.1.1 context problem?

2009-10-19 Thread jaikiran
Here http://www.jboss.org/community/wiki/ExplodedDeployment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261074#4261074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261074 ___

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