[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Applicationserver always in state starting

2009-03-10 Thread jbossn00b
Hello, I have just got this too with new versions! OS: Linux/Debian Lenny JDK: 1.5.0.17 Eclipse: 3.4.2 / JEE flavour JBoss: 5.0.0, also tried with 5.0.1 JBoss/Seam Tools from the nightly build I can start the JBoss server from the console but in the servers view it loops on Starting..

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: stop or re-deploy a web application in JBoss 5.0?

2009-03-10 Thread dickson1888
Hi wolfgang, Thanks for your help. As I use jmx-console, it is not easy to find that MainDeployer. Also not every web application has this service. Click on jboss.system on the left menu, there is a service=MainDeployer on the right menu. When I click on the url of service=MainDeployer, there

[jboss-user] [Remoting] - Re: Socket invocator and long transactions

2009-03-10 Thread doychin
All these new things in Remoting 3 are great but at least in my case it is all up to the integration code that is provided on top of remoting by Application server client library. I'm not sure how this is going to work with these asynchronous calls. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: basic authentication against unix password file?

2009-03-10 Thread dickson1888
Hi Anil, Thanks for your help. I just want to setup the basic authentication in JBoss AS 5.0 as similiar as that in apache web server which can authenticate against a LDAP server or a unix password file. Has anyone this setup experience? Thanks for any help. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: JAAS Howto: README FIRST

2009-03-10 Thread dickson1888
please fix the broken link. Or update it with the lastest version of this post. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216432#4216432 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216432

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Applicationserver always in state starting

2009-03-10 Thread jbossn00b
ok sorry the jboss was not starting at all. It was an arjuna error because of bad host file. I have fixed it and JBoss Server runs now and can be started from the servers view. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216433#4216433 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Classpath issues with shared libraries

2009-03-10 Thread jaikiran
anonymous wrote : myapp/WEB-INF/flex/jars/asc.jar Where is this path being picked up from? Are you specifying any classpath entries in any MANIFEST.MF files? If yes, then please post the contents of that file and also let us know which jar (and where is it placed) contains that manifest file.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Classpath issues with shared libraries

2009-03-10 Thread jaikiran
I just noticed this anonymous wrote : real=file:/C:/jboss-5.0.1.GA/server/default/deploy/myapp/WEB-INF You should actually be renaming myapp to myapp.war. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216436#4216436 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss serialization jar prereqs? (remoting 2.5.0SP2)

2009-03-10 Thread jaikiran
Just a FYI - There's a specific forum for JBoss Remoting Users here http://www.jboss.org/index.html?module=bbop=viewforumf=222 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216439#4216439 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Fully Qualified Domain Name in jboss-4.2.2

2009-03-10 Thread jibuthomas
Thanks for this. It works for remote access. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216442#4216442 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216442 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Cannot Publish Within Eclipse - Failed to initialize Zip

2009-03-10 Thread jaikiran
In JBossAS-5.0.1GA there were changes to tmp file handling. I don't know if this is related to that. But please open a new thread in the AS5 forum http://www.jboss.org/index.html?module=bbop=viewforumf=287 and post the details there (you can point to this thread in your new topic). While

[jboss-user] [EJB 3.0] - @embedable annotation

2009-03-10 Thread kkangsar
Hi expert, I am thinking of creating a common Address.class which can be embedded into my customer and vendor class. My concern is, if I do so, what will be the end result when hibernate create a schema for my customer and vendor table? Will it create an address object in the

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-10 Thread mzeijen
Thanks for the answer. That explains a lot. I understand that you can't hold back JBoss Tools just for one editor. Isn't it maybe an option to not release the Smooks editor in the next JBoss Tools? Because what is the point of releasing an editor when it is so buggy that it is almost unusable.

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread itsme
Per default hibernate creates your tables with all the fields of address as columns in that tables. So address is only a subset of columns of the table vendor or customer. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216454#4216454 Reply to the post :

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

2009-03-10 Thread gchanteb
Thank you for your answers. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216459#4216459 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216459 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread kkangsar
Do you mean my customer and vendor table will contain all the address column? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216460#4216460 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216460

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread itsme
Yes. This is - especially for addresses - the common case, so there is no need to travers a relationship between tables. If you want to reuse your address entity, so there will be a address table, you can create a simple wrapper for your address with nothing more than an identifier and an

[jboss-user] [JBoss Getting Started Documentation] - call a web service from a web page

2009-03-10 Thread joseluisHerrero
Is it possible to call a Jboss service from a web page? How? Thanks in advance Jose Luis View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216464#4216464 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216464

[jboss-user] [EJB 3.0] - Re: EJB Timer still active even after the bean is undeployed

2009-03-10 Thread ragnor
Hi! According to ejb-3.0 spec (page 88) in @PreDestroy method in stateless bean only following method are allowed: - SessionContext methods: getBusinessObject, getEJBHome, getEJBLocalHome, getEJBObject, getEJBLocalObject,getTimerService, lookup - JNDI access to java:comp/env -

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread kkangsar
If you want to reuse your address entity, so there will be a address table, you can create a simple wrapper for your address with nothing more than an identifier and an embedded field address or your address must be a full entity and not an embeddable. Would you mind to provide me the sample

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread kkangsar
This is what i did @Embeddable public class Address implements Serializable{ private static final long serialVersionUID = 1L; private String addr1; private String addr2; private String addr3; @Column(name=ADDR1, length=30) public String getAddr1()

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread itsme
For the first one (use of @Embaddable and @Embedded) Customer class must be changed to: | @Entity | public class Customer implements Serializable { | // ... your member fields | private Address address; | // ... your set-/get-Methods | @Embedded | public Address

[jboss-user] [Beginners Corner] - Re: Urgent = java.lang.NoClassDefFoundError : jboss Startup

2009-03-10 Thread gohil_jigar
JAR WAR both are separate... also the Manifest.mf of the WAR doesn't contain a reference to the EJB JAR... STRUCTURE OF Deploy Directory of Jboss \jboss-4.0.new3\server\default\deploy] |- [http-invoker.sar] ||- [invoker.war] |

[jboss-user] [Management, JMX/JBoss] - About ThreadPool QueueSize

2009-03-10 Thread cytchiu
My jboss server got several slow responses. I read from a passage that, it may due to the lack of Thread pool connection. However, that post suggested I can monitor the QueueSize in the JMX MBean first, if the QueueSize reaches the maximum thread pool size, I have to increase the maximum thread

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Struts + 3.2.4/5-Exception Processing ErrorPage 404

2009-03-10 Thread vkuang
tomcat 会根据你的dtd来校验你的404页面, 去http://jigsaw.w3.org/css-validator/ 来校验一下你的404页面. 如果你不能修正你的css的bug,那就删掉你的dtd吧.:-) tomcat will validator your css by dtd. go http://jigsaw.w3.org/css-validator/ check your 404 page. if you

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Struts + 3.2.4/5-Exception Processing ErrorPage 404

2009-03-10 Thread vkuang
Forum did not support Simplified Chinese? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216477#4216477 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216477 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS JBPM configuration error with mssql 2005

2009-03-10 Thread srufus
Hi all, I m trying to set JBOSS JBPM configuration on jboss-soa-p.4.3.0. Im using MSSQL 2005 as DB. I configured Data source in jbpm-ds.xml.Some 32 jbpm tables are created in DB. I face following error during server start up, not sure ..what could be problem.Thanks for any help... error stack:

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread kkangsar
I got it. many thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216479#4216479 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216479 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: EJB Timer still active even after the bean is undeployed

2009-03-10 Thread Nouredine13
i have found the solution : I killed all timers associated with the current bean, for instance : | //to be sure that there is not previous timer still running on JBOSS | Collection timersList = timerService.getTimers (); | for (Object timer: timersList) {

[jboss-user] [J2EE Design Patterns] - Service EJB to DAO EJB Design Issues

2009-03-10 Thread mattmcgrillis
I'm stumped... I have a JSF which calls a serviceEJB which in turn calls a daoEJB. Now when serviceEJB calls getUserPrinciple it returns the principle correctly. serviceEJB then calls methodA of daoEJB with a @RunAs set to “SERVICE” (to stop the JSF web client being able to call daoEJB

[jboss-user] [EJB/JBoss] - Re: How can i stop ejb timer ???

2009-03-10 Thread Nouredine13
see response here : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216480#4216480 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216482#4216482 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216482

[jboss-user] [Performance Tuning] - Tuning the MaxThreadPool

2009-03-10 Thread cytchiu
My jboss server got several slow responses. I read from a passage that, it may due to the lack of Thread pool connection. However, that post suggested I can monitor the QueueSize in the JMX MBean first, if the QueueSize reaches the maximum thread pool size, I have to increase the maximum

[jboss-user] [Installation, Configuration DEPLOYMENT] - Loading property files in classpath

2009-03-10 Thread mkprabhu_2009
Hi, I have to specify my property files in the classpath. I have given like this in jboss-service.xml when I do lookup using url = ClassLoader.getSystemResource(fileName); it returns null Is it the right way to do? Thank you mkp View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Loading property files in classpath

2009-03-10 Thread mkprabhu_2009
this is my classpath entry in jboss-service.xml | classpath codebase=myapp/conf / View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216488#4216488 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216488

[jboss-user] [Management, JMX/JBoss] - Loading property files in classpath

2009-03-10 Thread mkprabhu_2009
Hi I have to specify my property files in the classpath. I have given like this in jboss-service.xml | classpath codebase=myapp/conf / When i do lookup using url = ClassLoader.getSystemResource(fileName); it returns null What did I miss here? Is it the right way to do? Thankyou mkp

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Creating new session ids

2009-03-10 Thread Shenaz
Hi All, Every time I log into my application, I want the session to have a new session id. Currently if I close and open the browser, I'll get a new session id or else the session id will be the same even tough I am invalidating the session while logging out. Is there any solution for this?

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
Where is seam.jar in the project? Is it included to classpath? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216499#4216499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216499

[jboss-user] [J2EE Design Patterns] - Re: Service EJB to DAO EJB Design Issues

2009-03-10 Thread folesen
I am not sure if this suggestion is good. But anyway ... I would use ejb-client jar file that contains the classes that your clients (your jsf) are allowed to use in this case the interface for your service bean. In this way your clients do not have the classes/interfaces for your dao EJBs. In

[jboss-user] [JBoss Messaging] - Where is the parent pom for messaging ?

2009-03-10 Thread nicolasduminil
Greetings, I have a JBoss Messaging app which was developped in Eclipse, using WTP. I build it with WTP and deploy it either on the behalf of the JBoss plugin for Eclipse, or by exporting to an EAR that I deploy manually. Now, we need to go live and we need to build it with maven. I have spent

[jboss-user] [JBoss jBPM] - compatible starter-kit for eclipse 3.4.2 SDK

2009-03-10 Thread khalidnoor74
Can any body help me find the compatible starter-kit for eclipse 3.4.2 as I have successfully installed the jbpm-gpd-4.0.0-Aplha2 version of the graphical designer. But as many users have posted the same problem in this forum, the problem is compatible runtime. I have tried

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Loading property files in classpath

2009-03-10 Thread jaikiran
Try this.getClass().getClassLoader().getResource(filename); View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216522#4216522 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216522

[jboss-user] Cluster Configuration

2009-03-10 Thread Chad Kellerman
JBoss Users, I have a special Cluster Configuration I was hoping to implement, but haven't seen an documentation as to how it can be done. I have 2 Nodes, with a patch cable connecting the two (there is also 2 bonded nics for normal network traffic). I was wondering if there is a way to

[jboss-user] [Remoting] - Re: Race condition in ConnectionValidator

2009-03-10 Thread thammoud
anonymous wrote : Are you actually seeing a case where the client's JMS connection listener does not get called yet the connection is invalid ? Yes. Only when the server restarts in a time that is less than the ping period. anonymous wrote : Make the tt (WaitOnConnectionCheckTimerTask) a class

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Loading property files in classpath

2009-03-10 Thread mkprabhu_2009
Actually I am migrating the application from Websphere to jboss AS 5.0.0GA. So no luxury of changing the code. If I include the property file path in the system classpath (JBOSS_CLASSPATH) the files are looked up. But it fails when given in jboss-service.xml Did I miss any syntax? Thankyou

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Loading property files in classpath

2009-03-10 Thread jaikiran
mkprabhu_2009 wrote : | | If I include the property file path in the system classpath (JBOSS_CLASSPATH) the files are looked up. But it fails when given in jboss-service.xml | | That's because the code expects in the system classpath. Shouldn't have been written that way if you

[jboss-user] [Management, JMX/JBoss] - Re: Loading property files in classpath

2009-03-10 Thread jaikiran
Answered in your other post here http://www.jboss.org/index.html?module=bbop=viewtopict=152026 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216533#4216533 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216533

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread Wolfgang Knauf
Hi, though you already solved the problem, here is another idea: you could also use Inheritance strategies. Declare your Address entity this way: @Entity | @Inheritance(strategy=InheritanceType.SINGLE_TABLE) | public abstract class Adress implements Serializable | { | Let Person and

[jboss-user] [JBoss jBPM] - Re: TaskInstance Variable

2009-03-10 Thread bradsdavis
By from the UI, I mean the jBPM console. I know there is a way to get the task that fired the event, but is there a way to get the task instance? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216537#4216537 Reply to the post :

[jboss-user] [JBoss Messaging] - Messaging blocked by long time-out

2009-03-10 Thread rtm333
Hi, We are using JBAS 4.2.2.GA with JBM 1.4.2.GA-SP1 and jboss-remoting-2.2.2.SP11-brew.jar. The server (running on Linux) is publishing on several topics to some Windows clients. If the network connection to one of the clients fails, the updates to ALL clients stop until a time-out occurs

[jboss-user] [JCA/JBoss] - Re: Jboss 5.0.1 ha-local-tx-datasource

2009-03-10 Thread mcrandal
Have been looking a bit more at this and seems that, according to the jboss-ds_1_5.dtd , the local-tx-datasource type of datasource takes a url-delimiter. And when I deploy with | datasources | local-tx-datasource | jndi-namejdbc/BOB-DS/jndi-name |

[jboss-user] [JBoss Messaging] - Re: Jboss messaging in jboss 5.0

2009-03-10 Thread arunraai
I am using Jboss 5. it contains C:\jboss-5.0.1.GA\server\default\deploy\messaging directory. Which file i should use for the JMS configuration? Can anybody tell me what i should configure in same file? Thanks in advace. Arun. View the original post :

[jboss-user] [JBoss Messaging] - JMS Configuration

2009-03-10 Thread arunraai
I am new to JBoss, using Jboss 5. is the C:\jboss-5.0.1.GA\server\default\deploy\messaging is the directory for message configuration directory ? Which file i should use for the JMS configuration? Can anybody tell me what i should configure in same file? How to test after the configuration?

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-10 Thread jguser
PeterJ wrote : | You could always post the raw data for your graph and I could replot it. Hopefully you have it as a CSV file or something like that. I have some data in csv format. The data was taked with a process every minute. If you graph the data you can see what I see.

[jboss-user] [EJB 3.0] - Re: is mappedName needed to reference an EJB in JSF or not?

2009-03-10 Thread jaikiran
anthon.r wrote : | | Before I open a new thread, I need to know if @EJB should work even if the WAR is deployed separately outside the EAR which contains the EJBs referenced by the JSF Manage Beans. | | It doesn't work in servlets either so i don't think it would work in JSF

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-10 Thread max.ander...@jboss.com
We don't include Smooks in the upcoming JBoss Developer Studio 2 for this reason, but if we also keeping it out from JBoss Tools we are never going to get any feedback - i.e. you would never have seen this if we hadn't start bundling it, right ? With respect to your suggestions about using

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-10 Thread max.ander...@jboss.com
..and is the Smooks readers capable of handling partial documents which is how users normally edit files. ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216560#4216560 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB3.0 Over HTTP Using JBOSS 5

2009-03-10 Thread jaikiran
itsjewel wrote : I am getting following error message when trying to access ejb from a remote machine, | | javax.naming.CommunicationException: Operation failed [Root exception is java.rmi.ServerException: IOE; nested exception is: | | java.net.SocketException: Connection

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Classpath issues with shared libraries

2009-03-10 Thread blima17
I do not have the classpath specified in the MANIFEST.MF file. The jars it's looking for are in the same path that the mxmlc.jar file are in though, so if it sees that, I'd think it should see the others. As far as the second comment, anonymous wrote : I just noticed this | Quote: |

[jboss-user] [JBoss Messaging] - Re: Where is the parent pom for messaging ?

2009-03-10 Thread ataylor
JBM doesn't have a parent pom as we don't use maven to build it. I would take a look at the Jboss AS parent pom, maybe that could help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216563#4216563 Reply to the post :

[jboss-user] [JBoss jBPM] - Error deploying a new process from jbpm console

2009-03-10 Thread rodosa
Hello, I've a problem. When I want to deploy a process from jbpm-console. I select a valid processDefinition xml file and the console says: | | Error deploying process: An exception of type org.jbpm.jpdl.JpdlException was thrown. The message is: [[ERROR] no processdefinition.xml

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out

2009-03-10 Thread timfox
This is remoting config. There's a JIRA somewhere which explains how to configure it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216565#4216565 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216565

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

2009-03-10 Thread ataylor
I would start by having a look at the user docs. its all explained in there. http://www.jboss.org/jbossmessaging/docs/index.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216566#4216566 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Resource bundle for EAR

2009-03-10 Thread zakpath
I'm having an EAR deployed with 2 war files in it. Using Jboss 5.0.1. Is it possible to have a single Resource bundle file for EAR and use across the 2 web applications? We have built the web applications with RichFaces. Thanks in advance. View the original post :

[jboss-user] [Beginners Corner] - Re: Urgent = java.lang.NoClassDefFoundError : jboss Startup

2009-03-10 Thread Wolfgang Knauf
Hi, in this case, your WAR has to contain the classes of the DAOs and of the EJB interfaces. Creating a so called client JAR file with those classes and placing it in WEB-INF\lib is the easiest approach. But the even easier way is to bundle JAR and WAR in an EAR file, as they seem to deployed

[jboss-user] [JBossWS] - Re: Type mapping trouble with JAX-WS and EJB3

2009-03-10 Thread dendroid66
Hello, In fact I'm looking for an answer to excatly the same question. Probably, a library is needed, but I'm not 100% sure. ;) Have a nice day. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216583#4216583 Reply to the post :

[jboss-user] [Performance Tuning] - Profiling mode (TPTP) disabled

2009-03-10 Thread Andrechan
I have Jboss v 4.2.2 I've downloaded and installed TPTP 4.5 I have to start the server in profile mode but the profile mode is disabled [img]http://img26.imageshack.us/img26/140/49423909.jpg[/img] Why is this happening? View the original post :

[jboss-user] [JBoss Messaging] - Re: InterceptorChain

2009-03-10 Thread mmarcuci
The details of my setups and a stack trace are in this post. http://www.jboss.org/index.html?module=bbop=viewtopict=151709 Digging through the code I essentially came up with the fact that on the client running within the JBoss appserver the interceptor chain is empty when creating the

[jboss-user] [JBoss Messaging] - Problem using JBoss Messaging and JTS

2009-03-10 Thread debs
Hi, i'm using jboss 5.0.1 GA that contains JBoss Messaging 1.4.1. My problem is that : when i deploy my ear file in a default server that compile with sucess, but when i try to compile it in a server with jts installed i have a this problem : javax.jms.JMSSecurityException: User null is NOT

[jboss-user] [JBoss Messaging] - Re: Problem using JBoss Messaging and JTS

2009-03-10 Thread debs
That is my xml files : Destination service : | mbean code=org.jboss.jms.server.destination.QueueService | name=jboss.messaging.destination:service=Queue,name=CallBackServicesRequestQueue xmbean-dd=xmdesc/Queue-xmbean.xml | depends

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: stop or re-deploy a web application in JBoss 5.0?

2009-03-10 Thread Wolfgang Knauf
Hi, you were quite near to it ;-). The deploy and undeploy methods are the right ones. The parameters for them are URLs of deployed files (e.g. in your deploy directory). Unfortunately, at least in some Betas of JBoss 5, they were not working as expected (

[jboss-user] [JBoss Messaging] - Re: Problem using JBoss Messaging and JTS

2009-03-10 Thread debs
sorry for the mistake, i uncomment and change that in messaging-service.xml : attribute name=SuckerPasswordm...@g3/attribute View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216592#4216592 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss talking to ActiveMQ

2009-03-10 Thread dtaylor
We had a TomCat server listening to ActiveMQ messages by putting various RESOURCE tags in the tomcat/conf/context.xml file. For example: | Resource name=jms/flex/TopicConnectionFactory | type=org.apache.activemq.ActiveMQConnectionFactory |

[jboss-user] [JBoss Getting Started Documentation] - Re: call a web service from a web page

2009-03-10 Thread PeterJ
Yes you can. You would usually go through the JNDI entry. For example, messaging is a service and the entry point name is ConnectionFaction. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216608#4216608 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Urgent = java.lang.NoClassDefFoundError : jboss Startup

2009-03-10 Thread gohil_jigar
Thanx for the solution... I tried tat nut still the error is same... Here m sending you the full log juzz...chk out ... if u can find out something... = JBoss Bootstrap Environment JBOSS_HOME: /jboss-4.0.1sp1 JAVA:

[jboss-user] [JBossWS] - Re: Failed to create a new SAX parser

2009-03-10 Thread Poonam7
Hi, I am facing the same issue as mentioned above, there is no solution mentioned, can anyone please help? I am using xercesImpl.jar in jboss-5.0.0.GA\lib\endorsed folder, I added -Djava.endorsed.dirs=$JBOSS_HOME/lib/endorsed in JAVA_OPTS in run.conf, Still it does not work I get the same

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
akazakov wrote : Where is seam.jar in the project? | Is it included to classpath? Yes, source jar is here: C:\java\projects\BETS\lib\src. Everything looks ok to me ?xml version=1.0 encoding=UTF-8? | classpath | classpathentry kind=src output=classes/model path=src/model/ |

[jboss-user] [JBoss Portal] - Re: How do I create instances of external portlets?

2009-03-10 Thread vantek
up, that interests me to! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216623#4216623 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216623 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: EJB3.0 Over HTTP Using JBOSS 5

2009-03-10 Thread itsjewel
Here is the full exception stack trace, | 21:20:21,000 ERROR [[/servlet-invoker]] Servlet /servlet-invoker threw load() exception | javax.servlet.ServletException: Can not find servlet server invoker with same locator as specified (servlet://127.0.0.1/servlet-invoker/ServerInvokerServlet)

[jboss-user] [JBoss Tools (users)] - How to create tables from classes

2009-03-10 Thread handro1104
I am learning Seam and I am very comfortable generating CRUD applications. But now I want to create an application from scratch starting with the classes. I have not been able to figure out how to create the tables from the classes. I am using JBoss developer Studio. Your help will be

[jboss-user] [JBossMQ] - Send jms message from JBoss mq to Glassfsih Queue

2009-03-10 Thread chakri007
I have to send jms message from JBoss mq to Glassfsih Queue directly. Do we have to set any properties in JBoss or Is there any adapter to use to send message to glassfish. Thanks in Advance ysc View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216628#4216628

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
Are there any execptions in Eclipse log? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216631#4216631 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216631 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
akazakov wrote : Are there any execptions in Eclipse log? Severity: | | error | | msg: | | org.hibernate.console.HibernateConsoleRuntimeException: Could not load JPA Configuration | | exception stack trace: | | An exception stack trace is not available. | |

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
contents of persistence.xml: ?xml version=1.0 encoding=UTF-8? | !-- Persistence deployment descriptor for dev profile -- | persistence xmlns=http://java.sun.com/xml/ns/persistence; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [Installation, Configuration DEPLOYMENT] - NullPointerException deploying JPA web application at jboss-

2009-03-10 Thread manuelmv
I developped a web applicacion using JPA as persistence technology and spring-framework-3.0.0.M2 under jboss-5.0.0.CR1 and everything seems to work fine with no problem at all. The problem comes when I try to deploy the war file to any of the later versions jboss-5.0.0.CR2, jboss-5.0.0.GA,

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
ignore my previous post, that was for different problem, sorry... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216638#4216638 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216638

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-10 Thread asookazian
I'm using JBDS 1.1.0.GA and experiencing the same problem. My persistence.xml is located here: C:\java\projects\BETS\exploded-archives\BETS.jar\META-INF There are the following persistence-*.xml files here: C:\java\projects\BETS\resources\META-INF\persistence-dev.xml

[jboss-user] [Management, JMX/JBoss] - Re: About ThreadPool QueueSize

2009-03-10 Thread PeterJ
Which MBean? Full name please. There are several MBeans that provide queue information. Also, have you monitored garbage collection? It could cause occasional slow responses. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216640#4216640 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: is it possible for MVCCInvocationContext to have null mv

2009-03-10 Thread manik.surt...@jboss.com
Hi and sorry for not responding sooner. putForExternalRead was designed to specifically work outside the scope of any ongoing transaction, so that it does not cause any ongoing transaction to fail and roll back if the pFER() call fails. So this is why calls to ctx.lookUpNode() within the

[jboss-user] [JBoss Tools (users)] - seam-gen IDE vs Console

2009-03-10 Thread digit-x
Hi, i'm running into problems using seam-gen on the console and importing the project into eclipse afterwards (eclipse ganymede with jboss tools 2.1GA and seam 2.1) - it simply does not compile properly. What i do is run seam-gen from console: seam setup - create-project - generate No

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-10 Thread asookazian
So after I copied the persistence.xml from exploded to the correct directory: org.hibernate.console.HibernateConsoleRuntimeException: Could not load JPA Configuration | Could not load JPA Configuration | org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
JBDS 1.1.0.GA is quite old version. We've fixed a lot of things since that. Could you try it in JBDS 2.0 (CR2 or nightly build)? Or if it's imoprtant for you to continue working with Eclipse 3.3 and JBDS 1.1.0 then we can try to help you with it. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-10 Thread asookazian
here is my .classpath file contents: ?xml version=1.0 encoding=UTF-8? | classpath | classpathentry kind=src output=classes/model path=src/model/ | classpathentry kind=src output=classes/action path=src/action/ | classpathentry kind=src output=classes/test path=src/test/ |

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-10 Thread xmedeko
Install a JBossAS plugin ( Version: 2.0.0.CR2-R200901280154) by Eclipse software update from (http://download.jboss.org/jbosstools/updates/development) into the Eclipse 3.4.2 (Build id: M20090211-1700). Then open JBoss Server View, move mouse onto the tab title JBoss Server View (yes, directly

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: IllegalStateException(s) on logout

2009-03-10 Thread Wolfgang Knauf
How do you logout? Could you post the relevant bits of your login/logout code, and also the basics of your login module? Up to now, I don't have any idea what might be the problem. Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216648#4216648 Reply

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-10 Thread kkangsar
Hi Wolfgang, Thanks for provided another solution. But I have the following question. 1. Do we need to specify the @@DiscriminatorColumn in the Address class, if yes, which column to specify? 2. What is the advantage by using @Inheritance over @Embedded? and when to use each

[jboss-user] [EJB 3.0] - JSF, JSP with EJB3

2009-03-10 Thread kkangsar
Hi, Can someone provide me the simple step to create a JSP page and link to the Entity Bean? My objective is to create a simple JSP page which allow me to save the data into the database. I have no idea how to do it? FYI, I know how to connect EJB3 to db and create a simple

[jboss-user] [Installation, Configuration DEPLOYMENT] - Variable of type 'short' not handled by SNMP manager

2009-03-10 Thread Termos
Hi, I am currently configuring the Jboss server (jboss-4.0.5.GA) to be able to map MBeans to SNMP variables. It seems to work with Long and String variables but not for 'short' ones. I use GetIf to browse SNMP variables. I successfully get the first 2 variables. The 1st one is an Integer and

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to detect stale Connections ?

2009-03-10 Thread dimar1975
Hi all ! I'd like to know if it's possible to detect when a Connection has gone stale. I have tried with check-valid-connection-sql tag but this one seems to check a valid Sql only when the connection it's created. I'd need to check periodically the status of DB. P.s. I'm using JBoss 5.0 GA

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
I have contacted CSP for hotfix. Where can I find out what versions of what libraries, etc. are bundled with JBDS 2.0 (i.e. what version of JBoss Tools, what version of EAP, what version of Seam?) Perhaps a release notes should be available for download?? This is all it shows on the download

[jboss-user] [JBoss Cache: Core Edition] - Re: is it possible for MVCCInvocationContext to have null mv

2009-03-10 Thread dukehoops
Exactly, in my environment I am seeing precisely that: cache.evict() fails to evict. I wrote up what I thought was the root cause for of this failure: pfer writes to one (non-tx) context, while evict looks in another (please see my post right above yours) Could you please point out where in

  1   2   3   >