[jboss-user] [JBoss Portal] - Re: custom sso :cas

2008-08-26 Thread jsports
| 14:31:58,031 INFO [STDOUT] 2008-08-27 14:31:58,031 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - | 14:31:58,031 INFO [STDOUT] 2008-08-27 14:31:58,031 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - http://localhost/portal/auth/portal/default/default] for user

[jboss-user] [JBoss Portal] - Re: custom sso :cas

2008-08-26 Thread jsports
who can tell me what happend after the cas Authentication? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172734#4172734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172734 _

[jboss-user] [EJB 3.0] - need help on interceptors and suspending specific threads

2008-08-26 Thread mnrz
Hi We are using EJB3 and we've created an interceptor to check whether the user has already sent a request or not. if we noticed that the user has already sent a request then in this interceptor we need to suspend that thread and wait till the former request being completed otherwise the threa

[jboss-user] [Beginners Corner] - Re: Naming Service Error(could not start on port 1099)

2008-08-26 Thread jagsysadmin
Thanks For The Reply Peter j and Jaikiran.I will try it and reply u with the screen shot of the error. Jaikiran we have developed one application which uses jboss 2.4.3 and we have yet to upgarde it to new jboss version.Thanks for ur reply. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Portal] - custom sso :cas

2008-08-26 Thread jsports
I have done cas sso with jboss portal successfully. Now I want to use our userinfo database for Authenticate. I write a new CASAuthenticationService implements AuthenticationService instead of the CASAuthenticationService in the portal-identity-sso-lib.jar. | public class CASAuthenticationServ

[jboss-user] Automatically rejected mail

2008-08-26 Thread Mail Delivery Subsystem
Your message was automatically rejected by Dovecot Mail Delivery Agent. The following reason was given: Quota exceeded biniJMfr1Z67K.bin Description: message/disposition-notification --- Begin Message --- --- End Message --- ___ jboss-user mailing lis

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
Just wanted to follow up with something I've found. If you use the deploy.last directory trick and you have more than one app in that directory, when you place a new version of one of the apps in there the server gets caught in a loop constanly redeploying all of the apps. So you have to stop t

[jboss-user] [JBoss jBPM] - Re: how to use fork-join to impelement this requirement

2008-08-26 Thread yuyanshan
"kukeltje" wrote : by implementing your own node behaviour. For an example of an n-outr-of-m join see the workflowpattern examples in the source thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172726#4172726 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Alpha1 is released

2008-08-26 Thread berenErchamion
My "other issue" with the secutiry context is documented in on a forum on the seam site...I didn't cross-post it tho since that's normally not cool and I didn't want to be a jerk. Its under my name "beren erchamion". beren View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Alpha1 is released

2008-08-26 Thread berenErchamion
Here's the details. I have Eclipse 3.4 (latest build) running with JDK 1.6.0_05 in 1.5 compatibility mode. I have JBoss 4.2.3 with JBoss Portal 2.7B as the only other app running. I have seam 2.1.0B1. I installed the 3.0 tools to my eclipse using update manager, then restarted. Then I switc

[jboss-user] [JNDI/Naming/Network] - Re: How to check with java code, if a deploy was sucessfull?

2008-08-26 Thread srikanth_vals
Once you deploy, lookup the resource using JNDI name and if u get the resource then it is installed correctly, if it throws exception then not installed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172721#4172721 Reply to the post : http://www.jboss.com/i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.3 start as service question

2008-08-26 Thread wslyhbb
The $JBOSS_LOG_FILE is empty :-(. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172719#4172719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172719 ___ jboss-user mailing li

[jboss-user] [JBoss Tools (users)] - Re: JBossTools 3 Alpha + Ganymede

2008-08-26 Thread dgolovin
You also have to have requirements unpacked in your eclipse as it listed on this page http://download.jboss.org/jbosstools/builds/release/3.0.0.Alpha1/ in 'Build Drivers' section on the right. You can unpack JBoos Tools ALL-bundle in eclipse or use update site http://download.jboss.org/jbosstoo

[jboss-user] [JBoss Tools (users)] - JBossTools 3 Alpha + Ganymede

2008-08-26 Thread mrmarcondes
Hi, I have Ganymede installed on my machine and uncompressed JBoss Tools 3 Alpha on it. But nothing happens, the plugins isn't installed. I searched for plugins by Eclipse/ Help/ About Eclipse Platform/ Plugin Details and didn't find any. Is there a way to install by Eclipse update site? Or un

[jboss-user] [JBoss Cache: Core Edition] - Re: Endless loop trying to obtain lock in 1.4.1.SP9

2008-08-26 Thread BradleyDouglas
Hi again, Well I think I'm not going to be able to fix this. I've just looked at the compatability section of the jboss cache web site and saw that 2.1.1 isn't compatible with the jboss app server - which is what all our stuff run in. I've also looked in the jxm console, and confirmed that our

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication from stand alone client

2008-08-26 Thread ragavgomatam
anonymous wrote : How can I access an ejb which resides in another ear file from My LoginModule? For validating my user I want to use an existing EJB method call. Wouldn't that be a re-entrant call ? You are trying to secure a resource, but as a part of the login, you are trying to access the r

[jboss-user] [JBoss Tools (users)] - Problem starting JBoss from Eclipse

2008-08-26 Thread gwzoller
Hello, I've installed a JBoss server into Eclipse (Europa--can't run Ganymede yet). If I try to start it empty--no installed projects yet--then it spins through its regular start-up and I can hit the server w/browser. But the server view in Eclipse still reports the server as "starting" and i

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Alpha1 is released

2008-08-26 Thread berenErchamion
Absolutely - will do so tonight. I haven't posted any issues - but the Jira and boards here and at the seam site are littered with both issues - but no real answers on how to fix. Just Google on "SeamPhaseListener". I'll post more details tonight on the Jira. Thanks very much for the offer

[jboss-user] [JBoss Cache: Core Edition] - Re: Debugging jboss cache with JBoss 4.2.1

2008-08-26 Thread skajotde
I guess you are doing remote debugging. Check jar version in META-INF/Manifest.mf in server/xxx/lib/jboss-cache.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172707#4172707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Beginners Corner] - Re: Problem looking with CastClassException on JBossConnecti

2008-08-26 Thread PeterJ
Do you by any chance have a jar file in your application that contains the javax.jmx.QueueConnectionFactory class? If so, remove that jar - you are running into a class loader issue where two different class loader loaded the same class (which makes them inherently different). View the origina

[jboss-user] [Beginners Corner] - Problem looking with CastClassException on JBossConnectionFa

2008-08-26 Thread Karen.Kramer
Using JBoss EAP 3.4.0 with JBossMessaging 1.4.0.SP3 We are migrating from JBoss 4.2.2 GA with JBossMQ I was able to download the example client code for a basic send/receive with a queuethe client runs perfectly: Here is remote client code which I could run and results up to getting the Ses

[jboss-user] [Testimonials] - Re: jBPM success stories?

2008-08-26 Thread mpics623
Please see my post about jBPM in the forums here - http://jboss.com/index.html?module=bb&op=viewtopic&t=141040 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172702#4172702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread patwary_shiva
we have a custom class which overides convert method Instead of calling customclass.convert it is calling org.apache.commons.beanutils.ConvertUtils.convert which is in the same jar below is stcak trace. java.lang.IllegalArgumentException: array element type mismatch at java.lang.reflect.

[jboss-user] [JBossWS] - ant tests errors: NoClassDefFoundError: org/jboss/wsf/test/G

2008-08-26 Thread bkyle
Hi, I'm new to web services on JBoss. I'm trying to debug my installation of JBossWS native 3.0.2 on JBossAS 4.2.1 When I try to run the tests that come in the jbossws-native-dist\tests directory, I get this error: NoClassDefFoundError: org/jboss/wsf/test/GenericSOAPHandler I put the console

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Alpha1 is released

2008-08-26 Thread dgolovin
I've just went through new Seam Project EAR wizard in your configuration. I cannot reproduce any of your problems. 1. I'm able log in/log out in generated application; 2. I have no any errors related PhaseListener. Could you open JIRA issue with steps you did and attached logs, stack traces, any

[jboss-user] [JBoss Portal] - Locale in render set

2008-08-26 Thread mohitmutha
I need to retrieve the locale of the logged in user in the DivDecorationRender to localize the rendered texts. How can this be done? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172696#4172696 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - Re: DivDecorationRenderer determine portlet

2008-08-26 Thread mohitmutha
I am facing the same problem. Any solutions / workarounds for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172695#4172695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172695 __

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
Thanks for the explaination and thanks again for the help. Good luck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172694#4172694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172694 _

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread PeterJ
Being a candidate release does not necessarily mean that nothing is broken. It is rather an indication of the feature set. That is, a candidate release contains all of the features expected in the final release. It also implies that all components are at their expected levels (that is, if CR1 co

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
Just out of curiosity, doesn't the CR1 indicate this is a release candidate? How can a version be considered a release candidate when it is know to be broken? I'm not trying to be an ass, but one would think this couldn't be a release candidate. View the original post : http://www.jboss.com/i

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
Okay the deploy.last directory trick worked, thanks. I tried going back to 4.2.2 earlier but that app resouce bundles can't be found under 4.2.2 for some reason so I decided to just keep going with 5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172687#4172

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
typo was logging, the mysql logging. Anyway that is no longer an issue the only remaining issue is figuring out how to get the datasource to load BEFORE the application does. I tried the solution listed here: https://jira.jboss.org/jira/browse/JBAS-5719 by changing the deployers.xml file but

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread PeterJ
zparticle wrote : Unforutnately the app is still loading ahead the JNDI data source getting created. | That is one of the joys of working with the beta of the next release - you get to put up with all of the bugs and regressions while they get worked out. The default deployment ordering has

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread PeterJ
Please post the full stack trace for the exception you are seeing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172684#4172684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172684

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread PeterJ
zparticle wrote : I wish that worked Define "that" (I provided two suggestions, I have no idea which one you are referring to) zparticle wrote : with the loggin parameter the service won't start "loggin"? Is that "login" or "logging", and what "service" are you talking about? Are you running J

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
Okay the hang was, of course, caused by a bug in my logic. The JNDI look up is working now. Unforutnately the app is still loading ahead the JNDI data source getting created. applicationContext.xml | | | jboss-web.xml | photos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread patwary_shiva
Peter, Sorry about the half email.. It did not work after making the changes. I did test by adding all the jar files.i am trying other ways. do you have any other suggestions i really appreciate your help . regards shiva View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Alpha1 is released

2008-08-26 Thread berenErchamion
I grabbed the tools and tried them out on Eclipse 3.4 with the latest Seam 2.0 code, JBoss-AS 4.2.3, and MySQL 5.x. Unfortunately I still have the same killer problems that impacted the previous release when working with EARs: 1. The components.xml generated by the project creation wizard has a

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread gryffin
Okay, PeterJ. That helps define the problem. I'd understood that the property wasn't being set, but I hadn't found my way far enough upstream in the source to find the headwaters, so to speak, in CommonClient. I'll look into tweaking the class and see what I get. Thanks! View the original post

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread PeterJ
I looked at the source code. The 'outbound' property is set to false when the client sends a request to JBossAS and to true when JBossAS responds back. The exception means that property has not been set. Earlier in the stack trace, in CommonClient.invoke, line 404, we find that someone commite

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
I wish that worked, but with the loggin parameter the service won't start. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172671#4172671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172671

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss SSL Configuration

2008-08-26 Thread rpelluru
Hi, I did not understand about the below You did not post the output of your telnet command. If i try to access https://machinename:8443,it's giving the page can not be dispalayed error page. Regards, Rajesh Pelluru View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Tools (users)] - Re: JBossTools crash Easy Eclipse

2008-08-26 Thread dgolovin
The problem might be that eclipse trying to instantiate internal browser based on mozilla to show Intro. Try add line below browser-choice=1 to file .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.browser.prefs It will switch eclipse to using external browser and SWT versi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread PeterJ
Which is quicker - just trying it, or asking someone on a forum and waiting for a response? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172668#4172668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172668 __

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread gryffin
Here's the output with more detail about the run environment: C:\MV4Client2\bin>\jboss-4.2.3.ga\bin\wsrunclient com.boeing.nmt.nls.test.AssetTest | . | Java directory: "C:\Program Files\Java\jdk1.5.0_15\bin\java" |

[jboss-user] [JBoss Tools (users)] - Re: JBossTools crash Easy Eclipse

2008-08-26 Thread dgolovin
It fails during start, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172666#4172666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172666 ___ jboss-user mailing list

[jboss-user] [JBossWS] - RESTeasy and X-HTTP-Method-Override

2008-08-26 Thread jrinderle
Are there any plans to support the X-HTTP-Method-Override request header (automatically/transparently) in RESTeasy? (Forgive me if this is already a feature -- I searched the forums and wiki and did not find anything.) This would make it much easier to support clients that cannot send PUT/DELETE

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread patwary_shiva
should i specify all the jars in the lib directory od EAR??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172663#4172663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172663 __

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread PeterJ
OK, just read the first post, and it looks like you are back to the error message in that post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172662#4172662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172662 __

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread PeterJ
The server/default/lib directory is the correct location for the JDBC driver JAR files. If both MySQL and JBossAS are showing CPU usage, then you can at least be assured that the database connection was made. You might want to enable the general query log in MySQL to see what is going on http:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread PeterJ
Try referencing the jars in application.xml and see if that fixes it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172660#4172660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172660 _

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread PeterJ
It might not be an improvement, but at least it is different - the error message has changed! I don't recognize this error - I will have to do some research. Did you regenerate the client stubs using the JBossAS 4.2.3 libraries/tools and JDK 1.5? View the original post : http://www.jboss.com/

[jboss-user] [JBossMQ] - Re: Slight problem still regarding the fix for bug JBAS-1489

2008-08-26 Thread jmihalich
I gave up trying to fix this problem. It didn't seem to be affecting anything, as you said. It just appears there's a thread out there that is still running that should have exited. We switched to jboss messaging about 4 months ago, on jboss 4.2.2. All the problems we had with jboss mq with

[jboss-user] [EJB 3.0] - Re: Deprecation Of SOAPMessageHandlers

2008-08-26 Thread davidm2005
Anybody have any ideas on the above question? I am wondering the same thing, how to handle soap headers using an EJB 3.0 Web service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172656#4172656 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Cache: Core Edition] - Debugging jboss cache with JBoss 4.2.1

2008-08-26 Thread yair.zaslavsky
Hi all, when debugging my application, I have to enter the TreeCache.inactivateRegion method. i saw in the competability matrix that JBoss 4.2.1GA shipps with JBoss Cache 1.4.1 SP 3. I downloaded the sources for this version, but unfortunately when I perform "step into" using the debugger I get

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
during the "hang" the mysql and jboss processes are taking 50% of the cpu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172654#4172654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172654 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread patwary_shiva
I am using jboss 4.2.1 GA.I am not refering the jars in application.xml.DId i am using default classloader settings.my ear struture is test.ear /lib commons-beanutils.jar custom.jar /META-INF application.xml jboss-app.xml a.war b.war View the original post : http://www.jboss.com

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread PeterJ
Which version of JBossAS are you using? Are you referencing the jar files in application.xml? I am not sure in which version of JBossAS it started to automatically recognize the lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172647#4172647 Re

[jboss-user] [JBoss jBPM] - Re: static variable in actionhandler

2008-08-26 Thread AJanz
thats what i already did i use | public class MySingleton{ | | static MySingletoninstance = new MySingleton(); | | static long count =0; | | public static MySingletongetInstance(){ | return instance; | } | | | View the original

[jboss-user] [EJB 3.0] - Re: SOS

2008-08-26 Thread [EMAIL PROTECTED]
i have resolved this problem, ROrganizationService | public int deleteObj(int id) { | OrganizationEO org = queryByID(id); | if(null != org && null != org.getParentObj()) | { | OrganizationEO superOrg = queryByID(org.getParentO

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread gryffin
Thanks PeterJ for your suggestion. I went ahead and tried again from a 'space-less' directory path and ensured that I was using Java 1.5.x. No improvment. C:\MV4Client2\bin>\jboss-4.2.3.ga\bin\wsrunclient com.boeing.nmt.nls.test.AssetTest log4j:WARN No appenders could be found for logger (org.

[jboss-user] [JNDI/Naming/Network] - How to check with java code, if a deploy was sucessfull?

2008-08-26 Thread thitoh
I know I can deploy and undeploy invoking methods of MainDeployer MBean. but they haven't return value! look: void deploy() -> param: java.net.URL void undeploy() -> param: java.net.URL They are void! I know I can add listeners on subdeployers, but if occurs another deploy of another application i

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
I've tried copying the mysql driver jar into the server/default/lib directory but when I hit the app it just hangs now. no response ever comes back to the browser. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172636#4172636 Reply to the post : http://www

[jboss-user] [Beginners Corner] - Re: MDB cannot be created when running in

2008-08-26 Thread gan.gary
thanks, you still can remember my last post :) . The first in cluster will get: 2008-08-22 12:13:06,152 WARN [org.jboss.ejb3.mdb.MessagingContainer] destination not found: queue/XXX/YYY reason: javax.naming.NameNotFoundException: queue/XXX/YYY | 2008-08-22 12:13:06,152 WARN [org.jboss.ejb3.m

[jboss-user] [Beginners Corner] - Re: Naming Service Error(could not start on port 1099)

2008-08-26 Thread PeterJ
Also see the http://wiki.jboss.org/wiki/DebugBindException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172634#4172634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172634

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading issue (loading class from another jar)

2008-08-26 Thread patwary_shiva
Do i need to create a sar file to keep both the jars in in same classloader.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172631#4172631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172631 _

[jboss-user] [EJB 3.0] - strange behaivor of nonclustered ejb calling clustered ejb

2008-08-26 Thread wurzelkuchen
Hello, during my work on a student research project, I noticed a strage behavior. Following scenario: EJB1: a not clustered stateless EJB, which calls EJB2 per lookup | @Stateless | public class Bean implements BeanLocal, BeanRemote { | ... | private Bean2 bean2; | public void ca

[jboss-user] [Performance Tuning] - Re: JVM pauses periodically

2008-08-26 Thread PeterJ
If you use the -Xloggc:file-name option to direct logging statements to to a file, the logging overhead will be minimal, probably around 2-3%. (It is slightly higher when dumping it to the console just because writing to the console is slow.) View the original post : http://www.jboss.com/index

[jboss-user] [Beginners Corner] - Re: Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
Forgot to mention that I'm deploying my apps as war files. I thought maybe this: http://wiki.jboss.org/wiki/IWantToDeployMyOwnJdbcDriverInAScopedClassloader applied but I don't know how to apply that to a war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [Beginners Corner] - Deployment order and MYSQL Driver class issues

2008-08-26 Thread zparticle
Okay I have a couple of problems. I'm running on JBoss 5.0.0-CR1, MS-Windows XP SP 3. My apps use Spring and iBATIS. I had to switch from a local data source definition (which was working) to a JNDI container based definition to get the connection pooling. The problem is JBoss keeps deployin

[jboss-user] [JBoss jBPM] - Re: static variable in actionhandler

2008-08-26 Thread [EMAIL PROTECTED]
Perhaps the Singleton design pattern would do the trick. See any design patterns book for how to implement and use. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172625#4172625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.3 start as service question

2008-08-26 Thread PeterJ
That makes more sense - that neither URL works. I am not sure why you posted the strace output (though it shows that the JVM is starting up and loading the libraries) - the $JBOSS_LOG_FILE contents would have been more helpful. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Tools (users)] - Re: Performance issues getting severe

2008-08-26 Thread [EMAIL PROTECTED]
Howdy! Not all plugins are changed between JBossTools versions. Some remain stable and unchanged, so what you're seeing is that divergence. Other plugins which are new actually get a 1.0.0 version, since it's their first version. So you'll see in JBoss Tools 3 alpha that there are several plu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Classloading issue (loading class from another jar)

2008-08-26 Thread patwary_shiva
I have a EAR file. In the lib folder of ear i have two jar files commons-beanutils.jar and B.jar(custom jar). The look up class in commons-beanutils.jar is unable to acces class in our custom jar.Is it possible to do it in jboss?? shiva View the original post : http://www.jboss.com/index.html

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss SSL Configuration

2008-08-26 Thread jaikiran
You did not post the output of your telnet command. While posting the logs or code or xml content, 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 the original post : ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Congifuring distributed deployments on a cluster with JBoss

2008-08-26 Thread bwickham
anonymous wrote : The Farm service is removed. Distributed deployments will eventually be handled by the AS 5 Profile Service, with the Profile Service (or JBoss ON) coordinating deployments across the cluster from a centralized repository. The Farm Service's function of replicating deployment a

[jboss-user] [Beginners Corner] - Re: Naming Service Error(could not start on port 1099)

2008-08-26 Thread jaikiran
"jagsysadmin" wrote : Hi, | I am new to this Jboss software and i am using jboss 2.4.3\tomcat 3.2 | | Do you really mean 2.4.3 version of JBoss(which is very old)? "jagsysadmin" wrote : | and when i start jboss i get this error naming serive could not start on port | 1099 and i

[jboss-user] [EJB 3.0] - Re: SOS

2008-08-26 Thread [EMAIL PROTECTED]
when i invoke the method named "ROrganizationService#deleteObj(int id)",and then i got the exception above. it is very tedious to see all of the contents above,is there somebody to help me to resolve this problem ,Thanks Very Very Very Much... View the original post : http://www.jboss.c

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.2.2 AS Vulnerability to CVE-2008-2938

2008-08-26 Thread [EMAIL PROTECTED]
You can also check out http://anonsvn.jboss.org/repos/jbossweb/branches/JBOSSWEB_2_0_0_GA_CP/ and build JBossWEB then you need to copy the jbossweb jar files to replace your 4.2.2 version. If you don't have URIEncoding="UTF-8" in the connector entries of server.xml you aren't at risk with CVE-

[jboss-user] [EJB 3.0] - Re: SOS

2008-08-26 Thread [EMAIL PROTECTED]
CommonDBAction: | package jpa.common; | | import java.util.List; | | import javax.ejb.TransactionAttribute; | import javax.ejb.TransactionAttributeType; | import javax.persistence.EntityManager; | import javax.persistence.FlushModeType; | import javax.persistence.Query; |

[jboss-user] [EJB 3.0] - Re: SOS

2008-08-26 Thread [EMAIL PROTECTED]
ROrganizationService: | package jpa.service.remote.cattle.impl; | | import java.util.ArrayList; | import java.util.List; | | import javax.ejb.EJB; | import javax.ejb.Local; | import javax.ejb.Remote; | import javax.ejb.Stateless; | import javax.ejb.TransactionAttribute; | i

[jboss-user] [EJB 3.0] - Re: SOS

2008-08-26 Thread [EMAIL PROTECTED]
SmallToad: | package jpa.entity.cattle; | | import javax.persistence.Column; | import javax.persistence.EnumType; | import javax.persistence.Enumerated; | import javax.persistence.MappedSuperclass; | import javax.persistence.PrePersist; | import javax.persistence.PreRemove; | im

[jboss-user] [EJB 3.0] - Re: SOS

2008-08-26 Thread [EMAIL PROTECTED]
please see the following code : OrganizationEO | package jpa.entity.cattle; | | import java.io.Serializable; | import java.lang.reflect.InvocationTargetException; | import java.util.List; | | import javax.persistence.CascadeType; | import javax.persistence.Column; | import jav

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.2.2 AS Vulnerability to CVE-2008-2938

2008-08-26 Thread frabas1967
Sounds good. I was already convinced the specific context needed to open the breech wasn't meet. Thanks for your answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172581#4172581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Tools (users)] - Re: Performance issues getting severe

2008-08-26 Thread snjeza
It would be better to reinstall the IDE. You can use the old workspace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172580#4172580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172580 ___

[jboss-user] [EJB 3.0] - Re: JBAS 4.0.3SP1 and EJB3 RC6 (NPE)

2008-08-26 Thread kbhatt_81
Hi I am also facing same problem.. I have also checked my code and object we are passing to lock is not null but still we are getting same exception. The below line is creating exception where em is EntityManager Object. em.lock(vehicle, LockModeType.WRITE); Please send any hint to solve this.

[jboss-user] [JBoss jBPM] - Re: static variable in actionhandler

2008-08-26 Thread AJanz
is there any other solution for this problem? please help. it's urgent... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172576#4172576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172576 __

[jboss-user] [JBoss Tools (users)] - Re: Performance issues getting severe

2008-08-26 Thread chris.simons
I looked a bit more closely at the version numbers I have for JBoss Tools and I see the following: JBoss Tools Archives - 2.0.1.GA JBoss Tools Archives UI Plugin - 2.0.1.GA JBoss Tools JSF - 2.0.0.cr1 Palette "" Project Templates "" Seam XML "" Struts Validator "" It kind of seems like I'm runni

[jboss-user] [Security & JAAS/JBoss] - Re: Unable to get Subject from SecurityAssociation when call

2008-08-26 Thread kimbaltrue
So, it's not propigating subject between EJB's if they're called through the interface returned from JNDI, but it is propogating it with injection? I would have thought that the injection reference would have come from JNDI to begin with. Does JBOSS have a parallel reference mechanism with JNDI

[jboss-user] [JBoss Messaging] - Re: jms not bound

2008-08-26 Thread noelo
Posting a stack trace would help identify the cause. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172568#4172568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172568 __

[jboss-user] [JBoss Tools (users)] - Re: Performance issues getting severe

2008-08-26 Thread chris.simons
Would you recommend upgrading from 2.0 GA to 2.1.2 through the Eclipse updates wizard or by re-installing the IDE? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172564#4172564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossWS] - Re: Cannot find endpoint meta data with super-simple WS

2008-08-26 Thread rishabh2u
Yeah this is still a problem in in jboss 4.2.3 GA. and 2.0.4 GA. and Java 5. On some forums there are workarounds to this problem by isolating some jars etc. I am working on a solution and willl update this post soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] Delivery Notification <[EMAIL PROTECTED]>

2008-08-26 Thread Postmaster
This is a delivery status notification, automatically generated by MTA mail11.tas.gov.au on Tue, 26 Aug 2008 22:53:27 +1000 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain .Failed while initiating the protocol. <[('[EMAIL PROTECTED]'

[jboss-user] [JBoss jBPM] - Re: static variable in actionhandler

2008-08-26 Thread lblaauw
Well, I use the spring jbpm integration stuff and configur a handler in spring for this purpose. Regards, Leo "AJanz" wrote : ah ok. i understand. | | i also got an rulesactionhandler and i want the rules to be loaded only once... | | do you have an idea how to do this? View the ori

[jboss-user] [EJB/JBoss] - Re: error while running EJB from java client on JBOSS

2008-08-26 Thread rajatbh
Try excuting the netstat command from a command line and check if the port is already occupied by some other application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172557#4172557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [EJB/JBoss] - Re: deployment of a ejb having bmp in jboss

2008-08-26 Thread rajatbh
techies Finally I have solved this problem. The bean class was having a private method which was causing this exception. I had to change it to public. I always suspected problem with ejb-jar.xml or jboss.xml but changing the access modifier of this method to public from private did the real mag

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication from stand alone client

2008-08-26 Thread eefahs
Hi, With some changes atlast the call reached my LoginModule. Thanks for your help. But How can I access an ejb which resides in another ear file from My LoginModule? For validating my user I want to use an existing EJB method call. EJB is deployed as an application and MyLoginModule jar

[jboss-user] [Beginners Corner] - Naming Service Error(could not start on port 1099)

2008-08-26 Thread jagsysadmin
Hi, I am new to this Jboss software and i am using jboss 2.4.3\tomcat 3.2 and when i start jboss i get this error naming serive could not start on port 1099 and i am using windows xp with sp3.Please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172552#

[jboss-user] [EJB/JBoss] - error while running EJB from java client on JBOSS

2008-08-26 Thread gagan2914
Hi As i am new to EJB i have created a helloworld application in ejb which is working fine when i try to call it from servlet but when i try to invoke the same ejb from java client (i.e from diff jvm) on jboss i got the following error: javax.naming.CommunicationException: Could not obtain con

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.2.2 AS Vulnerability to CVE-2008-2938

2008-08-26 Thread [EMAIL PROTECTED]
Hello, I have been asked in regards to this vulnerability too. I think that the vulnerability, actually has to do with the embedded JBossWeb server. JBoss 4.2.3 utilizes JBossWeb 2.0.1 GA. http://wiki.jboss.org/wiki/VersionOfTomcatInJBossAS You can see the version of JBossWeb utilized in the f

  1   2   >