[jboss-user] [JBoss Messaging] - Messaging test suite unavailable

2006-11-26 Thread bod1
Hi all, I was going through the Messaging tutorial (http://docs.jboss.org/ejb3/app-server/tutorial/consumer/consumer.html) and I found that the link on this page to the test suite: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-ejb3/src/test/org/jboss/ejb3/test/consumer/ produces the error:

[jboss-user] [JBossCache] - Re: Error starting cache with TCP and TCPPING

2006-11-26 Thread [EMAIL PROTECTED]
If you have the full stack trace, JGroups should spit out the reason why you cannot create the stack. I also suggest you test this config with standalone JGroups, to see whether this works: http://wiki.jboss.org/wiki/Wiki.jsp?page=TestingJBoss View the original post :

[jboss-user] [JBossCache] - Re: Error starting cache with TCP and TCPPING

2006-11-26 Thread urisherman
anonymous wrote : If you have the full stack trace, JGroups should spit out the reason why you cannot create the stack. That's what you'd think, but no. all I got was that error message I posted. Anyway, I realized the distro's version I downloaded might be incompatible with the one

[jboss-user] [JBoss Eclipse IDE (users)] - Re: IDE2.0.0 packing and deployment

2006-11-26 Thread susnet
I also want to know when you think this feature will be available. I am really looking forward to it! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988613#3988613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988613

[jboss-user] [JBoss jBPM] - work flow problem

2006-11-26 Thread Mohab
hi all first of all i thank every one reading this thread even he couldnt help me in my question :) the problem is i had installed Eclipse Version: 3.1.2, and installed plugin of JBPM , it worked ok and i made several workflows, but last day it started to do something else. when open old work

[jboss-user] [JBoss jBPM] - jboss-4.0.5.GA gets into a loop after calling http://localho

2006-11-26 Thread zauberlehrling
Hi, I've installed jboss-4.0.5.GA together with jbpm-3.1.2. For the installation I made two modifications: 1) I commented out the libraries in the directory lib/dom4j and the file jaxen-*.jar in the build file jbpm-starters-kit-3.1.2/jbpm/build.deploy.xml !-- = -- | !-- ===

[jboss-user] JBoss Tomcat

2006-11-26 Thread Mohsen Pahlevanzadeh
Dear all,I have delivered a server from my boss,It has many sites,PHP,JSP etc. When i see a site same acs.takfab.ir in httpd.conf ,It has a DocumentRoot that it has a one file : index.html index.html has a JavaScript code that it is redirected to 'http://acs.takfab.ir:8080/acs' Now i

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSTL xml tags, JAXEN conflict?

2006-11-26 Thread SideWinder
seems to be some kind of class loading problem maybe. but i didn't manage to understand how to use the wiki-stuff about class loading to solve my problem :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988617#3988617 Reply to the post :

[jboss-user] [JBoss Seam] - [DVD example] how to directly go back to the checkout page a

2006-11-26 Thread ellenzhao
I'm trying to do this based on the DVD example version 1.1.0 CR 1: A new user comes in and chooses a lot of DVDs. The checkout was blocked since he hasn't logged in yet. Now he starts registration and hopefully after the registration succeeded! confirmation he can go directly back to the

[jboss-user] [JBoss Seam] - Injection and disinjection control

2006-11-26 Thread msystems
I have two Java Beans, Bean A (scope: session) and Bean B (scope: event). Bean A is injected into Bean B. E.g. Class A { ... ... ... } Class B { protected Object var; @In(value = ASession, create = true) void setVar(Object var) {

[jboss-user] [Installation, Configuration Deployment] - Re: JBossAS 4.0.5-GA dependency libraries version info relea

2006-11-26 Thread [EMAIL PROTECTED]
see docs/licenses/thirdparty-licenses.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988621#3988621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988621 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Re: jboss projects

2006-11-26 Thread [EMAIL PROTECTED]
http://www.jboss.org/products/jbossportal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988622#3988622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988622 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Porlet Instances not showing

2006-11-26 Thread alittledog
Thank you. Got it working now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988624#3988624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988624 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Recommended way to do SSL

2006-11-26 Thread sjmenden
What is the most recommended way to SSL protect specific pages, like login and register and any other sensitive ones. Off the top of my mind, one could achieve this through URL rewriting with Apache as the front end. Are there any other ways to do this? View the original post :

[jboss-user] [JBossWS] - Re: 1.0.4 integration problem with EJB-3RC8

2006-11-26 Thread Christopher_P
Hi there, I'm having exactly the same exception as oglueck when trying to run JBossWS 1.0.4 on JBoss 4.0.4.GA (running on Win32). I tried removing javax.jws package from ejb3.deployer/jboss-ejb3.jar and also got oglueck's No wrapped types available exception. Did anyone find a solution to

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-11-26 Thread rlhr
Hello, I tried to setup custom messages for the hibernate validation annotation but without success yet. I have a ValidatorMessages.properties (defining all the default message for hibernate validators) file in my ear file so that I don't get an exception at server startup. All my properties

[jboss-user] [EJB 3.0] - Re: Bug in @OneToMany() table creation.

2006-11-26 Thread alexg79
How about specifying different join tables for each collection? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988630#3988630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988630

[jboss-user] [EJB 3.0] - Re: Problem with native query

2006-11-26 Thread alexg79
Variable placeholders are not supported in native queries. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988632#3988632 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988632 ___

[jboss-user] [JBoss Seam] - Re: Using seam-gen with JBoss IDE (Eclipse), where are all t

2006-11-26 Thread rlhr
Hi Ellen, So I downloaded the beta version and everything seemed fine until I tried to run the server (in debug mode or not). The server and the webapp seem to start fine from what I see in the console, but the web app is not reachable from the browser... Did you run into anything like this?

[jboss-user] [JBoss Seam] - Re: Using seam-gen with JBoss IDE (Eclipse), where are all t

2006-11-26 Thread ellenzhao
No I haven't had this problem. I'm using Sun's Java VM version 6.0 beta. (the latest beta from Sun's site). But it doesn't look like VM's problem. Is the context root on your browser right (Matches the context root in your application.xml)? View the original post :

[jboss-user] [EJB 3.0] - Re: Problem with native query

2006-11-26 Thread [EMAIL PROTECTED]
not true. both ? and named parameters are supported. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988641#3988641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988641 ___

[jboss-user] [JBoss AOP] - Re: error when calling MethodInvocation

2006-11-26 Thread fabiocsilva
The problem is that the advice had not declared throws. But the error log is very obscure, is difficult to find the error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988644#3988644 Reply to the post :

[jboss-user] [EJB 3.0] - Re: PersistenceException on GeneratedValue property

2006-11-26 Thread Ganton
This turns out to be a class loading issue. Due to the complex nature of the architecture I am attempting to build. When the new versions of the entities are hot deployed the persistence engine apparently gets confused, and refuses to cooperate. If this sounds like a problem you are having as

[jboss-user] [Beginners Corner] - Re: JBoss 5.0.0 beta 1 and web-console

2006-11-26 Thread MichaelMuo
Thanks visolvejboss, That was the first issue, but fixing some of the JRE CLASSPATH issues did not resolve a problem. Finally, I added in applet.jsp some required jars and get rid of this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988657#3988657

[jboss-user] [JBoss Seam] - Re: [DVD example] how to directly go back to the checkout pa

2006-11-26 Thread ellenzhao
Just Got it with two pageflow definition files. :-) (the names of the transition nodes and view ids are modified according to the requirement of my application. But the idea is not difficult to capture... the boomBookingFlow.jpdl.xml: | ?xml version=1.0 encoding=UTF-8? | |

[jboss-user] [JBoss Seam] - Re: Using seam-gen with JBoss IDE (Eclipse), where are all t

2006-11-26 Thread rlhr
I think something goes wrong at one point. The CPU usage stays close to 100% even after the server is done starting. I'll investigate and try to find out what's going on. Maybe some options is not setup properly... View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Negotiate with Kerberos

2006-11-26 Thread hpkolasani
I followed the instructions from http://wiki.jboss.org/wiki/Wiki.jsp?page=NegotiateKerberos (using JBoss 4.02) and it appears that the SPNEGO/NTLM handshaking and getting the principal from token seems to be working fine. I can also see that the 'login()' method of 'NegotiateLoginModule' is

[jboss-user] [JBoss Seam] - Re: Using seam-gen with JBoss IDE (Eclipse), where are all t

2006-11-26 Thread ellenzhao
if you installed the 190mb all-in-one JBoss-IDE (the eclipse SDK is also included in that bundle). The server should be setup this way: File -- new -- Other -- server -- next. At this point you'll see two JBoss categories in the list. One is JBoss and the other is JBoss Inc. You should choose

[jboss-user] [Installation, Configuration Deployment] - Shutting down JBOSS

2006-11-26 Thread kipper3d
Hello, I've gotten several instances running on one server using: $JBOSS_HOME/bin/run.sh -c jb-user1 /dev/null 2 /dev/null $JBOSS_HOME/bin/run.sh -c jb-user2 /dev/null 2 /dev/null $JBOSS_HOME/bin/run.sh -c jb-user3 /dev/null 2 /dev/null Commands are performed by the respective unix user.

[jboss-user] [Installation, Configuration Deployment] - Re: Shutting down JBOSS

2006-11-26 Thread [EMAIL PROTECTED]
You would need to pass the appropriate JNDI url of the server to the shutdown script. So, it would be something like: ./shutdown.sh -s hostname:port The name of the server (ie jb-userX) won't work because it's a 'logical' name. View the original post :

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-11-26 Thread atao
Richard read the thread http://www.jboss.com/index.html?module=bbop=viewtopict=93507 to get some more explanations about NotNull annotation and validation tag. Pierre View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988670#3988670 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam exception handling failing

2006-11-26 Thread [EMAIL PROTECTED]
It happens when the variable is first referenced. In this case, during the render phase. Note that if this is a GET request, or a redirect, there is no invoke application phase. Use a page action. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988674#3988674

[jboss-user] [JBoss and NetBeans] - Netbean5.5 Jboss4.04 DefaultDS not bound

2006-11-26 Thread elmerr
I created an application project in Netbeans5.5. I followed the procedure used in tutorial in Jboss Netbeans section. I created some CMPs using ejb3.0/Hibernate as persistance just using the IDE built-in workflows, and got the following error on deployment: javax.naming.NameNotFoundException:

[jboss-user] [JBoss Seam] - Re: Injection and disinjection control

2006-11-26 Thread [EMAIL PROTECTED]
There is a way, namely that you can use configuration instead of bijection. ie. component name=b |property name=var#{a}/property | /component However, it sounds to me like you are trying to preoptimize. A few hundred calls of a setter method is totally insignificant compared to the

[jboss-user] [JBossWS] - Re: Using Axis SAAJ Implementation instead of JBossWS

2006-11-26 Thread reinerka
Hi Thomas, it probably isn't the SAAJ implementation alone but as well the XML parsing components that cause more problem than they solve. Right now we've isolated those key items: 1. Chunked transfers 2. Encapsulation namespaces with single quotes Neither of them are against XML/HTTP rules,

[jboss-user] [Installation, Configuration Deployment] - Re: Shutting down JBOSS

2006-11-26 Thread kipper3d
Uhm, its still running. Heres what i tried. Consider the following port information jb-user1 is 8180 jb-user2 is 8280 jb-user3 is 8380 jb-user4 is 8480 To shudown jb-user3: su - user3 for jb-user3 $JBOSS_HOME/bin/shutdown.sh -s localhost:8380 Error: Failed to retrieve stub from server

[jboss-user] [Installation, Configuration Deployment] - Re: Shutting down JBOSS

2006-11-26 Thread [EMAIL PROTECTED]
Hi, no problem. Try this ./shutdown.sh -s jnp://hostname:jndi-naming-port I can't remember if we removed the need for the 'jnp://' prefix or not. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988678#3988678 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Shutting down JBOSS

2006-11-26 Thread kipper3d
Are you referring to this port number: 1400? Heres snippet for jb-user3 in the service-binding.xml file: service-config name=jboss:service=HAJNDI delegateClass=org.jboss.services.binding.AttributeMappingDelegate delegate-config portName=Port hostName=BindAddress 1401

[jboss-user] [Installation, Configuration Deployment] - Re: Shutting down JBOSS

2006-11-26 Thread [EMAIL PROTECTED]
Are you running in a cluster? Your original post did not mention this. The JNDI port is simply the port that your naming service is running on. Typically this is 1099 for each host. However, since you are running multiple instances on one machine it would be whatever JNDI naming port you

[jboss-user] [JBoss Portal] - Re: Understanding architecture...

2006-11-26 Thread ric1607
Thomas, Thank you for your answer, especially on a week-end! I hope I did not disturb your Saturday with my silly questions {:-) One solution I was thinking of was indeed to include the whole portal page in an iframe. My use case being for instance to include a forum frame or a CMS frame

[jboss-user] [EJB/JBoss] - SOLVED!!!: CommunicationException, local class incompatible:

2006-11-26 Thread pavlikus
Hi all, If you get this exception in Intellij IDEA, then make sure there is no javaee.jar library on project class path. IDEA automatically adds this library to j2ee project/module and it's sure thing incompatible with jboss client libraries. Just in hope you wouldn't spend whole weekend

[jboss-user] [JBoss Seam] - Re: Using seam-gen with JBoss IDE (Eclipse), where are all t

2006-11-26 Thread rlhr
So I reinstalled the all-in-one bundled and set up the project again. I think I must have done something wrong configuring the project earlier, but I don't know why :) Now everything work great. Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-11-26 Thread rlhr
Hi Pierre, Thanks for the link, I'm going to take a look at it. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988685#3988685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988685

[jboss-user] [Security JAAS/JBoss] - Re: Negotiate with Kerberos

2006-11-26 Thread hpkolasani
And, I noticed the following in the logs when I enabled TRACE on JBossSecurityMgrRealm. 2006-11-26 13:33:49,515 TRACE [org.jboss.security.plugins.JaasSecurityManager.SPNEGO] Login failure javax.security.auth.login.LoginException: Error getting roles: jcifs.smb.SmbAuthException: Access is

[jboss-user] [JBoss and NetBeans] - Re: Netbean5.5 Jboss4.04 DefaultDS not bound

2006-11-26 Thread elmerr
Never mind. I forgot to put the java:/ in front of DefaultDS, so it couldn't find DefaultDS. Maybe this is helpful to someone else that does the same thing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988687#3988687 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Tracing/Logging - Actual RMI calls vs calls between EJBs

2006-11-26 Thread [EMAIL PROTECTED]
There is no easy way to do this at the AOP layer, but it seems that if the call is local the EJBContainerInvocation will contain something under | invocation.getMetaData(IS_LOCAL, IS_LOCAL); | You could customize the stack of interceptors used for your ejb 3 container(s) in

[jboss-user] [Security JAAS/JBoss] - Concurrency bug in JaasSecurityManager

2006-11-26 Thread Cyberax
I've found a VERY curious concurrency bug in JaasSecurityManager. I'm using custom login modules and custom principal and a custom SecurityInterceptor for JNDI lookups, this interceptor checks . My DefaultCacheTimeout value was set to 0 (I wanted to turn off authentication cache). My

[jboss-user] [JBoss AOP] - Re: Jboss servlet/aop Deploymentexception: Cannot find aspec

2006-11-26 Thread [EMAIL PROTECTED]
You don't have a method in your advice called myAdvice, you should use name=test (or rename your test advice method) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988691#3988691 Reply to the post :

[jboss-user] [JCA/JBoss] - DB2 XA connection problem - Non XA works

2006-11-26 Thread jshrinivas
Hello, I am trying to use IBM DB2 XA datasource with JBoss 4.0.5-SP1 and have modified db2-xa-ds.xml. I get following error during JBoss startup: Reason: org.jboss.deployment.DeploymentException: Error while fixing table name; - nested throwable: (org.jboss.util.NestedSQLException: Could not

[jboss-user] [Management, JMX/JBoss] - JBoss 4.0.x RMIAdaptor and jdk1.3 issue

2006-11-26 Thread tmuller
Hi, I have one serious issue. I need to make a portlet application which will connect to JBoss 4.0.x MBeans and perform/invoke some MBean's operations etc. Problem is that the portlet application runs on IBM Websphere (with jdk1.3!) and MBeans runs on JBoss AS 4.0.x (with jdk1.5). I tried

[jboss-user] [Installation, Configuration Deployment] - Re: JEMS Installer 1.2.0.CR1: Errors when starting JBoss

2006-11-26 Thread [EMAIL PROTECTED]
Which profile did you select? Did you modify default component (file pack) selections? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988694#3988694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988694

[jboss-user] [JBoss Eclipse IDE (users)] - Starting JBoss from Eclipse

2006-11-26 Thread puck
Hello out there, I'm trying to start JBoss over the Eclipse IDE. The problem is, I installed jboss on linux, and I created an extra user for jboss, like the tomcat-administrator user. For tomcat we have the sysdeo-plugin where you can set the name and password of the administrator. Is there any

[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

2006-11-26 Thread [EMAIL PROTECTED]
Yep. The db2jcc driver does not support native XA. As a result, you have to install the DB2 client libraries to get XA support. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988698#3988698 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Http Session Passivation configuration on every node?

2006-11-26 Thread hmesha
you gut instinct is correct :) It should work either way. However, the servers in the cluster that don't have their Http Session passivation turned on, will not be able to passivate sessions maintained by their respective cluster manager. You can see the benefits, trade offs, and a whole lot

[jboss-user] [EJB 3.0] - Unnecessary select with em.merge()

2006-11-26 Thread markvl2
I am evaluating ejb3 and looking at the standard case of where an entity is read from the DB in one transaction, modified, then changes saved in another transaction. When em.merge() is called for the detached entity, EJB3 is implicitly executing a select against the DB for that entity. Is

[jboss-user] [Beginners Corner] - Re: IdleRemover notifying pools, interval: 450000

2006-11-26 Thread sandhyabhandary
Hi I am facing the same problem, can someone help to fix it. Due to this the servlet requests are denied the access to database. Please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988701#3988701 Reply to the post :

[jboss-user] [Beginners Corner] - Re: IdleRemover notifying pools, interval: 450000

2006-11-26 Thread [EMAIL PROTECTED]
This is normal. In JBoss/JCA the IdleRemover runs asynchoronously and cleans up connections that have not been used reducing resource usage when it is not required. The message is informational only. View the original post :

[jboss-user] [Clustering/JBoss] - Re: NameAlreadyBoundException in JBoss5.0.0Beta1

2006-11-26 Thread javidjamae
I forgot to mention that I've started the nodes in different orders, and it is always the second node that throws this exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988708#3988708 Reply to the post :

[jboss-user] [Clustering/JBoss] - NameAlreadyBoundException in JBoss5.0.0Beta1

2006-11-26 Thread javidjamae
I'm trying to bring up a vertical cluster (Jboss 5.0.0Beta1) using virtual IPs on a Windows XP box. I've created two copies of the all configuration called node1 and node2. I start them in different console windows as follows: ./run.sh -b 192.168.1.140 -c node1 ./run.sh -b 192.168.1.141 -c

[jboss-user] [JBoss jBPM] - Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i

2006-11-26 Thread dusixiang
kukeltje wrote : did you deploy a process? I'm not sure. how can i check it? Is there some *.process file in some dir like WEB-INF/classes? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988711#3988711 Reply to the post :

[jboss-user] [JBoss Seam] - Timer issue just broke my site after a week of no issues. Pl

2006-11-26 Thread modoc
I'm in a bit of a panic, as my newly launched site, which just made the front page of digg.com yesterday, and as such is seeing a ton of traffic, just broke, and I can't figure out how to fix it. The site was up and working fine for a week. It still works perfectly on my dev box, with no

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-26 Thread modoc
I am using jboss 4.0.5, installed with the jmes installer, and the error started happening when i was using seam 1.0.1. I upgraded to 1.1 just now in an attempt to fix it, but the error persists. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988713#3988713

[jboss-user] [JBoss jBPM] - Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i

2006-11-26 Thread dusixiang
yeah, I fixed it . Thanks a lot , guys. :-) I Modified the build.deploy.xml in the deploy.processes target as the same as following, and then use the : ant deploy.processes -buildfile build.deploy.xml command deployed (or redeployed ) my processes. | target name=deploy.processes

[jboss-user] [JBoss Messaging] - JBOSS communication with client

2006-11-26 Thread kksenthil76
Hi, I am into JBOSS research, I would like to know how the Message passed from SOAP client or Java client to apache AXIS through JBOSS. Is that through socket or rmi communication between SOAP client/java client to JBOSS. Let me know the API also. View the original post :

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-26 Thread modoc
So it looks like the mail checking part was taking too long and then things blew up. When I cleaned out the incoming mail spool, it started working without issue. So in the interim I can have the scheduled method execute more frequently, hence having less e-mail to process each time.

[jboss-user] [Clustering/JBoss] - Re: NameAlreadyBoundException in JBoss5.0.0Beta1

2006-11-26 Thread hmesha
You must use binding manager to start more than one instance on the same machine: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988717#3988717 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-26 Thread modoc
And by too long i mean on the order of 3-10 seconds. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988718#3988718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988718 ___

[jboss-user] [JBossWS] - jbossws-1.0.4 build/test problem

2006-11-26 Thread Ganton
I attempted to build 1.0.4 out of the repository, using ant-1.6.5, and got the null pointer exception mentioned in the wiki at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall I upgraded to ant-1.7.0RC1, which includes Xerces 2.8.2, and now when attempting to run the test

[jboss-user] [JBoss Seam] - Error when migrating to Seam 1.1.0 CR1

2006-11-26 Thread yj4jboss
Hello, I recently upgraded from Hibernate-Version: 3.2.0.CR2 Hibernate EntityManager Version: 3.2.0.CR1 to Hibernate-Version: 3.2.0.ga Hibernate EntityManager Version: 3.2.0.CR2 which comes with Seam 1.1.0CR1. I am also using MySQL 5.0 Since then my web application which is using Seam

[jboss-user] [JBoss Seam] - Re: Error when migrating to Seam 1.1.0 CR1

2006-11-26 Thread [EMAIL PROTECTED]
Right, I think this is a change in HEM. Hibernate tolerates delete(detached), but JPA does not tolerate remove(detached). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988722#3988722 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JEMS Installer 1.2.0.CR1: Errors when starting JBoss

2006-11-26 Thread cjindahouse
I also get the same message after installing JBOSS 4.0.5GA with EJB3 support from the JEMS installer. I can deploy an application but I'm not able to deploy a simple EJB3 app. I think these errors messages maybe the cause. View the original post :

[jboss-user] [Security JAAS/JBoss] - redirect port 8080 to 8443

2006-11-26 Thread khandan
Hi everybody which can i redirect port from 8080 to 8443 and from 8443 to 8080. i wish when i type http://localhot:8080/myapp, browser swich to https://locahost:8443/myapp. i changed jboss-4.0.4.GA/server/default/deploy/jbossweb-tomcat55.sar/server.xml but that was not corrected. thanks for your

[jboss-user] [Clustering/JBoss] - Re: NameAlreadyBoundException in JBoss5.0.0Beta1

2006-11-26 Thread javidjamae
No you don't. If you read the #1 option under the link that you sent me, it tells you how to do it without the ServiceBindingManager. You can start multiple nodes so long as you bind them to different network addresses running on the same machine. This is what I did using the -b flag as I

[jboss-user] [JBoss Getting Started Documentation] - Re: PluggableInstrumentor

2006-11-26 Thread sweetvenkat
ip0 wrote : Just tested it: | | jboss 4.0.5 (zip distribution) | jdk 1.5.0_09-b03 (win32) | bundled eclipse 3.1.1 with jboss-ide 1.5.1.GA | | The server configuration (chapter 10) worked fine. Which versions have you been using? Hi; I am having the same problem what richy007 had.

[jboss-user] [Installation, Configuration Deployment] - Re: JEMS Installer 1.2.0.CR1: Errors when starting JBoss

2006-11-26 Thread cjindahouse
Just to clarify, I'm using the same installer and (possibly due to the same errors) I'm not able to deploy a simply EJB3 component. The ear can deploy ok but the EJB3Deployer does not seem to pick up and load the EJB3. View the original post :

[jboss-user] [JBoss AOP] - Re: How do you use EnableLoadtimeWeaving for a Windows Servi

2006-11-26 Thread sweetvenkat
supernovasoftware.com wrote : I got this to work using the following syntax. I had to add pluggable-instrumentor.jar to the classpath and -javaagent:pluggable-instrumentor.jar as an option. | | | | set

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-26 Thread toni
Hi, since I haven't gotten any replies to my post I was wondering, if somebody could help me and try out the example above? I don't know why the conversation list is not being updated correctly or only after a reload of the page. I copied the code to display it from the issues example, so I

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Starting JBoss from Eclipse

2006-11-26 Thread [EMAIL PROTECTED]
you mean a OS level user ? JBoss IDE is used to run/debug jboss as for application development and to do that we launch jboss app server from within eclipse in a seperate JVM. That JVM is always started by the current user. If you are talking about the jboss as level user to stop and adminster

[jboss-user] [JBoss/Spring Integration] - Jboss + Hibernate + Spring doesn´t release db connection

2006-11-26 Thread rgarciaesteban_cyii
Hi all, I´m developing an application for jboss 4.0.3SP1 with hibernate 3.1 and spring 1.2. In Tomcat works fine but in JBoss opens 10 connection for every query but doesn't release any connection. I don´t know where is the problem in JBoss or in Spring transaction manager, or in the hibernate

[jboss-user] [EJB 3.0] - Problems with self referencing entites

2006-11-26 Thread martin ganserer
Hello, I have got an entity bean let's call it users. This entity has a many to many relationship to other user entity beans. Basically everything works fine but I have got a problem when I want to get really all users of one user. (A user consists of many users and one of these users can have

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5 EJB3 Deploy need server restart ?

2006-11-26 Thread djr667
FYI http://www.jboss.com/index.html?module=bbop=viewtopict=94692 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988732#3988732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988732