[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: configure the public ip jboss server

2008-10-18 Thread kedarnath
thanks for your reply. and i have one doubt is there any possible to configure manually in jboss? if any body knows please tell me the procedure. have a nice day thanks ane regrads Kedar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183014#4183014 Reply to

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-10-18 Thread [EMAIL PROTECTED]
JDK 1.6 causes this in eclipse. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183015#4183015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183015 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: War to remote EJB fails with ClassCastException

2008-10-18 Thread jaikiran
anonymous wrote : The jar that holds the ProjectDTO class and the service interface is in the war only once in WEB-INF/lib The best way to debug such issues is to add the -verbose:class JVM parameter to your run.bat and start JBoss. This parameter will dump the classes that are being loaded

[jboss-user] [EJB 3.0] - Re: Problem deploy EJB 3 and JSP

2008-10-18 Thread jaikiran
You are using an incorrect jndi-name in the lookup. Follow the steps mentioned here http://www.jboss.org/community/docs/DOC-9583 to view the jndi tree and figure out the jndi-name for your bean (in the global jndi namespace). Then use that name in the lookup code. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ignoring columns for update detection

2008-10-18 Thread jaikiran
There's a updatable attribute which you can set to false on the @Column annotation http://www.oracle.com/technology/products/ias/toplink/jpa/resources/toplink-jpa-annotations.html#Column View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183020#4183020 Reply to

[jboss-user] [Security JAAS/JBoss] - Servlet Authorization

2008-10-18 Thread titouch
Good day! I have seen a few topics on JAAS /Servlet authentification, but i could not really find any answers fitting my situation. I hope this message will be clear enough, a long time I have not written in English..! I am working with a JBoss 4.0.4, Struts and Spring Frameworks. I would

[jboss-user] [JBoss AOP] - Re: How to Hot Deploy a JBoss AOP application for dynamic pu

2008-10-18 Thread aquatr7
Hello, I found the example in folder dynamic-aop. I used the standalone version of JBossAOP under Eclispe 3.2.1. I tried to testify the dynamicity of the Hot Deployment, so I made this modifications in the code of the class Driver: public class Driver | { |public static void

[jboss-user] [JBoss AOP] - Accessing call stack from invocation object

2008-10-18 Thread oenyinna
I would like to access previous invocation objects on the call stack from the current invocation object. Is it possible? If so, how? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183024#4183024 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Deployment problem

2008-10-18 Thread jaikiran
Thanks, i could reproduce this with this EAR. There's some issue with the injection probably related to https://jira.jboss.org/jira/browse/EJBTHREE-1289 which causes that exception when an ejb-jar.xml file is present in the ejb jar file. So the workaround is to remove the ejb-jar.xml file from

[jboss-user] [JBoss AOP] - Re: Accessing call stack from invocation object

2008-10-18 Thread [EMAIL PROTECTED]
No, you would need to do this yourself with an aspect applied to all your woven joinpoints using a stack stored in a Threadlocal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183026#4183026 Reply to the post :

[jboss-user] [JBoss Messaging] - Connection Factories in JBM 1.3

2008-10-18 Thread rana24
Hi, I am new to JBM . I could see there are different Connection factories. I was trying and using different factories. If i am using just stand alone Jboss AS and JBM , Does it make difference if i use ConnectionFactory or ClusteredConnectionFactory for my Queue Creation ? Thanks in

[jboss-user] [JBoss Messaging] - Warning Message in log

2008-10-18 Thread rana24
Hi, I m working with JBM 1.3 with JBoss 4.2.3. On my MDB I keep getting following warning and stack trace. How critical is this ? Do i need to do anything ? My MDB seems to be working fine. 2008-10-18 17:22:33,319 DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker] Unable to

[jboss-user] [JBoss Messaging] - Re: JSMSecurityException on my queue (EJB 3)

2008-10-18 Thread [EMAIL PROTECTED]
The message, User null is NOT authenticated, typically indicates a problem with your authentication datasource - either the authentication datasource (specified in JBOSS_HOME/server//conf/login-config.xml - application-policy messaging) is different from JBM's datasource (specified in

[jboss-user] [JBoss AOP] - Re: Accessing call stack from invocation object

2008-10-18 Thread oenyinna
Do you know where I can get sample code in which this is done? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183034#4183034 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183034

[jboss-user] [JBoss jBPM] - Re: Java code and JBPM deployed in diferents servers

2008-10-18 Thread kukeltje
If you want it specifically with seam 'technology' ask there (I saw you already did that) If you just want to call jBPM remotely from java, use the ejb front-end with commands. Sample code is in the testcases in the source View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - probelem with default seam gen data source - parse error on

2008-10-18 Thread wiggy
just being trying to get seam 2.1 up - built a project which generated a default datasource for the project for mysql for me which has the lines refering to the public dtd. | ?xml version=1.0 encoding=UTF-8? | | !-- !DOCTYPE datasources | PUBLIC -//JBoss//DTD JBOSS JCA Config

[jboss-user] [JBoss Messaging] - Re: JSMSecurityException on my queue (EJB 3)

2008-10-18 Thread [EMAIL PROTECTED]
Actually there is no SAR file anymore with JBM 1.4.1CR1 in AS 5, but in looking for what you were talking about I ran across one configuration file where I missed changing the DefaultDS to my own data source, MySQLDS, and that was in messaging-jboss-beans.xml which is in

[jboss-user] [Microcontainer] - Adding deployer to DeploymentUnit classpath

2008-10-18 Thread [EMAIL PROTECTED]
I need to add the classes bundled with the deployer to the classpath of a VFSDeploymentUnit. This code doesn't work: public void deploy(VFSDeploymentUnit unit, JBossWebMetaData metaData) throws DeploymentException { |URL url = getClass().getClassLoader().getResource(/); |VirtualFile

[jboss-user] [Microcontainer] - Re: Adding deployer to DeploymentUnit classpath

2008-10-18 Thread alesj
[EMAIL PROTECTED] wrote : Is there a better way to do this? | You can do it as I do it for Seam: - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-seam-int/trunk/microcontainer/src/main/java/org/jboss/seam/integration/microcontainer/deployers/SeamUrlIntegrationDeployer.java Or, you're

[jboss-user] [Microcontainer] - Re: Adding deployer to DeploymentUnit classpath

2008-10-18 Thread [EMAIL PROTECTED]
I'm building the deployer as a Maven uberjar using the shade plugin. So yes, it's the second case. Stripping it out to the jar is still a hack, but I guess it's a better hack if it works. For my own edification, why doesn't getClass().getClassLoader().getResource(/) work? Perhaps there

[jboss-user] [Microcontainer] - Re: Adding deployer to DeploymentUnit classpath

2008-10-18 Thread alesj
[EMAIL PROTECTED] wrote : | For my own edification, why doesn't getClass().getClassLoader().getResource(/) work? | Work in what way? Is there something by the spec that says you must return the jar from where this class is loaded if you put in '/'? If not, how else do you know which of the

[jboss-user] [Remoting] - Re: org.jboss.remoting.transport.socket.SocketClientInvoker

2008-10-18 Thread [EMAIL PROTECTED]
I don't see the relationship with JBREM-736. Note that timeouts can occur naturally. Is this exception logged at ERROR level or some lower level? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183052#4183052 Reply to the post :

[jboss-user] [Beginners Corner] - How can I clean dirty deploy into the tmp/deploy?

2008-10-18 Thread zetatau
Hi, I am a jboss newbie and many interrupted ftp uploads deployed the same war many times on my server :/ So now I have the tmp/deploy full of exploded wars :-) ... and if I deleted the work and tmp dirs I might wait the restart of JBOSS service on monday (really I can only shutdown and I

[jboss-user] [JBoss jBPM] - Fetching the current token

2008-10-18 Thread oravecz
If I obtain a process instance, it appears I can get a token by calling getRootToken(). I'm curious why this isn't just named getToken(). Is it possible to have more than one token active on a single process instance? In the same topic, what happens when I launch a subprocess? Will

[jboss-user] [JBoss jBPM] - Re: Fetching the current token

2008-10-18 Thread kukeltje
good guess... there can be multiple tokens. e.g. when you use forks, so there is no 'current' token. A token is always in the context of something. e.g. a node ,task subprocess. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183057#4183057 Reply to the post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Location of application jar files.

2008-10-18 Thread techbyte101
Where should I deploy my application jars files so EAR can pick. As of now I have to place with in EAR (WEB-INF\lib). I want application jar files outside EAR. TechByte View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183058#4183058 Reply to the post :