[jboss-user] [JBoss Messaging Users] - Re: Easiest way to bind IBM WS MQ hosted 'Queue' to name in

2009-09-22 Thread anilit99
I am not sure, but it looks like the connection factory is bound in the java 
namespace, instead of the global JNDI. 

You can view the jndi tree from the jmx-console. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256317#4256317

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256317
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB] - Problem in ejb3 - interceptors-aop.xml

2009-09-21 Thread anilit99
I've searched this forum for 'ejb3-interceptors-aop.xml'. Not many hits. So, I 
am wondering how come no body encountered this weird problem. 

I just wanted to add a new domain with some default activation config 
properties. Much like below. 

   
  |   @org.jboss.annotation.ejb.PoolClass 
(value=org.jboss.ejb3.StrictMaxPool.class, maxSize=30, timeout=1)
  |
  |
  | 
  |   @org.jboss.annotation.ejb.DefaultActivationSpecs 
({...@javax.ejb.activationconfigproperty(propertyName = "channel", 
propertyValue = 
"SYSTEM.ADMIN.SVRCONN"),@javax.ejb.ActivationConfigProperty(propertyName = 
"hostName", propertyValue = "gbskgsfmqt")})
  |
  | 

It deploys well, and everything is cool. But as you can see the last line is 
very long. So if I introduce a newline, it suddenly breaks with the following 
exception. As I said, it works perfectly fine if the properties are on a single 
line, but breaks very badly if I insert a newline character. 

These are MQ properties and they tend to grow as we have so many properties. 
This could be a potential show stopper for everyone, if not immediately, may be 
in the near future.  

this is the exception : 
anonymous wrote : 2009-09-21 14:14:30,911 ERROR (ScannerThread) [STDERR] Caused 
by: org.jboss.aop.annotation.ast.ParseException: Encountered "\n" at line 1, 
column 154.
  | Was expecting one of:
  | "}" ...
  | "@" ...
  | "{" ...
  |  ...
  |  ...
  |  ...
  | 
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.annotation.ast.AnnotationParser.generateParseException(AnnotationParser.java:700)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.annotation.ast.AnnotationParser.jj_consume_token(AnnotationParser.java:583)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.annotation.ast.AnnotationParser.MemberValueArrayInitializer(AnnotationParser.java:302)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.annotation.ast.AnnotationParser.MemberValue(AnnotationParser.java:247)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.annotation.ast.AnnotationParser.SingleMemberValue(AnnotationParser.java:147)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.annotation.ast.AnnotationParser.Annotation(AnnotationParser.java:101)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.annotation.ast.AnnotationParser.Start(AnnotationParser.java:33)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  at 
org.jboss.aop.introduction.AnnotationIntroduction.(AnnotationIntroduction.java:93)
  | 2009-09-21 14:14:30,927 ERROR (ScannerThread) [STDERR]  ... 31 more

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256177#4256177

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256177
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: How to post Message to IBM MQ Queue from Webservice ?( U

2009-07-30 Thread anilit99
MQ indeed provides a resource adapter. You just have to configure that to your 
JBoss. 
The first result in my google search :
http://www.ibm.com/developerworks/websphere/library/techarticles/0710_ritchie/0710_ritchie.html?ca=drs
Its for a bit old connector, but everything holds good. Try running the IVT 
test. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246944#4246944

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246944
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread anilit99
very informative thread i've seen in a while ! thanks every one !

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240973#4240973

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240973
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.3

2009-06-23 Thread anilit99
So that means the AS integrated in the application platform is same as the 
highest community version, available ? 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239343#4239343

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239343
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 4.3

2009-06-23 Thread anilit99
Hi there, 
   I am just wondering, is there any version called JBoss 4.3 ? My 
colleague here is saying that JBoss 4.3 is available only for the subscription 
holders. Is it true ? 
If there is really a version in between JBoss 4.2.2 and JBoss 5.x, I would be 
interested in this subscription. 

thanks and regards
Anil.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239318#4239318

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239318
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: MDB external configuration

2009-05-21 Thread anilit99
I believe its a jboss specific thing. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232532#4232532

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232532
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: MDB external configuration

2009-05-21 Thread anilit99
I remember setting message selector in jboss.xml. A neat solution I should say !

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232523#4232523

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232523
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Wrong target. class org.jboss.jms.client.delegate.Client

2009-05-20 Thread anilit99
Not quite helpful info. 

But I got a similar error sometime back. I re arranged the jar files here and 
there and it got resolved magically. Just to make you feel better - you are not 
alone in this whole jar conflicts thing. I can vividly recall the countless 
nights resolving the correct jar files, just because some other version of the 
jar is lying somewhere. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232290#4232290

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232290
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread anilit99
With the provided information, I can only take some guesses. 
I believe when you say load - you mean number of messages on the queue ? Or 
overall application/user load ? 

Anyways just to skim on the surface : 
  1. Did u try caching the initial context ? Building IC everytime, can cause 
some delay issues. 
  2. Sanity checks (closing the resources )
Please try to post the lookup code. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232060#4232060

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232060
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossMQ] - Re: Creating Connection Factory in JBoss MQ.

2009-02-16 Thread anilit99
RTFM !!! lols !

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210292#4210292

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210292
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Jboss JMS error - help needed

2008-08-10 Thread anilit99
can you post some configurations - i mean what is the hsql-db.xml looking like ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169757#4169757

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169757
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS & JBossMQ] - Re: Updating messages already sent - is it possible

2008-06-24 Thread anilit99
You got any solution for this ? 

thanks
Anil.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160158#4160158

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160158
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2008-06-03 Thread anilit99
Hey Kiran, 
   Thanks a lot. But I am not seeing 4.2.3 in the release page. Is there 
any way other than, checking out and building it ?

thanks
Anil.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155428#4155428

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155428
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2008-06-02 Thread anilit99
Hi dahm/Kiran,
  is there any update on this issue ??

thanks
Anil.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155164#4155164

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155164
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss 4.2.2 with hibernate-entitymanager-3.3.1.GA

2008-03-03 Thread anilit99
Hi all,
Is it only me, or every body else know how to get around this ?
Heres my situation: I dont want to use hibernate jars which comes in Jboss4.2.2 
distribution. These jars are old (3.2.1). I want to use the latest version with 
Jboss4.2.2.
I tried keeping my ear file isolated using the tag in ear-deployer.xml. But I 
am getting the classic ClassCastException. Somehow Jboss always wants to use 
its version of hibernate jar files.

Any help is highly appreciated !!

thanks
Anil.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133742#4133742

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133742
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: Port 1098 is taken

2008-03-03 Thread anilit99
There is a very quick solution to this. 
In the server/xxx/conf directory there is jboss-service.xml
Search for the tag: ServiceBindingManager.
Now Uncomment the whole mbean. Opposite to serverName you can find ports-01. In 
most of the cases it can remain the same. 

Just restart the server. If you are interested you can open and see the 
sample-bindings.xml where all the ports are configured. This is a fail proof 
way to get over the ports problem. 

thanks
Anil.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133720#4133720

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133720
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user