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

2009-04-13 Thread jaikiran
Not exactly an entire set of annotations, but these tutorials do have sufficient set of examples to cover most of them http://www.jboss.org/jbossejb3/docs/ for JBossAS-5.x. Which version of AS do you use? For AS-4.x here are the tutorials http://www.jboss.org/jbossejb3/docs/tutorial/ View the

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-13 Thread alesj
"seleshmaster" wrote : oh one thing, I am not sure the 3.1 SD is added to the main deployer, i do not see it on the JMX view. Earlier when i had the jdk5.deployer, I was able to see it on JMX view. | The deployers are not JMX based any more - they are not MBeans by default. Since you didn't se

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-13 Thread alesj
"seleshmaster" wrote : | Ok, I updated SD to use 3.1 version. JBoss starts up fine, but when I deploy the JBoss-Spring.ear file, I still get the same error. What about if you somehow update that xml namespace in application.xml? Since it's been a while since I wrote that example. If even t

[jboss-user] [JBoss Cache: Core Edition] - Depracated CacheJmxWrapperMBean

2009-04-13 Thread mariuszs
"http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.0.3.GA/apidocs/org/jboss/cache/jmx/CacheJmxWrapperMBean.html"; is depracated, so is there any other option for declaring caching beans as JMX MBeans? | | | @org.jboss.aop.microcontainer.aspects.jmx.

[jboss-user] [JBoss Portal] - partial referesh issue

2009-04-13 Thread peris
Jboss server 4.2.2 GA Jboss portal 2.7.0 I have created one portal and assigned some portlet.I have set partial referesh for all the portlets. If I use this partial referesh in http://.., it is working fine. but in https://..., it is not working. If you have any idea regarding

[jboss-user] [JBoss Portal] - Page Layout Issue

2009-04-13 Thread peris
Jboss server 4.2.2.Ga Jboss portal 2.7.0 I have created one portal and assigned that portal to two user. This portal contains dynamic portlet. First user created dynamic portlet is also displayed to second user. Because we are using same portal for two user, so the page layout is also same for

[jboss-user] [JBoss jBPM] - 4 Eye Principal - Implementation

2009-04-13 Thread swatis
Hi, I want to implement 4 Eye Principal. Let me clear few things about this What is this? :- If we have task A, taskB both are assigned to same group. Now lets consider there are 3 users in this group. TaskB is after TaskA in workflow. If userA performs taskA, then other than UserA, all users fr

[jboss-user] [JBossWS] - WS Security - Identity propagation between web services.

2009-04-13 Thread ravikb_jboss
Hi, I have two WebServices with EJB Endpoints. (EJBWS1 and WJBWS2). Both are secure web services and the methods in those web services has restricted access by specifying the roles using &RolesAllowed annotation. For example: @RolesAllowed("Role1") public String method1(){} EJBWS1 is configu

[jboss-user] [JBoss Messaging] - Message selector and consuming messages

2009-04-13 Thread eontech
Hello Everyone, We have a requirement of two queues. One primary and other secondary i.e. if a message can be processed immediately, it is sent to primary queue else it is sent to secondary queue. Both queues are consumed by different MDBs and all transactions work in container transaction. Fo

[jboss-user] [Beginners Corner] - Re: JBoss-Net

2009-04-13 Thread SwethaPokle
Hi all.. Even iam facing a similar problem. When i try to compile Duke banks problem the deployment fails stating an error that jboss-net.sar not found.. Where do i find this file. Pls help Regards Swetha Pokle View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[jboss-user] [JBoss jBPM] - Re: cannot see the deplooyed process

2009-04-13 Thread swatis
Even I did the same thing I deployed using GPD but that process wasnot available in cosole. So what I did from GPD there is option for "Save Process Achive Locally". I checked that option and saved .par file locally and then using Deploy Process Link from COnsole I provided this file path and th

[jboss-user] [JBoss jBPM] - Re: ActorId & PooledActors

2009-04-13 Thread swatis
You can set pooled actors as well actor also. You can do the following assignable.setPooledActors(new String[]{"userA", "userB"}); assignable.setActorId("userC"); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225228#4225228 Reply to the post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-13 Thread swatis
Hi, Thanks for your reply. As you said task can be assigned to actor or group right. I did the same thing I assigned task to group But lets say If userA is member of Group then he should see that task present in his personal/group task list. To take owenership of that task, that task should be v

[jboss-user] [JBoss Portal] - Re: Deploying PHP application in JBoss Portal

2009-04-13 Thread valatharv
Sorry, don't know how tree structure was corrupted... just missed to preview before posting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225226#4225226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225226 _

[jboss-user] [JBoss Portal] - Re: Deploying PHP application in JBoss Portal

2009-04-13 Thread valatharv
Hi, I am trying to configure php first time on Jboss4.2.3-GA on Win-32 bit, you all seems to be expert... I need suggestion for point 19.. I already have jboss4.2.3.GA configured. -- 17. Download jboss-native-2.0.6-windows-x86-ssl.z

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-13 Thread Kragoth
Hi, I downloaded 3.1.0 nightly (sorry should have got 3.0.1 but miss read) and it seems to be working for me :) Thanks heaps. At first it seemed to stall in a slightly different spot but after a project clean it seemed to start working. Thank you for the fast response! View the original post

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-13 Thread seleshmaster
oh one thing, I am not sure the 3.1 SD is added to the main deployer, i do not see it on the JMX view. Earlier when i had the jdk5.deployer, I was able to see it on JMX view. but I see the following in the server log file 2009-04-13 19:39:47,923 DEBUG [org.jboss.deployers.plugins.main.MainDepl

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-13 Thread seleshmaster
Thax Ales; Ok, I updated SD to use 3.1 version. JBoss starts up fine, but when I deploy the JBoss-Spring.ear file, I still get the same error. One thing I did, I changed the spring-pojo.spring to spring-pojo.jar. I should do that correct? I can deploy .war files with no problem. the applic

[jboss-user] [JBoss jBPM] - Re: Bugs in GPD jBPM 3.2.6.SP1

2009-04-13 Thread boercher
The issue is discussed in this closed jira issue: https://jira.jboss.org/jira/browse/JBPM-1420 It seems that the participants thought that everything would be OK while it is not (at least not in 3.2.6.SP1). Volker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[jboss-user] [JBossWS] - Caused by: org.jboss.remoting.CannotConnectException: Can no

2009-04-13 Thread randhawag
We are running JBoss 4.3 EAP CP02, on Java 6u7 and running into a connectivity issue. Has anyone encountered this problem? We are using JAX WS 2.* libraries. C:\wstest\wstest>java -Djava.endorsed.dirs="C:\servers\jboss-eap-4.3.0.GA_CP02\jboss-as\lib\endorsed " -Dsun.lang.ClassLoader.allowArraySy

[jboss-user] [JBoss jBPM] - Get ActionHandler config information at runtime?

2009-04-13 Thread Thinkstream09
Hello, Does anybody know how to get at runtime the information about configuration of custom ActionHadler classes. Here is what I try to do: Snippet from my processdefinition.xml | | | | service1 | service2

[jboss-user] [JBoss jBPM] - Re: JTATransaction Error

2009-04-13 Thread faite
Next is the code that I am using to fork the main process | public static ExecutionContext forkToken(ExecutionContext executionContext, String tokenName) throws Exception { | final Token rootToken = executionContext.getToken(); | final Token newToken = new Token(

[jboss-user] [JBoss jBPM] - ActorId & PooledActors

2009-04-13 Thread ardavan
Hi everyone, Can a TaskInstance object have a value for the: String actorId variable and at the same time for the String[] actorIds variable? or when you set the actorId to some value then you can't have any "pooled actors". Thank you Ardavan View the original post : http://www.jboss.

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-13 Thread dkuanwang
I tried building the JBoss jars within EAR but same exception happens. :( Since the JBAS I am trying to connect to is 4.2.2 and I have successfully connected to it with the standalone remote client, I am staying with the list of JARs in the previous post (including jbossall-client.jar). I am

[jboss-user] [Beginners Corner] - Naming exception: Error writing response to

2009-04-13 Thread aiesulauro
Is there a way to avoid the exception show below? I could inhibit DEBUG messages for the Naming class, but the JVM cycles would still be used attempting to do the write. The exception shown below appears once per minute in the server log. The computing environment is jboss-5.0.0.GA (standard c

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching & use multiple cac

2009-04-13 Thread bstansbe...@jboss.com
I don't think you can. You can try posting on the JBoss Cache user forum and see if someone has a clever suggestion. Only thing that comes to mind for me is subclassing JDBCCacheLoader and FileCacheLoader such that they take a configuration attribute that defines the region they apply to. Then

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching & use multiple cac

2009-04-13 Thread aman21cent
I can run 2 sets of JBoss cache instance...& providing two configuration filesbut I am trying to avoid it. Can I configure region based cache loaders & run single instance of JBOSS cache? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225195#4225195 Repl

[jboss-user] [Performance Tuning] - Re: when does java release commited memory back to the OS

2009-04-13 Thread frankgrimes97
You might want to have a look at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6498735 Specifically the comment which explains "-XX:[Max|Min]HeapFreeRatio" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225194#4225194 Reply to the post : http://www.jbo

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching & use multiple cac

2009-04-13 Thread aman21cent
My actual goal is to use 2 different cache loaders for 2 different regions like below - Region /user/data/X - use JDBCCacheLoader Region /user/data/Y - use - FileCacheLoader I will use passivation & eviction on both regions but how can I use different loaders on individual regions? View the o

[jboss-user] [JBoss Portal] - Example JBoss portal site

2009-04-13 Thread alejandrosc
Could someone show me sites that are using JBOSS portal. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225191#4225191 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225191 _

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching & use multiple cac

2009-04-13 Thread bstansbe...@jboss.com
You can't configure different cache loaders for different regions. Do you want to configure the cache loader for passivation? If so, you can just configure the FileCacheLoader for everything and only evict from certain regions. View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [Clustering/JBoss] - How to configure region based caching & use multiple cache l

2009-04-13 Thread aman21cent
I want to use specific cache loader for a region. How can I do that? Can I get a sample config file? Example - Region - /user/data/X I want to use in memory/default cache loader. Region - /user/data/Y I want to use - FileCacheLoader thanks in advance. View the original post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-13 Thread gfargone
You cannot assign the same task to different individuals (actors). That would lead to concurrency problems like both persons starting the same task. Whose actions are really driving the task? You need a way for your users to see a group task list where they can take ownership of the task, or a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to configure region based caching?

2009-04-13 Thread aman21cent
Corrected example - Example - Region - /user/data/X I want to use in memory/default cache loader. Region - /user/data/Y I want to use - FileCacheLoader Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225182#4225182 Reply to the post : http://www

[jboss-user] [JBoss jBPM] - Timer doesn't close all task instance (jbpm3)

2009-04-13 Thread riven
There is a next processDefinition. timer repeat = 1 Timer is created and executed. But after call token.signal in Timer class is created new Task Instance "After" and old Task Instance "Before" doesn't close. And in state "End" there is a two task instance with state Open. I think i

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.ClassCastException: $Proxy78 cannot be cast to

2009-04-13 Thread PeterJ
I don't like the looks of the JNDI view entries - the "remote" node should be of a proxy for LoginSession. You did remember to add the @Remote annotation ot LoginSession, didn't you? By the way, please use the code tag when posting code, and do a preview to check the formatting before submittin

[jboss-user] [Beginners Corner] - Re: Jboss 4 to Jboss 5

2009-04-13 Thread vhl2a
Hi, I am also looking for the answer to this question. Any help would be greatly appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225177#4225177 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225177

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-13 Thread PeterJ
Now I get it - you posted the stack trace shown in the browser. At least that is what I think you posted based on the phrase "from the web page". Such stack traces are usually not that helpful (and this one is not). The console log has the real cause of the problem: 06:50:00,805 ERROR [STDERR]

[jboss-user] [Security & JAAS/JBoss] - Re: My servlet is not using the JBoss identity keystore

2009-04-13 Thread fthurber
I was able to ameliorate this problem be creating a sar file with a class that subclassed JBoss's SystemPropertiesService. This allowed me to use an encrypted password. Actually it just reads keystore password from the keystore.password file, decrypts it, and sets the javax.net.ssl.keyStor

[jboss-user] [EJB/JBoss] - Annotations

2009-04-13 Thread sanjaymk
Hello, Does anyone have a link or a url to a page that has all the EJB annotations in JBoss(or in general) and their explanations. I'm trying to convert an xdoclet based EJB app into EJB annotations app and I would like to see the list of all the EJB annotations. Also, is there a wiki post or

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-04-13 Thread spezam
PeterJ, sorry for the lack of information. I actually managed to implement the solution with the following code: | | what I can't understand now is why the "Current thread busy:" is always 0, even if I can see loads of calls with State 'S' View the original post : http://ww

[jboss-user] [JBoss jBPM] - Re: JTATransaction Error

2009-04-13 Thread faite
We are trying to use jbpm to manage file processing. 1.- the flow detect that there is a new file. 2.- create a process to manage the file, in an action read the file and create a child process for each row in the file. 3.- the father process goes to a waiting state and the child to a sub-process

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-13 Thread patweb99
Thanks. I will make sure to include everything from now on. Also I will try what you have proposed. Here is the entire stack trace from the web page attempting to make the call: org.hibernate.validator.event.ValidateEventListener at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-04-13 Thread PeterJ
spezam, more details would help, especially since the referenced solution works for others. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225162#4225162 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225162 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Persistence unit not loaded if security-domain item pres

2009-04-13 Thread PeterJ
The security-domain entry is there so that you can provide a a means to log into the database other than by providing a user-name and password in the *-ds.xml file. If you use the security-domain entry, the user-name and password entries are ignored (at least, as far as I know - I have not used

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-13 Thread PeterJ
When you post exception stack traces, please post the whole thing, including the logging info. The excerpt you posted means nothing and at this point I cannot tell if that is because you didn't include the interesting stuff, or because this is yet another poorly-worded exception. In some cases i

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: java.lang.ClassCastException: javax.naming.Reference

2009-04-13 Thread PeterJ
talktoudaykumar, please do not resurrect 2-1/2 year old posts. Instead, start a new topic. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225155#4225155 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225155 ___

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-04-13 Thread spezam
Hi, has anybody any input/solution on this thread? I tried to implement the posted solution, without many effects. thanks, Matteo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225154#4225154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-13 Thread PeterJ
I believe that what the error means is that there is no setForm() method in the class of the jtkpersistence object. This might occur if you used #{jtkpersistence.form} in a location where JSF expects to both access and update the value. View the original post : http://www.jboss.org/index.html?

[jboss-user] [JBoss Portal] - Re: how to integrate LDAP-URGENT

2009-04-13 Thread PeterJ
pooja.abmre, please do not type in all caps - shouting is considered to be rude. Also, please use real words, not text-based abbreviations - by using real words there will be less of a chance of your being misunderstood and therefore provided with meaningful answers. Finally, if you have an urge

[jboss-user] [JBoss jBPM] - Re: JTATransaction Error

2009-04-13 Thread kukeltje
what does the actionhandler do exactly? and 40.000 times??? wow... That does not sound like workflow View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225150#4225150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225150

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to monitor Jboss's Session ?

2009-04-13 Thread PeterJ
http://www.jboss.org/jopr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225141#4225141 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225141 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Messaging] - Re: JMS Monitoring

2009-04-13 Thread gaohoward
Hi I think you need QueueBrowser... http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153713 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225132#4225132 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225132 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to configure region based caching?

2009-04-13 Thread aman21cent
I want to use specific cache loader for a region. How can I do that? Can I get a sample config file? Example - Region - /user/data/x I want to use in memory/default cache loader. Region - /user/data/x I want to use - FileCacheLoader thanks in advance. View the original post : http://www.jbo

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-13 Thread clebert.suco...@jboss.com
jbossall-client.jar is deprecated after JBoss5 only. The reasoning for the deprecation is this: - Think about when a customer or user found a trivial bug. We then change the class and recompile it. Now we have to update at least two jars: -jboss-messaging.jar and jbossall-client.jar. - Now th

[jboss-user] [Beginners Corner] - Tomcat version discrepancy

2009-04-13 Thread dweiss
Hi, I'm looking for the version of Tomcat used in Jboss 4.2.0. I found this URL that lists the Tomcat versions: http://www.jboss.org/community/docs/DOC-12545 However, if you look at the Tomcat version that is listed for 4.2.0 (6.0.13), this version does not match JBOSS_SRC_DIR\thirdparty\lic

[jboss-user] [Installation, Configuration & DEPLOYMENT] - request.getServerPort returning wrong value

2009-04-13 Thread ankitgarg
Well I don't know if this is the correct forum for this question but this looks suitable to me. I have jBoss 4.0.4 with EJB3 patch running on port 28080 on a server (I can't tell the domain because of my company policies). In that I've deployed an EAR application. In the WAR module in that EAR,

[jboss-user] [JBoss Tools (users)] - Re: something weird going on : cant read the read off delplo

2009-04-13 Thread wiggy
well thats a bother - however thanks for digging that one out - i guess we'll just have to run with it until we get 5.1 up and out however if the post helps other people with similar gripe then thats good how long do we have to wait to get a 5.1? View the original post : http://www.jboss.o

[jboss-user] [JBoss Portal] - Re: Achieving IPC on JSF(RichFaces) Portlet

2009-04-13 Thread wesleyhales
This will be possible in the portlet 2.0 bridge Alpha release... coming very soon. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225119#4225119 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225119 ___

[jboss-user] [JBoss Portal] - Re: DEPLOYING JBOSS PORTAL 2.7.0 ON GLASSFISH

2009-04-13 Thread mwringe
JBoss Portal currently only works with the JBoss Application Server. If you are using JBoss Portal 2.7.0 you should be using JBoss AS 4.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225116#4225116 Reply to the post : http://www.jboss.org/index.html?module=

[jboss-user] [Clustering/JBoss] - Re: JSession ID appearing on First hit only

2009-04-13 Thread bstansbe...@jboss.com
Suggest you try the forums more focused on the web tier: http://www.jboss.org/index.html?module=bb&op=viewforum&f=50 JBoss Web includes the session id in the URL until it gets a response back from the browser that includes a session cookie. It's that first session cookie that lets the webserver

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persistence unit not loaded if security-domain item present

2009-04-13 Thread shrimad
Hello, I have my bean with a persistence unit. It works until I add security-domain item into datasource definition file. | | | | | MyOracleDS | jdbc:oracle:thin:@hpdb2:1521:ODBDB | oracle.jdbc.driver.OracleDriver | someuser | so

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-13 Thread patweb99
I am on JBossAS5 and thanks for the reply btw. I've reviewed your post, but don't think it will do much good. My issue is that on deployment I do not want hibernate to even load. I want my application to load it instead. Does that make sense? Is this possible? Maybe I am not understanding the l

[jboss-user] [JBoss jBPM] - JTATransaction Error

2009-04-13 Thread faite
We have a action that fork a process 40,000 times, that works well, but the next activity is a sub-process and for some reason we got the next error: | 16:40:42,547 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id -3f57fd67:920b:49dfad5c:11c invok

[jboss-user] [Beginners Corner] - 503 Service Unavailable Error

2009-04-13 Thread ashok_1979
I am using haproxy on top of jboss machine. There is one scenario where teh file gets uploaded to jboss from multipart request and then gets processed at server side and then that batch gets loaded to database. During this operation, if someone hits the jboss application from browser, sometimes

[jboss-user] [JBoss Messaging] - Re: JMS Monitoring

2009-04-13 Thread vandana_awat
hi did u find any solution to this issue? how can we monitor the messages present in the queues through JBOSS? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225101#4225101 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: java.lang.ClassCastException: javax.naming.Reference

2009-04-13 Thread talktoudaykumar
same problem. I'm using a session bean. I'm trying to access this bean from my client program. When i print getClass().getName() it is printing "javax.naming.Reference". When i try to cast this to session bean interface, it is giving class cast exception. I searched for this in various posts

[jboss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.ws.core.jaxws.sp

2009-04-13 Thread Sancheski
Hi again, Does anyone solve this problem? I am still looking for a solution. I tried what I found in Jboss forums and I did not make it work. This is what I get when using my web service client: Caused by: java.lang.ClassCastException: org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl |

[jboss-user] [JBoss/Spring Integration] - Re: Exception while integrating spring and jboss 5.01 AS

2009-04-13 Thread alesj
I think first you should update SpringDeployer (SD) to use version 3.1. Follow simple instructions from here: - http://www.jboss.org/index.html?module=bb&op=viewtopic&t=126475 If that doesn't work against AS_5.0.1 let me know and I'll do a new release. Your exception actually looks like it's no

[jboss-user] [JBoss jBPM] - Group Task Assignment proble- Unable to see task avalaible o

2009-04-13 Thread swatis
Hi, I'm using 3.2.3 version. I'm using group(testgroup) in task node assignment expression. I have 3 users in "testgroup" but I dont see this task is available to any of the user from group. In pooledActor attibute I see group name but in personal /group task I am unable to see. If I assign o

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-13 Thread jaikiran
Which AS version do you use? For JBossAS-4.2.x, maybe this will help http://www.jboss.org/index.html?module=bb&op=viewtopic&t=133202 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225082#4225082 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [EJB 3.0] - Re: Why is injection not working in AS 4.0 and 4.2 (servlets

2009-04-13 Thread sannegrinovero
Hi, this sticky thread got a bit messy: Seam is not relevant in the discussion. Injecting an EntityManager in a servlet is just wrong: servlets get concurrent requests and you really don't want an instance level EntityManager; Inject the EntityManagerFactory instead and use it to create a new en

[jboss-user] [JBoss AOP] - Re: Introducing annotations only on classes which don't have

2009-04-13 Thread jaikiran
"jaikiran" wrote : | I'll file a feature request for this validation. | https://jira.jboss.org/jira/browse/JBAOP-719 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225065#4225065 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - libraries incompatibilities?

2009-04-13 Thread BjPenn
hey i have an error with my app and i truly believe that it has to do with the libraries compatibility. i am using jboss 5.0.1 GA for jdk 6 richfaces3.2.2 JSF 1.2 and the error i am getting is : i will translate the first line cause it s on spanish: "the servlet.Service() for the jsp servlet

[jboss-user] [JBoss AOP] - Re: Introducing annotations only on classes which don't have

2009-04-13 Thread jaikiran
"kabir.k...@jboss.com" wrote : Try | | | class($instanceof{java.lang.Object}) AND !class(@MyOwnAnnotation) | | | instead. | That worked. Thanks! "kabir.k...@jboss.com" wrote : | We don't do any validation of the ElementType, so if this is a big issue for you please add a JIRA