[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread jaikiran
And also post your spring xml configuration file (where the datasource/hibernate sessionfactory configuration is done). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163989#4163989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jaikiran
jfrankman, I would now suggest that you use the -verbose:class to check the jar files being used for loading your applications. Sometimes the class being reported in the classcastexception may not be the actual culprit. It may also be some class being used in the NexusEventDefinition which migh

[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread jaikiran
anonymous wrote : In the meanwhile I found some workaround solution, I register my data source in the global JNDI rather then in the 'java:' one, it works fine but I need to check what are the implication (i.e. security ...).- any ideas?? If the datasource is bound in the global namespace then

[jboss-user] Re: org.hibernate.AnnotationException: No identifier specified f

2008-07-11 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=21231 Posted on behalf of a User Hi i am getting this problem can u pls tell me what to do? thanks a lot.. org.hibernate.AnnotationException: No identifier specified for entity: com.ge.corporate.taxes.fin48.model.TerminateReserve a

[jboss-user] [JBoss Messaging] - Re: Distributed Transaction using JMS, EJB and MDB

2008-07-11 Thread jessiezam
Thanks Tim for the immediate reply. Listed below are the snippet of codes i use for the application (Error handling is remove) The PaymentCollectionService is the one posting the payment topic. This is deployed on server1. | | @Stateless | public class PaymentCollectionService implemen

[jboss-user] [JBoss Messaging] - Re: Sporadic failure to commit

2008-07-11 Thread ydzsidemiik
I don't think that's it -- JBoss is on the server's own disk, a simple RAID-1. It was a good guess though, and an appreciated bump :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163981#4163981 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JCA/JBoss] - Re: Controlling the quartz scheduler from EJB with the quart

2008-07-11 Thread henk53
"vickyk" wrote : "henk53" wrote : | | If I needed such kinds of interactions from my code to quartz from within an EJB bean, how would I go about doing that using the quartz RA? | Have you tried using the JobExecutionContext to get the Schedule etc ... , I can see that it would be possibl

[jboss-user] [JBoss Messaging] - Re: Sporadic failure to commit

2008-07-11 Thread noelo
Is the disk that jboss (or its config) a native disk i.e. attached to the server or remove e.g. nfs mount from a netappI have seen errors like this before in a standalone tomcat installation and I put it down to a disk error. But then again I may be wrong... View the original post : http:/

[jboss-user] [JBoss Messaging] - Sporadic failure to commit

2008-07-11 Thread ydzsidemiik
Hi, In the last couple of months, we've started seeing some strange sporadic exceptions coming from JBoss Messaging, or seemingly related to it. The load on our system has been steadily creeping upwards, and these seem to have started happening once some threshold was reached. Some of these loo

[jboss-user] [Beginners Corner] - Re: confusion on jboss directory structure

2008-07-11 Thread PeterJ
The directories under server (server/all, server/default, server/minimal) represent three different configurations of JBossAS. You probably are using only one of those. The one you are using is specified on the command line. For example, if your start JBossAS using: run -c all then you are usi

[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread avyo
anonymous wrote : Properties props= new Properties(); | | props.put(InitialContext.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory"); | props.put(InitialContext.PROVIDER_URL, "jnp://127.0.0.1:1099"); | | Context ctx = new InitialContext(props); | ctx.lookup("java:/Te

[jboss-user] [JBoss Portal] - jbp_user ?

2008-07-11 Thread Homer Mcfuzz
Hi friends, I put the base jboss portal in postgresql and i want to configure the table jbp_users because this table have a passwords cryptographys ...and I want draw this ... How I do ? because a need to make a trigger to put this passwords in other table !! View the original post : http://w

[jboss-user] [Beginners Corner] - confusion on jboss directory structure

2008-07-11 Thread MikePhoenix
I'm trying to port an application that uses JBoss4.01 to my machine from my boss's machine using the the directories my boss gave me for the IntelliJ project and the Jboss installation that goes with it. While trying to run it I found a a JMS problem that looks like it is related to SQL. It is d

[jboss-user] [JBoss Tools (users)] - Re: Stopping Jboss Server and Full Publish or Incremental Pu

2008-07-11 Thread [EMAIL PROTECTED]
Stopping the server via the console view is the same as terminating the process. It's equivilent to kill -9 pid in a *nix environment. It does not properly shut down the server. Stopping via the view is where it actually requests the server to shut itself down properly... which naturally take

[jboss-user] [JCA/JBoss] - Re: 4.2.2.GA IdleRemover thread inserted into my thread grou

2008-07-11 Thread guy_rouillier
Vicky, thanks very much for your detective work, and for confirming the issue. Regarding your last post, I can only guess that JBoss 3.2.x shipped with an earlier version of hsql, and that version apparently does not have a table named INFORMATION_SCHEMA.SYSTEM_TABLES. You should be able to su

[jboss-user] [JBoss Tools (users)] - Re: WTP 3.0 ?

2008-07-11 Thread [EMAIL PROTECTED]
THere were a LOT of api changes between europa and ganymede. There really is no way to "patch" the current jboss tools release. That's what most of our initial development on our next version was geared to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163

[jboss-user] [JBoss jBPM] - Re: How to deploy the jbpm-console to the standard jboss ser

2008-07-11 Thread coolex
Thanks! I've read the guide on the wiki but I cannot connect to the cvs server. I'm using the CVS client of eclipse. I get the message that it was not possible to connect to anoncvs.forge.jboss.com. Do I have to use another cvs client? View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Portal] - Portlet Instatnce Admin Configuration

2008-07-11 Thread Vishal Student 123
Hi there, I'm having problems storing portlet instance configuration. I know it can be done by going to the instance tab and changing it there. But i would like the admin users to be able to change the portlet preferences in the 'admin' custom view. I want the portlets to be easily configur

[jboss-user] hot deployment - jboss 4.2.2.GA

2008-07-11 Thread Shankar K
Hi, This is a basic question around Hot Deployment in Jboss 4.2.2 GA. I'm trying to update a jar of an exploded WAR in a running server and notice that its not hot deployed. Doesn't updating contents (eg. classes in web-inf/classes, jars in web-inf/lib) inside exploded app not picked up for hot d

[jboss-user] [JBoss Messaging] - Re: Threads Hanging Indefinitely in ClosedInterceptor

2008-07-11 Thread zackurey
Hi Tim, No, the link in the documentation for 1.4.0SP3 points to http://repository.jboss.com/jboss/remoting/2.2.2.SP4-brew/lib/. I should have looked to see if there was something newer but that should probably be updated. SP8 does look like some possibly related issues might have been fixed s

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jfrankman
I don't quite get the concept of scope classloaders yet. Wouldn't you want both ear's to use the same classloader so you don't get the classCastException? Here are the jboss-app.xml files. NexusEvents.ear: | | seam.jboss.org:loader=NexusEvents | | | And the KeyB

[jboss-user] [Beginners Corner] - Re: How to start building a new portlet?

2008-07-11 Thread PeterJ
The book JBoss in Action (http://www.manning.com/jamae) contains two chapters in JBoss Portal. The first is a tutorial on developing a portlet using JSPs. (Sorry, but I did not have enough space to cover JSF/Struts/Seam/Wicket/Tapestry/Grails/your-favorite-framework-here). The second chapter go

[jboss-user] [JBoss Messaging] - Re: Threads Hanging Indefinitely in ClosedInterceptor

2008-07-11 Thread timfox
Have you tried a later version of remoting - e.g. 2.2.2.SP8? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163934#4163934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163934 __

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jaikiran
For classloading configurations, i use the jboss-app.xml approach. Haven't tried the callByValue. You mentioned that the jboss-app.xml is already present. You even posted the one from NexusEvents.ear (i guess). Can you post the other one from KeyB.ear? Just wanted to make sure that you are not u

[jboss-user] [EJB 3.0] - MDB deployment problem on JBoss 5 Beta 4 with DD

2008-07-11 Thread omerlin
Hello, My problem is not so simple. We need to have a messageSelector depending on System properties. We notes that this substitution is possible ONLY in descriptor deployement It's not possible to do this substitution in the ActivationConfigProperty . (Remark : this is possible in Glassfish )

[jboss-user] [Beginners Corner] - Re: How to start building a new portlet?

2008-07-11 Thread pasfer
anonymous wrote : A also have another resource, but it is not free. I can provide the URL if you like. Yes, please, maybe my company can provide me some $ to buy it! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163926#4163926 Reply to the post : http:/

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jfrankman
Yes, the NexusEventDefinition class exists in both Jars. I did try to use the jmx console, but when I invoked the listClasses method I got an error saying: "Information Not loaded in repository cache" I could use the verbose setting, but do I really need to? I already know I have the same cl

[jboss-user] [JBossWS] - Re: WS-Security trouble: {http://www.w3.org/2005/08/addressi

2008-07-11 Thread BrettSc
One step forwardYAY. So in reviewing the server.log file I noticed that despite my adding the @EndpointConfig tag, the "ServerEndpointMetaData:" still showed "configName=Standard Endpoint" This seemed wrong to me :) so after moving the @EndpointConfig to the EJB implementation class, voila

[jboss-user] [Clustering/JBoss] - Re: Failover working for JMS Client but not for Statless Ses

2008-07-11 Thread [EMAIL PROTECTED]
It was an EJB3 bean, right? Trying the annotation with an EJB2 bean is the only reason I know of why it wouldn't work when xml does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163923#4163923 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Messaging] - Re: Distributed Transaction using JMS, EJB and MDB

2008-07-11 Thread timfox
You need to be using the JMS JCA resource adapter (at java:/JmsXA) see wiki for more info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163922#4163922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163922 ___

[jboss-user] [Management, JMX/JBoss] - Is MBean threaded?

2008-07-11 Thread hbpost
Is an MBean, which I understand to be a singleton, run in multiple threads by the kernel? For example, if I have a web service endpoint deployed as a session bean, and the web service bean calls an MBean, will each of these calls to the MBean get its own thread? Ultimately I'm concerned abo

[jboss-user] [JCA/JBoss] - Re: Lookup datasource from another Resource Archive (RAR) ap

2008-07-11 Thread PeterJ
The use-java-context property is used to determine if the data source is looked up via "java:xxx" or simply "xxx". Remote applications can look up this only via "xxx". EAR and WAR app can look up things via "java:xxx". I'm not sure if RAR can look things up in "java:xxx". If that does not help,

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jaikiran
anonymous wrote : NexusEventDefinition is a POJO with and @Entity annotation. The method on my session bean returns this pojo. I do not have an interface for it. Should I create an interface and modify the Session bean to return the interface instead of the class? | I had (incorrectly) assum

[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread jaikiran
anonymous wrote : I remember a similar issue in these forums, where a user was having problems getting the datasource lookup to work with Spring. Let me see if i can find that thread. This is the one http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133187 See if that helps. View the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: OutOfMemory Error when redeploying application

2008-07-11 Thread PeterJ
You are correct in being alarmed. Redeployment is always a tricky business - the old classes will be released only if there are no more references to them. So if there are issues with the code, you could each time increase the amount of permgen space used each time you redeploy. (If your do a fo

[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread jaikiran
anonymous wrote : org.springframework.jndi.JndiTemplate context = new org.springframework.jndi.JndiTemplate(); | context.lookup("java:TestDB"); Sorry, i dont have any experience with Spring. So i wont be able to provide much help on that part. anonymous wrote : I already tried the InitialCont

[jboss-user] [JBoss jBPM] - Re: How to deploy the jbpm-console to the standard jboss ser

2008-07-11 Thread kukeltje
http://www.google.nl/search?q=4.2+jbpm+console+wiki&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163913#4163913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - Re: How to deploy the jbpm-console to the standard jboss ser

2008-07-11 Thread kukeltje
yes start by reading the wiki page on how to deploy on 4.2 (assuming that is what you use) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163912#4163912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163912 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: is redeployment necessary if u edit any properties file

2008-07-11 Thread PeterJ
If these are your properties files, then your code should be responsible for rescanning them. You could do this by creating a service to manage the properties files. The logging service already does something like this - it rescans the jboss-log4j.xml file every few seconds; you can use that as

[jboss-user] [Clustering/JBoss] - Re: Failover working for JMS Client but not for Statless Ses

2008-07-11 Thread bfach
bstansberry, Thanks for the help. It appears that adding the jboss.xml to the META-INF directory of the jar within the ear with the clustered attribute fixes the problem. I attempted the same with the annotation however failover did not work for this bean. Any idea what could cause this? Th

[jboss-user] [JBoss jBPM] - How to deploy the jbpm-console to the standard jboss server

2008-07-11 Thread coolex
Hi all! I'm trying to deploy the jbpm-console on my standard jboss server because I'm working with SEAM&jbpm. Because of SEAM I don't need the particular jpdl-jboss server anymore for my projects. But I need the jbpm-console for monitoring my projects. Unfortunately I was not successful while

[jboss-user] [EJB/JBoss] - JBoss 4.2.2 - org.jboss.annotation.ejb.Clustered - why no

2008-07-11 Thread martinschweigert
I wonder why the @Clustered annotation has no "@Inherited" annotation? I just tried to "cluster-enable" all my SessionBeans by annotating their base class, but this did not work because of the missing @Inherited annotation. The only reference I found is this open ticket: http://cloud.prod.atl2.jb

[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread avyo
Thanks jaikiran The spring related code is: | org.springframework.jndi.JndiTemplate context = new org.springframework.jndi.JndiTemplate(); | context.lookup("java:TestDB"); | I already tried the InitialContext but it didn't work, I got a null. BTW - it is working just fine in an EAR depl

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

2008-07-11 Thread beefcaaaake
Well Adrian, that is exactly what I did. When I initialize queue, I register for exception callbacks... | conn = qcf.createQueueConnection(); | // Register for exception callbacks | conn.setExceptionListener(new ExceptionListenerImpl()); | session = conn.createQueueSession(false, QueueSe

[jboss-user] [JBoss Tools (users)] - Re: JBoss tools on Ganymede?

2008-07-11 Thread alex_krasov
Yes, it would be nice. That's just a little frustrating to make a move from MyEclipse Prof. and find myself locked to outdated eclipse version for a next half a year... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163905#4163905 Reply to the post : http:

[jboss-user] [JCA/JBoss] - Lookup datasource from another Resource Archive (RAR) applic

2008-07-11 Thread lyc1
Hello, I have an application package into a RAR. I'm trying to lookup a local datasource, by I can't : objet not bound. It succeeds if I configure the datasource with false to enable remote access altough my rar application and datasource are deployed together in the same JBoss. Why ? Does RAR

[jboss-user] [Beginners Corner] - Re: How to start building a new portlet?

2008-07-11 Thread PeterJ
The JBoss Portal docs give a simple tutorial on developing portlets. A also have another resource, but it is not free. I can provide the URL if you like. As far as using Eclipse goes, I simply include the portal JAR files in the libraries for my project. But then, I tend to use Eclipse as just a

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jfrankman
"Have you configured your applications for classloader scoping (using jboss-app.xml)? " According to the wiki I thought all I had to do was to turn on the callByValue setting in the jboss-service.xml. Do I also need to make the suggested changes to the jboss-app.xml? Can you provide more deta

[jboss-user] [JBoss Tools (users)] - Re: JBoss tools on Ganymede?

2008-07-11 Thread Aaragus
Hey, I've been searching online for the answer to your question. From what I understand Jboss Tools 3.0 will be compatible. But it would be nice if they could patch up V. 2 to work with it because Jboss Tools 3 isn't due till the end of the year. If anyone from Jboss has any ideas if v2 wi

[jboss-user] [JBoss Tools (users)] - Stopping Jboss Server and Full Publish or Incremental Publis

2008-07-11 Thread Aaragus
Hello all, Just a quick doubt, I am using Eclipse Europa with the newest release of Jboss Tools (JBossTools-2.1.2.GA-ALL-win32). I am using Jboss AS 4.2.2.GA for my application server. My projects are made using JBoss Seam 2.0.2.SP1. When I have a project deployed I have two problems. First

[jboss-user] [JBoss Portal] - Portlet rendered twice on JBP 2.6.5SP1

2008-07-11 Thread michaelchan
Anyone had that problem/?? Anyone know why?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163894#4163894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163894 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread pasfer
Ok, I've solved this problem thanks to Thomas. :-) I delete that file build.xml and add -b 0.0.0.0 to command console. Perfect. Thanks again, Pas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163895#4163895 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Timeout Error in Eclipse

2008-07-11 Thread jaikiran
I have never configured Eclipse to start JBoss, so i have no personal experience on this. But a google search for this lead me to this, http://codingclues.eu/2008/eclipse-timeout-waiting-for-jboss-50-to-start/. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jaikiran
The jmx-console method mentioned here http://wiki.jboss.org/wiki/ClassCastExceptions might help you in debugging this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163892#4163892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [EJB 3.0] - Re: Error deploying MDB with Jboss5 Beta4 with deployment de

2008-07-11 Thread jaikiran
The exception stacktrace doesn't tell much. But see if its related to this issue http://www.jboss.com/index.html?module=bb&op=viewtopic&t=130962. If not, please post back with more details like logs from server.log when your application is being deployed and your queue configuration file. View

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread [EMAIL PROTECTED]
Your earlier post talked about build.xml file in server/default/deploy. This file should not be there. Please make sure that you have clean installation of jboss portal and jboss AS bundle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163889#4163889 Reply

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jaikiran
Looks like a classloader issue. Have you configured your applications for classloader scoping (using jboss-app.xml)? Can you provide more details about the packaging of both your application? Specifically, is that NexusEventDefinition interface (and other bean interfaces) packaged in both the

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread pasfer
No way to launch it correctly by console :-( with or without -b parameter Jboss portal starts just with eclipse for me. Bye. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163887#4163887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Tools (users)] - Re: cant get jboss tools 2GA to work with Ganymede build

2008-07-11 Thread Aaragus
Now Ganymede is released now and Jboss Tools still doen't work on it. Soon all will be migrating to Ganymede (we would here if Jboss Tools worked on it). Any news as to when it will work??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163886#4163886 Repl

[jboss-user] [EJB 3.0] - Re: Can you Inject Local EJB from separate ear file?

2008-07-11 Thread jfrankman
Thanks for the tip. Your suggestion solved my problem. I also found that I had to change the jboss config to use callbyvalue per this article: http://wiki.jboss.org/wiki/ClassLoadingConfiguration Now I am almost there. I can inject the session bean and call a method, but now the object returned

[jboss-user] [JBoss Tools (users)] - Re: WTP 3.0 ?

2008-07-11 Thread Aaragus
Now Ganymede has been released and we installed it with the JBoss Tools JBossTools-2.1.2.GA-ALL-win32.zip and got the same erros. Neither The Jboss Tools Palet nor the Jboss Server View can be created. This greatly limits the use of Jboss tools and we were forced to use Europa. I noticed tha

[jboss-user] [JBossWS] - Re: Schema Validation - Failed to read schema document

2008-07-11 Thread bbucy
Decided to do some debugging. Looks like SOAPBodyElementDoc.validatePayload calls a method (e.g. SchemaExtractor.getSchemaUrl) which extracts the wsdl:types from the WSDL document resulting in a temporary file located at ${JBOSS_ROOT}\server\default\tmp\jbossws. This temporary schema is used f

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread pasfer
Thomas, I obtain this from console using 0.0.0.0 | --- Incompletely deployed packages --- | [EMAIL PROTECTED] { url=file:/C:/gnu/jboss-portal-2.6 | .5.SP1/server/default/deploy/build.xml } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/gnu/j

[jboss-user] [EJB 3.0] - Error deploying MDB with Jboss5 Beta4 with deployment descri

2008-07-11 Thread Nouredine13
Hello, when I try to deploy a simple mdb that connects with a jms/queue I have the following error: *** CONTEXTS IN ERROR: Name -> Error jboss.j2ee:jar=testMDB-ejb.jar,name=MDB1Bean,service=EJB3 -> org.jboss.deployment.DeploymentException: Required config property [EMAIL PROTECTED] [EMAIL PRO

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Timeout Error in Eclipse

2008-07-11 Thread manleon
Please provide guideline on the same. Urgent as this problem is hindering my productivity a lot. Thanks in Advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163877#4163877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread [EMAIL PROTECTED]
I hardly beliieve it. What address did they use, what do they get ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163875#4163875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163875 __

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread pasfer
Thomas, I try this from command manually C:\gnu\jboss-portal-2.6.5.SP1\bin\run.bat -b 0.0.0.0 but clients near me can't access yet. P.S.: I disable windows firewall. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163872#4163872 Reply to the post : ht

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread [EMAIL PROTECTED]
Well i'm sure you won't go in production with AS running within Eclipse :) Use run.bat instead of run.sh. Also there is probably a place where you can add parameters in your Eclipse plugin, i don't know it by heart View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: OutOfMemory Error when redeploying application

2008-07-11 Thread manleon
Thanks Peter and Jaikiran. @Jaikiran. Both of your wiki links were very useful and I gained a lot. @Peter. I referend to ur posts in following topic http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115689 As the solution suggests I have increased the Perm Gen space by adding a paramet

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread pasfer
Ok thomas, but i'm under windows and I use eclipse to launch the server! Thanks a lot, Pas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163868#4163868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163868 ___

[jboss-user] [JBossWS] - Start pageflow within workflow task

2008-07-11 Thread beutleri
Is it possible to start a Seam pageflow within a jBPM workflow task? If yes can both processes be implemented as XML files? Any examples? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163866#4163866 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread jaikiran
anonymous wrote : 14:18:53,593 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=Data | SourceBinding,name=TestDB' to JNDI name 'java:TestDB' | 14:18:57,109 INFO [TomcatDeployer] deploy, ctxPath=/test, warUrl=.../deploy/test.war/ This shows that the datasour

[jboss-user] [JBoss Portal] - Re: Portlet printing

2008-07-11 Thread ravishankar.p
Hi , Can anyone give a thorough example that solves the mentioned problem, the print capability in portlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163860#4163860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-07-11 Thread [EMAIL PROTECTED]
I made a mistake in my last post. ProcessDeployer and DeployProcessTask only submit the process file URL. In jBPM BPEL 1.1.GA this trivial deployment mechanism was replaced with a HTTP file upload. Please look at the DeploymentTask instead, which relies the Apache HttpClient library to perform

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

2008-07-11 Thread Postmaster
This is a delivery status notification, automatically generated by MTA carney.uni.edu on Fri, 11 Jul 2008 08:20:03 -0500 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain .Failed while initiating the protocol. <[('[EMAIL PROTECTED]', 55

[jboss-user] [JBoss Portal] - Re: Problem access from other clients

2008-07-11 Thread [EMAIL PROTECTED]
Blame security audit companies ;) start with: run.sh -b ip.of.your.interface or run.sh -b 0.0.0.0 to listen on all your interfaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163857#4163857 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-07-11 Thread [EMAIL PROTECTED]
The hibernate configuration in jbpm-bpel-1.1.GA/config is set to acquire JDBC connections from a data source registered in the app server JNDI service. | java:/DefaultDS | If you want to deploy processes outside the app server, you need to configure hibernate to acquire connect

[jboss-user] [Clustering/JBoss] - Get the ip of the node in the cluster

2008-07-11 Thread giaulo
Hi, i'm developing a ejb3 app with a session bean, a remote interface and a stand alone client. Now, I want to know the ip of the nodes with whom I'm doing the lookup during the execution of the client. Is it possible? How can I do that? View the original post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Re: Question on security

2008-07-11 Thread jaikiran
Using the @SecurityDomain and @RolesAllowed, you can restrict the method access. Here's an example: | @Stateless | @Remote( { UserManagerRemote.class }) | @Local (UserManagerLocal.class) | @RemoteBinding(jndiBinding = "RemoteUserManagerBean") | @SecurityDomain (value="other") | public

[jboss-user] [JBoss Portal] - Problem access from other clients

2008-07-11 Thread pasfer
Hi, I've a problem with my jboss portal, because i can't access it from another client on the same lan. What's the problem? Thanks in advance, Pas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163849#4163849 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - Exception sending context initialized event to listener inst

2008-07-11 Thread sumeet.singh
hi, the following error has occured when i deploy JSF application with Portlet Bridge jars: Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener My web.xml file is as follows: http://java.sun.com/xml/ns/javaee

[jboss-user] [Installation, Configuration & DEPLOYMENT] - is redeployment necessary if u edit any properties file in d

2008-07-11 Thread sriram_jboss
hi i deployed all my properties file in the jboss/default/conf folder. our properties file consists of key value pair. consider that my jboss is runnig.. now i need to edit one of the key value pair in the properties file. it works fine if we restart the serverbut i need the jboss to scan f

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools with Tomcat 6

2008-07-11 Thread damatrix
Finally sorted this out myself. Here is a post i wrote on it http://edemmorny.wordpress.com/2008/07/08/tweaking-jboss-tools-and-eclipse-for-tomcat-6/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163843#4163843 Reply to the post : http://www.jboss.com/index

[jboss-user] [EJB 3.0] - Question on security

2008-07-11 Thread kgoedert
Hi, using EJB annotations I can restrict a certain role to have access to a method. I have a situation where a user has roles, and this roles have certain rights. Is there anyway I can do this with ejb 3? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

2008-07-11 Thread avyo
thanks for you help, I tried to lookup while deploying (while loading the spring context files) and also after deployment in a servlet. I'm creating the initialContext with the default jboss conf, I also tried to use my own jndi.properties and to create the initalContext using a local propertie

[jboss-user] [JBoss Cache: Core Edition] - Re: What isolation mode do you use and why?

2008-07-11 Thread jreeman
SERIALIZABLE because, I have few data in cache and so no performance issue, so I use the higher transaction isolation level. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163836#4163836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [EJB/JBoss] - Infinite loop Exception while passivating a SFSB

2008-07-11 Thread rapowder
Hello, I am developing an application in the following environment * Framework: Seam 1.2.GA (problem not related to Seam) * JBoss: 4.0.5.GA + EJB3 * VM: jdk 1.5.0_09-b03 * DB: postgres * O/S: Linux Debian I encountered an exception (see stacktrace) which loops infinitely and forces me to kill

[jboss-user] [JBoss Messaging] - Re: Performance issue for persistent manager of JBoss Messag

2008-07-11 Thread timfox
JBM will only insert one row in the JBM_MSG_REF table per message for a simple JMS queue. Have you looked in the database to see how many rows are there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163832#4163832 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Re: Create a new Portal Object through the API?

2008-07-11 Thread dilipreddy
Yah we can create new portal instance by specifying in*-object.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163831#4163831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163831 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-11 Thread jreeman
Could you let me know where you find this sentence in the jboss ta documentation ? Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163827#4163827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163827 _

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossta/jbossts) configuration

2008-07-11 Thread jreeman
I have a cluster with two servers where the following code is executed (I tried with a final rollback and commit). It's a very simple test, and I have to make more tests to know if the lock for cached data works fine but it's a good point that this snippet works fine as expected. |

[jboss-user] [Security & JAAS/JBoss] - Re: Principal propagation with remote EJB calls

2008-07-11 Thread sebastiendeg
Any update on this ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163825#4163825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163825 ___ jboss-user mailing list jboss-user

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS authentication over several threads

2008-07-11 Thread sebastiendeg
Is it the same for ServerWide ? Do I have to propagate the Security context manually also or is there another solution ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163823#4163823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - storing data in static store.

2008-07-11 Thread jboss.techie
Hi, Whenever we create/add a new property like gender, it gets stored in Dynamic Store. But is it possible to store it in static store? I am using MYSQLDS. Need help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163817#4163817 Reply to the post : http://w

[jboss-user] [JBoss Messaging] - Distributed Transaction using JMS, EJB and MDB

2008-07-11 Thread jessiezam
Hi, good day to all. First of all I would like to thank JBoss for having an excellent product. We've been using it for a mission critical system since 2005 handling more than 100T transactions a day and we encountered very few problems about it and its performance. Recently, we are currently

[jboss-user] [Beginners Corner] - Login and logout without using identity in jboss seam

2008-07-11 Thread shashi2k6
hai I am new for jboss seam technology I need to write code for login and logout without using identity buit in class that is already in jboss seam how can i do this one... Please provide me the URL... regarding this one... And I need to know how to remove object from se

[jboss-user] [Security & JAAS/JBoss] - Re: EJB3 Remote Security propagation

2008-07-11 Thread sebastiendeg
I've been reading JBoss (4.2.2) config guide and obviously we can use either JNDI params to send the authentication or we can use ClientLoginModule. Is there a way of defining a "Global" security "domain" which would manages the propagation of the subject across JBoss Server ? That would be ni

[jboss-user] [JCA/JBoss] - Re: 4.2.2.GA IdleRemover thread inserted into my thread grou

2008-07-11 Thread vickyk
I get this error when I run jsp on Jboss3.2.* series so I wonder if you have tried the same code over there or not 14:33:53,058 ERROR [STDERR] java.sql.SQLException: Table not found: INFORMATION_SCHEMA.SYSTEM_TABLES in statement [select 'hsql' from information_schema.s

[jboss-user] [JBoss jBPM] - Re: does this design make sense?

2008-07-11 Thread dOoMi
"kukeltje" wrote : anonymous wrote : jBPM swallows the StaleObjectStateException causing the calling code not to notice that the operation failed. Afaik, that can be configured in jBPM 3.2.3. Please have a look in the docs | i'm afraid not. i've been on this thing several hours. the config

[jboss-user] [JCA/JBoss] - Re: 4.2.2.GA IdleRemover thread inserted into my thread grou

2008-07-11 Thread vickyk
"vickyk" wrote : | I am interested to know how does this behavior creates an issues in your application | It has been explained in initial post . Let me see how things were done in the Jboss3.2.* series . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

  1   2   >