[jboss-user] [Remoting] - Re: Setting codebase in jboss ejb3 application has no efffec

2008-09-26 Thread [EMAIL PROTECTED]
Hi Emil, Your question isn't related to Remoting, so I'm going to suggest you try the "Installation, Configuration & DEPLOYMENT" forum at http://www.jboss.com/index.html?module=bb&op=viewforum&f=61. For what it's worth, I can point you to the $JBOSS/server/$CONFIG/conf/jboss-service.xml file,

[jboss-user] [Javassist user questions] - CtClass makeNestedClass does not take the the major version

2008-09-26 Thread k_o_
Hi, I have issues with the method public CtClass makeNestedClass(String name, boolean isStatic) I have an original file with Java major version 45 for Java ME on which CTClass instance this is invoked. Internal CtNewNestedClass(classname, this, false, null); is called than and finally public C

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss AS Config - changing deployment context for ROOT.w

2008-09-26 Thread meetoblivion
That appears to work. I'm just curious why the default appears to be hard coded somewhere (or maybe it's just in a config file somewhere hidden?) (btw, I did the previous by setting the path to / in application.xml, so this is technically my first use of jboss-web.xml) View the original post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss AS Config - changing deployment context for ROOT.w

2008-09-26 Thread PeterJ
If I understand you correctly, you still want access to the "JBoss Home page" via some url such as http://localhost:8080/home One possibility: rename ROOT.war to home.war and move it to the deploy directory Another possibility: add a jboss-web.xml file to ROOT.war/WEB-INF and set the context (s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Coldfusion J2EE war file deployment error

2008-09-26 Thread PeterJ
Try starting JBossASA with the -b option See http://wiki.jboss.org/wiki/JBoss42FAQ If that does not fix it, you will have to ask the Coldfusion people because it is their error message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179159#4179159 Reply to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss AS Config - changing deployment context for ROOT.war

2008-09-26 Thread meetoblivion
Hmm so I've got a possibly odd request. I need to change the ctxPath for ROOT.war in a 4.2.3 AS. I've got another app that's bound to / and they (admins) want to be able to see the original app. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [Beginners Corner] - Re: Yet another isolated classloader question

2008-09-26 Thread PeterJ
This does not directly answer your question, but why are you not using the "provided" scope. Example: | commons-logging | commons-logging | 1.1 | provided | This way your WAR will not be filled with JARs that are already provided by JBossAS. View the original post : htt

[jboss-user] [JCA/JBoss] - Re: Problems changing DefaultDS

2008-09-26 Thread PeterJ
anonymous wrote : java.sql.SQLException: ORA-00942: table or view does not exist Don't you just love how error messages assume you know what parameters were passed in the code and therefore they don't need name them (in this case, the name of the table or view). But based on what is going on I

[jboss-user] [Clustering/JBoss] - Re: Problems with JBoss clustering

2008-09-26 Thread mearman
Did you find an answer to this? I have a very similar problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179153#4179153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179153 ___

[jboss-user] [JBoss Portal] - Re: increasing the height of the hearder - jboss portal

2008-09-26 Thread DanielK
Firebug is also a great tool for Firefox. For some things (editing CSS) better than Web Developer. jboss-portal.sar\portal-core.war\themes is only one important thing. Also important for understanding are layouts: boss-portal.sar\portal-core.war\layouts | | For each layout there will be a

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2008-09-26 Thread woo37830
I have a working process and deployed it. I tested it. I then have a simple process which starts and has the first node as a process-start. I added the bean you mentioned into my jbpm.cfg.xml file and recompiled and deployed the console. I get the same error, null pointer. Any other ways I can

[jboss-user] [JBoss Portal] - Re: creating our own login page

2008-09-26 Thread DanielK
You have already post the code in your previous answer: | | | All what i have done is paste it into my own login.xhtml, which i used as VIEW Page for my GenericFacesPortlet. If i logged in with right credentials = all fine. But if i try a wrong login, portal login page will be u

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Coldfusion J2EE war file deployment error

2008-09-26 Thread muddu_shafi
Hey, I have download Bluedragon for j2ee and created my app.war file using the method given in the website. Running my jboss now and trying to access any file it gives me a error and the log file looks like this: com.naryx.tagfusion.cfm.license.licenseException: You may only access this s

[jboss-user] [Beginners Corner] - How Do I Get Value of Or Instatiate

2008-09-26 Thread jabailo
I want to use this line of code in a servlet: anonymous wrote : javax.servlet.ServletContext context = application.getContext("otherWarName"); But I can't figure out how to set the value of the variable "application" in a JBoss servlet? Is it built in? How to I set up "application" ? I got

[jboss-user] [Security & JAAS/JBoss] - Re: Problem turning on security manager with JBoss 4.0.4

2008-09-26 Thread osganian
If anybody cares or even visits this forum, the problem was in the default jboss-service.xml that is bundled in the tomcat sar directory. You need to change the Java2ClassLoadingCompliance attribute to true: | true | View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Beginners Corner] - Yet another isolated classloader question

2008-09-26 Thread tomstrummer
I am trying to create a simple web app built with Maven. Maven by default will package all dependencies in the WAR, which causes classloader issues if those libraries are also already in JBoss. Ok, so I thought classloader isolation solved this problem, but apparently I'm not understanding i

[jboss-user] [Microcontainer] - Re: Redeployment on JBoss 5

2008-09-26 Thread iradix
Thank you Ales. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179134#4179134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179134 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Messaging] - Dynamic message selector

2008-09-26 Thread jwilker
Hi, I am interested in changing my message selector dynamically, with the goal of reducing subscriber traffic based on a given current client context. As far as I'm aware, this is not possible without resubscribing, which isn't reasonable for our application. Does anyone have any architectural

[jboss-user] [JBoss jBPM] - Re: cannot retrieve variable in an asynchronous node

2008-09-26 Thread cgo
Replying to myself here, the issue was that the process was undeployed after state transition by the junit test involved, so it works now. However, now when accessing the variable in the asynchronous node it returns a org.jbpm.bytes.ByteArray object instead of my Serializable type in the Action

[jboss-user] [JBoss Cache: Core Edition] - Re: Clean shutdown/redeploy in Tomcat

2008-09-26 Thread jreeman
yes, a request feature has been added, see the detail here https://jira.jboss.org/jira/browse/JBCACHE-1416. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179127#4179127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Portal] - Re: creating our own login page

2008-09-26 Thread javauser007
Hi Daniek... Can U post the code... and is it possible to assign that login page a s a view page of user profile portlet..? plz post the code so that we can undestand how u did. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179126#4179126 Reply to t

[jboss-user] [JCA/JBoss] - Re: Problems changing DefaultDS

2008-09-26 Thread vickyk
Try jboss messaging forums http://www.jboss.com/index.html?module=bb&op=viewforum&f=238 or JbossMQ forums http://www.jboss.com/index.html?module=bb&op=viewforum&f=48 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179122#4179122 Reply to the post : http://www.

[jboss-user] [Security & JAAS/JBoss] - Re: Problem turning on security manager with JBoss 4.0.4

2008-09-26 Thread osganian
Trying it under JDK 1.6.0_05 I get: | java.lang.ClassCircularityError: org/jboss/security/SimplePrincipal | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:247) | at sun.security.provider.PolicyFile.addPermissions(PolicyFile.java:1381) |

[jboss-user] [JCA/JBoss] - Re: Problems changing DefaultDS

2008-09-26 Thread drathnow
I looked at the SQL in server/xxx/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml and it is correct. i.e. that syntax is correct for Oracle. I even went so far as to execute it to create the table. When I start JBoss, I get the following exception whenever JBoss tries to deploy one

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JSESSIONID

2008-09-26 Thread jabailo
>From a servlet in a war, I do a post to another application in another war. I want to do a sendRedirect and continue that transfer. Can I simply append ;JSESSIONID= to my target URL? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179118#4179118 Reply t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JConsole, JWS, JMX and JBoss 4.2.2 Fails

2008-09-26 Thread jelevy01
Bump. Any ideas here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179117#4179117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179117 ___ jboss-user mailing list jboss-us

[jboss-user] [Installation, Configuration & DEPLOYMENT] - .War and .Ear session sharing

2008-09-26 Thread jabailo
I have two war files. Can I share an http session variable between the two. Ear files: Can I put two wars in an ear? If so, would they share the same session? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179116#4179116 Reply to the post : http://www.

[jboss-user] [JCA/JBoss] - Re: Problems changing DefaultDS

2008-09-26 Thread PeterJ
Check the server/xxx/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml file. It contains a property used to create the table, make sure that property contains a correct DDL statement for Oracle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179113#417

[jboss-user] [JBossMQ] - required jar files for JBoss JMS client

2008-09-26 Thread yannanlu
I am setting up a JMS client on a remote box. It tryes to receive messages from the JBoss server. I have a bunch of jar files for JBoss. But which jar files should I copied over to the remote box for the client? For now, I only know jbossmq.jar jboss-j2ee.jar and jnpserver.jar. My JBoss ser

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: how to configure ssl between jboss and db

2008-09-26 Thread PeterJ
What database are you using? Many database vendors provide SSL support within their JDBC drivers. For example, with MySQL see: http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-using-ssl.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179110#41

[jboss-user] [Remoting] - Setting codebase in jboss ejb3 application has no efffect

2008-09-26 Thread esalagea
This is related to the topic http://www.jboss.com/index.html?module=bb&op=viewtopic&t=140498&start=0 I have posted some time ago with no success. I'll be short: My bean application A (which runs inside jboss jvm) generates (with javaassist) a class C and perform an rmi call on a remo

[jboss-user] [Security & JAAS/JBoss] - Re: Problem turning on security manager with JBoss 4.0.4

2008-09-26 Thread osganian
The class org.jboss.security.SimplePrincipal exists in the following JARs under my jboss home: client/jbossall-client.jar client/jbosssx-client.jar server/default/lib/jbosssx.jar Now, when I run only the server/default/lib/jbosssx.jar is being used. I even renamed the client directory to clien

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.6.6.GA-src BUILD FAILED Error while compi

2008-09-26 Thread [EMAIL PROTECTED]
Where is the error? Ideally you should not have to do anything more than #use jdk 1.5 cd build ./build.sh clean export JBOSS_HOME=YOUR_PATH_TO_JBOSS_HOME ./build.sh deploy-all View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179101#4179101 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - access a class in a scoped classloader from ucl

2008-09-26 Thread DeMarco2
Hi all, I've got a simple question: I have a simple sar with some jar-packages inside running in a scoped classloasder. Now I want to access one or more classes inside the sar-file (and from one of its jar-packes indes the sar) from a class (f.e. a SessionBean) running in the ucl. What I have e

[jboss-user] [JCA/JBoss] - Re: Problems changing DefaultDS

2008-09-26 Thread kevintaute
The wiki does not mention that you need to ensure the tables are available on the new data source. The error message java.sql.SQLException: ORA-00942: table or view does not exist indicates that you are trying to retrieve date from a table that does not exist. Most likely the anonymous wrote :

[jboss-user] [JCA/JBoss] - Problems changing DefaultDS

2008-09-26 Thread drathnow
JBoss Version is 4.2.0.GA I searched the Wiki and forums for a solution to this problem. I've seen two other posts with the same problem but nobody responded with a solution to I'll try. I'm trying to change the DefaultDS datasource from hsql to Oracle. I've followed the instructions I foun

[jboss-user] [JBoss Portal] - jboss-portal-2.6.6.GA-src BUILD FAILED Error while compiling

2008-09-26 Thread kritya
Hi While trying to compile and deploy it gave following error at last. If you have any solution , please suggest D:\projects\jboss-portal-2.6.6.GA-src\tools\etc\buildfragments\buildmagic.ent:273: The following error occurred while executing this line: Thanks in Advance, Kritya. View the orig

[jboss-user] [Microcontainer] - Re: Redeployment on JBoss 5

2008-09-26 Thread alesj
I've committed the change to the JBossAS trunk. By default it now includes .xml files only. But this can be changed in profile.xml configuration file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179084#4179084 Reply to the post : http://www.jboss.com/index

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - how to configure ssl between jboss and db

2008-09-26 Thread vaerssv
Hi All, I've to secure the connection between my jboss instances and the data base running on another vlan. bo clear data can be sent on the network. I heard that there are no possiblities to configure this in the connection pool and that we have to use an ssh tunnel. But are ssh tunnel enough

[jboss-user] [Microcontainer] - Re: Redeployment on JBoss 5

2008-09-26 Thread iradix
Cool. Off the top of my head, defaulting the filter to *.xml might be a good compromise. It seems to me like that would encompass the JBoss config files, standard JEE config files, and also web framework files that do necessitate a restart (Seam's components.xml for instance) while excluding *

[jboss-user] [Clustering/JBoss] - Re: JBoss 4.0.5.GA Shutdown suddenly

2008-09-26 Thread ScottMarlowNovell
That is not normal. Do you have any native (jni) modules. That would be my first suspect (your native code crashed the process). I hope this helps. Scott View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179071#4179071 Reply to the post : http://www.jboss

[jboss-user] [Microcontainer] - Re: Redeployment on JBoss 5

2008-09-26 Thread alesj
"iradix" wrote : | So if I understand this correctly getMetaDataLocations for a WAR deployment returns the WEB-INF folder, and the isModified method will check every child within that folder? | Yes. "iradix" wrote : | That does seem to be somewhat undesirable. I know that there are a

[jboss-user] [Microcontainer] - Re: Redeployment on JBoss 5

2008-09-26 Thread iradix
Ales, So if I understand this correctly getMetaDataLocations for a WAR deployment returns the WEB-INF folder, and the isModified method will check every child within that folder? That does seem to be somewhat undesirable. I know that there are a fair number of web frameworks that suggest keep

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Limiting log file size/versions under 4.0.1SP1

2008-09-26 Thread erasmomarciano
I have tried with jboss-4.0.1, you should have the following file boss-4.0.1/server/all/conf/log4j.xml You should find the code commented as suggested by Peter | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - Re: Is there a cost to use JBossportal?

2008-09-26 Thread [EMAIL PROTECTED]
JBoss Portal is free to use and deploy. Now, if you wish to optimize your development and have someone to contact when you have issues and get an answer in a predictable manner, you can get a support contract for the Enterprise Application Platform. (the prices listed on the site you mention are

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to dynamically configure different databases and dialect

2008-09-26 Thread kathrinRocketman
Hi, I'm using JBoss 4.0.5 and hibernate 3.1 and integrate Hibernate with the Hibernate MBean and deployed it with a har file. So far everything works fine, but I have to support different timebases with different Dialects, all using the same database scheme. I've searched the forum but I haven'

[jboss-user] [JBoss Portal] - Is there a cost to use JBossportal?

2008-09-26 Thread devendragera
Hi, Is Jboss portal free to use and deploy? I know that JBoss is open source. However I just wanted confirmation before using it in our environment. I am confused with the prices quoted at http://www.greymatter.com/p290073. Can someone please let me know? Thanks in Advance View the original p

[jboss-user] [JBoss jBPM] - java.lang.ClassCastException: $Proxy60 cannot be cast to org

2008-09-26 Thread magnumff
hi My code is: Properties props = new Properties(); | props.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory"); | props.put(Context.URL_PKG_PREFIXES,"org.jboss.naming:org.jnp.interfaces"); | props.put(Context.PROVIDER_URL, "jnp://localhost:1099"); | | Initia

[jboss-user] [Beginners Corner] - clustering on one machine(500 simultanous calls)

2008-09-26 Thread gvijay
Hi, I have a cluster set up on single machine with all configuration, i have a web service deployed on them using axis run time, i want to test this WS by calling the service 500 simultaneous times, Hence i am using a 500 threads each calling the service 100 times running simultaneously. questi

[jboss-user] [Beginners Corner] - obtaining MBeanServerConnection - classloading issues

2008-09-26 Thread akostadinov
Not sure I'm writing to the right place but anyways, I want to obtain a MBeanServerConnection in an ant task to a remote jboss server. My code is like: ctx=new InitialContext(properties); | Object connection = ctx.lookup("jmx/rmi/RMIAdaptor"); | When I run it putting jbossall-client.jar in

[jboss-user] [JBoss Cache: Core Edition] - "Response timed out" exception in TreeCache

2008-09-26 Thread guruk
Hi, folks. On our environment occasionally were observed numerous org.jboss.cache.lock.TimeoutException's that cause transactions to fail. Moreover the problem seems to progress over time resulting in a system becoming non-operational with restart required. It was suggested to try to increase

[jboss-user] [JBoss jBPM] - JBossWS/Services BPEL process endpoint

2008-09-26 Thread Turanyi
Hi. Uff, I happily deploy BPEL process (I don't know what is happen). I can see it in Registered Service Endpoints (http://localhost:8080/jbossws/services). But endpoint address doesn't work. Click on endpoint address reference I get "HTTP Status 404, The requested resource is not avialable" jbo

[jboss-user] [JBossWS] - Re: Open file descriptors to wsdl

2008-09-26 Thread bortx
Tested on jbossws 3.0.3 and had the same problem. Each request results on a file descriptor open. For this reason application reaches maximum file descriptors allowed and fails every request. Any suggestion on where should we have a look in order to solve this problem will be very appreciated.

[jboss-user] [JBoss Cache: Core Edition] - Re: Clean shutdown/redeploy in Tomcat

2008-09-26 Thread lovelyliatroim
Moved just the log4j lib into the lib folder but still hangs Stack trace is different | 12:03:15,719 [Timer,10.251.153.36:1936] ERROR protocols.PING - failed sending discovery request | java.lang.NullPointerException | at org.apache.log4j.Category.isEnabledFor(Category.java:749)

[jboss-user] [JBoss Cache: Core Edition] - Re: Clean shutdown/redeploy in Tomcat

2008-09-26 Thread lovelyliatroim
Same version 1.2.14. anonymous wrote : | Perhaps it will be fixed in the very last version 1.2.15 ? | Only one way to find out.. Stack trace is different, still illegal state exception, interesting though is the "Caused by: java.lang.ClassNotFoundException: org.apache.log4j.spi.NO

[jboss-user] [JBoss Messaging] - Re: Migrate from JBossMQ over HTTPs to JBoss-Messaging

2008-09-26 Thread garwind111
Hello greyfairer, To configure HTTPS over Jboss Messaging, you must look at connection factories settings. By default, you have the bisocket connection factory. In the source config examples, you can find HTTP and SSL Bisocket configuration file. To find HTTPS configuration, you must specify SS

[jboss-user] [JBoss Tools (users)] - Re: Founded the failure of org.jboss.tools.vpe.editor.util.D

2008-09-26 Thread [EMAIL PROTECTED]
Please report it in jira with a sample project that causes the issue! Then we can reproduce and track it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179018#4179018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179

[jboss-user] [Microcontainer] - Re: Redeployment on JBoss 5

2008-09-26 Thread alesj
We check every metadata file in deployment + all sub-deployments: - http://anonsvn.jboss.org/repos/jbossas/trunk/system/src/main/org/jboss/system/server/profile/basic/MetaDataAwareProfile.java - https://jira.jboss.org/jira/browse/JBAS-4545 I guess I can add some filter to the check. View the o

[jboss-user] [Beginners Corner] - Deploying Drools Rules Engine in xercesImpl-2.4.0.jara bundl

2008-09-26 Thread calemis
I am trying to build a decision engine bundle upon Drools. I am working on eclipse and on knopflerfish osgi platform What I am doing is to add Drool in Bundle Classpath as: Bundle-ClassPath:..., lib/drools-jsr94-4.0.7.jar and i am adding the followin libraries in the classpath: drools-jsr94

[jboss-user] [JBoss Cache: Core Edition] - Re: Clean shutdown/redeploy in Tomcat

2008-09-26 Thread jreeman
hello, it sounds like a log4j bug. I'm using 1.2.14 version and you ? Perhaps it will be fixed in the very last version 1.2.15 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179010#4179010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - IdentityLoginModule.java, impossibile to avoid IllegalArgume

2008-09-26 Thread sunbeststar
Hi all. I develop the web-console for jbpm server and I tried to use IdentityManagement component for it. When I access IdenityLoginModule, and call a login() method, I get an IllegalArgumentException, which I cannot avoid in anyhow. Here is the listing of login method: public boolean login()

[jboss-user] [JBoss jBPM] - can I change an instance at runtime?

2008-09-26 Thread CarlosSM
I have instances of long duration that can not finish, and sometimes depending on the case would be advisable to add a certain state(without changing the template or create a new version), Is this possible? Can I change an instance in time of execution? View the original post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: jPDL: variable participants and parallel processes

2008-09-26 Thread kukeltje
No, sorry... maybe in jBPM 4, not sure though.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178998#4178998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178998 ___ jboss-u

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem in configuring multiple Application in Jboss

2008-09-26 Thread rajeshkumarkp
Dear all I have two application One applicatin is single ear and other contain multiple wars Initailly both application using the same hibernate jar files so I put it in the default /lib directory in jboss .But now my application using different version of hibernate jar files .so my first appli

[jboss-user] [JBoss and NetBeans] - Re: Error deploying war file (developed using visual web 5.5

2008-09-26 Thread rukus
Same problem with netbeans 6.1 + jboss 4.2.2 :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178994#4178994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178994 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: jPDL: variable participants and parallel processes

2008-09-26 Thread r1ch4rd
Hi Ronald, Thanks very much for that, this looks like the sort of thing I need. There isn't, then, some different fork "types" that can be specified just in the jPDL processdefinition.xml, like or similar? Cheers, Richard View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBossWS] - Unable to connect webservice deployed on JBOSS AS version 4.

2008-09-26 Thread ajayks
Hello all, I have created EJB3.0 stateteless session bean named "Greeting" as a webservice using JAX-WS specifcation. This web service simply returning the parameter what is sent to it. I am successfully able to deploy the created web service on JBOSS application server 4.2.2 and the WSDL fi

[jboss-user] [JBoss jBPM] - Re: About the TransientVariable????

2008-09-26 Thread kukeltje
how? please share for others to learn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178984#4178984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178984 ___ jboss-user mailin

[jboss-user] [EJB 3.0] - ManyToOne lazy initialization

2008-09-26 Thread siamak82
Hi I've been struggling with this problem a couple of days and still haven't been able to find any solutions. It's about two simple entities that have a ManyToOne relationship. The following exception is thrown when the owning entity is looked up: | java.lang.NoClassDefFoundError: Lorg/hiber

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-26 Thread rudot
Thanks, it worked for me. I only had to recompile the attached java file because the attached jar file is for different jdk version than mine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178977#4178977 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Remoting] - Re: Can not make remoting client invocation due to not being

2008-09-26 Thread [EMAIL PROTECTED]
Interesting. I didn't know that demo existed. The demo is based on an older version of Remoting, probably 1.4. As of Remoting 2.0, it is necessary to call Client.connect() before calling Client.invoke(). I.e., | Client remotingClient = new Client(locator); | remotingClient.connect();

[jboss-user] [JBoss Messaging] - Re: Cannot start post office...

2008-09-26 Thread bodrin
No, there are no nodes with the same IDs on the LAN. The cluster is partitioned using different partionNames, but this seems to not help with JBM. http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html | ... | In order for nodes to form a cluster, they must have the exact same

[jboss-user] [JBoss Messaging] - Re: MDB to RemoteQueue configuration problems

2008-09-26 Thread bodrin
http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html | ... | In order for nodes to form a cluster, they must have the exact same PartitionName and the ParitionConfig elements. Changes in either element on some but not all nodes would cause the cluster to split. | ... |

[jboss-user] [JBoss Cache: Core Edition] - Re: Clean shutdown/redeploy in Tomcat

2008-09-26 Thread lovelyliatroim
No I didnt, apart from moving libraries to the lib directory, this will stop the dump. Havent looked at it since then to be honest and is coming soon back on the radar. Let me know if you find a solution other than moving the jars to the lib directory. Thanks, LL View the original post : h

[jboss-user] [Remoting] - Re: How to set ping timeout of ConnectionValidator?

2008-09-26 Thread [EMAIL PROTECTED]
Hi Hendra, "hendra_netm" wrote : | My question is: how to set the pingTimeout, pingPeriod, and max pingRetries of ConnectionValidator? | | Should it be set in remoting-bisocket-service.xml? Which variables need to be changed? | Use "validatorPingTimeout", "validatorPingPeriod", and

[jboss-user] [Clustering/JBoss] - Re: How to call two jboss instances in java code

2008-09-26 Thread sebasmtech
Hi all, I need to eloborate my requirment since my question is not answered. I have one Master JBoss server (4.0.5.GA) and two child Jboss servers (4.0.5.GA).in master Jboss i have one Web Archive File designed using java server faces and Oracle ADF Faces. In that war file I have one search ap

[jboss-user] [JBoss Tools (users)] - Founded the failure of org.jboss.tools.vpe.editor.util.DocTy

2008-09-26 Thread nimo22
I found out, why and when this failure occurs: java.lang.NullPointerException | at org.jboss.tools.vpe.editor.util.DocTypeUtil.getDoctype(DocTypeUtil.java:153) | at org.jboss.tools.vpe.editor.util.DocTypeUtil.getDoctype(DocTypeUtil.java:71) | at org.jboss.tools.vpe.editor.mozi