[jboss-user] [JBossWS] - Re: Where do I have to *.jws web service files in JBoss ?

2008-04-28 Thread [EMAIL PROTECTED]
"PeterJ" wrote : thoste, I think that Ricard encouraged you to read the documentation because if you did you would find that the extension .jws is not a valid extension. Exactly "" wrote : The doc explains how to do it and NOT how to do it NOT. So the docs does not say: *.jws is NOT possible. Y

[jboss-user] [Remoting] - Re: Encounting

2008-04-28 Thread lanceliao
more information may be helpful to you! We are using the following command to start the jboss: sh run.sh -b 172.30.2.180 -Djboss.bind.address=0.0.0.0 (172.30.2.180 is the machine ip which jboss is on) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147425#41474

[jboss-user] [Remoting] - Encounting "Can not make remoting client invocation due to n

2008-04-28 Thread lanceliao
In my project, we are using JBoss4.2.2.GA,JBM1.4.SP3,jboss-remoting2.2.2.sp1. Recently we are changing jboss-remoting2.2.2.sp1 to jboss-remoting2.2.2.sp7 because of a problem. But when both Client and Server was replaced with remoting2.2.2.sp7, An error appeared on the Client side, li

[jboss-user] [Clustering/JBoss] - How to deploy EAR on a JBOSS 5.0 Beta4-cluster

2008-04-28 Thread Gitu
This is a very basic question. Am learning to deploy an EAR on Jboss 5.0 beta4 cluster. 1. Have created a cluster setup by creating two profile (node_1 and node_2 .copied configurations from all) 2. My expection is that there is a central repository where we can drop ear and it would be pushed

[jboss-user] [JBossWS] - Re: Where do I have to *.jws web service files in JBoss ?

2008-04-28 Thread thoste
"PeterJ" wrote : thoste, I think that Ricard encouraged you to read the documentation because if you did you would find that the extension .jws is not a valid extension. That extension is specific to Axis. This explains the error message: | | url=file:/D:/java/JBoss/v4.2.2/server/default/de

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread jaikiran
Shiveeta, I am not sure what changes you have done after downloading JBoss. I would suggest that you try this on a clean download of JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147415#4147415 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot access Jboss remotely

2008-04-28 Thread jaikiran
Use the -b option to start JBoss. See this for more details http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147414#4147414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Cannot access Jboss remotely

2008-04-28 Thread wangyi1031
Hello everyone, I just installed Jboss5.0 in Fedaro Linux, I can access jboss JMX console by: http://127.0.0.1:8080, however, I cannot connect by: http://localhost:8080 and I cannot visit from other PCs. I am trying change the hosts file in linux, however, it still does not work. Can someone g

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2008-04-28 Thread PeterJ
Please post the contents of your application.xml file. It appears that something is incorrect in the way you are referencing http://java.sun.com/xml/ns/j2ee. Also, what version of JBossAS are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147401#

[jboss-user] [JBoss Portal] - Re: The Eclipse Team Project file-anonymous-projectSet.psf i

2008-04-28 Thread [EMAIL PROTECTED]
http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_7/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147402#4147402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147402 ___

[jboss-user] [JBossWS] - Re: Cannot expose EJB 3 as WS

2008-04-28 Thread PeterJ
Try renaming the directory server/default/deploy/endpoint to server/default/deploy/endpoint.jar. You need the .jar suffix to let the deployer know what type of application to deploy. Remove the wsdlLocation attribute. When you use it, it should reference a file in the archive, like this: wsdlL

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Mapping a physical directory to a virtual directory

2008-04-28 Thread PeterJ
There is no configuration setting that does this for you. But you could write a servlet for "/something/*" that interprets the url and grabs the desired file from the hard drive. A similar mechanism is used by the CMS subsystem of the JBoss Portal. View the original post : http://www.jboss.com

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule and additional state

2008-04-28 Thread ragavgomatam
LoginModules are designed for authentication/authorization. State information is specific to your application, where as JAAS modules are not designed to handle state information. However this said, you can pass in static information to the module by Map options & Map sharedState. These are set

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Exactly which version of tomcat is bundled with JBoss 4.

2008-04-28 Thread PeterJ
It is no longer Tomcat, but rather JBoss Web (which is based on Tomcat 6). To get the exact source code, download and unzip the JBossAS 4.2.2 source. The file thirdparty/jboss/web/lib/jbossweb-src.zip contains the source. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-28 Thread ragavgomatam
try DWR reverse ajax View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147391#4147391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147391 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Portal] - Re: The Eclipse Team Project file-anonymous-projectSet.psf i

2008-04-28 Thread PeterJ
Prabhat, how about for the next release (2.7?)? Where is it's trunk? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147390#4147390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147390 __

[jboss-user] [JBoss jBPM] - Re: wait activity getting its value from expression?

2008-04-28 Thread kukeltje
I'm totally no bpel expert, heck, I'm not even a bpel dummy, but single AND double quotes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147387#4147387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147387 ___

[jboss-user] [JBossWS] - Newbee Q: Returning hashmaps

2008-04-28 Thread soch
I am trying to take the simple echo example (http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS_JAX-WS_Tools) to the next level and running into problem. I want to return a hashmap instead of the string. Instead of the client printing the hasmap contents it prints the address of the the

[jboss-user] [JBossWS] - Re: Cannot expose EJB 3 as WS

2008-04-28 Thread peiguo
Hm... After I read your reply, I tried two things but both failed, not sure what we did differently (I am using 4.2.2.GA). 1) I removed the config.xml file, when I deploy I got this: | 15:07:45,192 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a d

[jboss-user] [Beginners Corner] - Cant deply an .ear file into the JBOSS.

2008-04-28 Thread leonidMir
Hi all, I created a simple .ear and using ant deployed it into the ...\deploy\ directory. Unfortunately I am getting the following exceptions and still can't make my application work: | 00:39:01,593 ERROR [ProfileServiceBootstrap] Failed to load profile: | org.jboss.deployers.spi.Deploymen

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Exactly which version of tomcat is bundled with JBoss 4.2.2.

2008-04-28 Thread MNLipp
Hi, for tracking down a problem I need to debug my way throught tomcat code. In order to get the right source code, does anybody know exactly which version of tomcat is built into JBoss 4.2.2.GA? I looked through the manifests in the JARs, but there is no hint there. Thanks! Michael View

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Mapping a physical directory to a virtual directory

2008-04-28 Thread CreatureOfLegend
Is there a way to map a physical directory either inside of the jboss folder or somewhere else on the hard-drive to a virtual directory accessable through the online url in JBoss? for example: D://Jboss#.##/something/images/ is http://my.url.com/images/ Our app needs to allow users to uplaod im

[jboss-user] [JBoss Portal] - Re: The Eclipse Team Project file-anonymous-projectSet.psf i

2008-04-28 Thread [EMAIL PROTECTED]
The latest and greatest Portal 2.6 is http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_6 . The next release of portal will be based out of this branch and you can see this as sort of trunk if you are interested in portal 2.6. View the original post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Re: Where do I have to *.jws web service files in JBoss ?

2008-04-28 Thread PeterJ
thoste, I think that Ricard encouraged you to read the documentation because if you did you would find that the extension .jws is not a valid extension. That extension is specific to Axis. This explains the error message: url=file:/D:/java/JBoss/v4.2.2/server/default/deploy/MyWebServiceClass.jws

[jboss-user] [JBoss Portal] - maximized window state not maintained

2008-04-28 Thread jdr0887
Setup: JBoss Portal 2.6.4 jdk1.6 Problem: I have 3 different pages with one portlet on each page. Each portlet renders correctly when, in the *-object.xml file, I have an initial window state of maximized. When I click from one page to the next and back again, the maximized state gets reset

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss bind on two ip addresses

2008-04-28 Thread PeterJ
Try this. In the server/xxx/deploy/jboss-web.deployer/server.xml file, add a second Connector entry, providing a different hard-coded IP address for each, like this: | I have not tried this, so I am not sure if any other config changes are necessary, or if even works. View the original po

[jboss-user] [JBoss Portal] - how can we configure virtualhost for Jboss 4.2.0 and jboss p

2008-04-28 Thread pasc_dev
Hello, we have deployed one ear application on jboss portal. This ear contains only one war. On jboss portal, we have created two portal instances : jbpInstance1 and jbpInstance2. Now, i have only one domaine : www.myDomain.com. So i can connect to each portal instance like that : www.myDoma

[jboss-user] [JBoss Portal] - Re: Access CMS trought a Portlet

2008-04-28 Thread PeterJ
To access a file named mydir/myfile.xxx stored in CMS, you can use this URL: /portal/content/mydir/myfile.xxx Be aware that accessing an HTML file causes the Portal to redirect to the home page (page where the CMS Portlet is located). For all other file types, the file is passed back as-is, mak

[jboss-user] [JBoss Portal] - Re: The Eclipse Team Project file-anonymous-projectSet.psf i

2008-04-28 Thread PeterJ
Weird. It seems that /repos/portal/trunk has disappeared. If you want the source for Portal 2.6.4, you could use: http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_6_4/build/ide/eclipse/3.2/team/anonymous-projectSet.psf View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossWS] - Re: Where do I have to *.jws web service files in JBoss ?

2008-04-28 Thread thoste
"[EMAIL PROTECTED]" wrote : Please, read our documentation first. | If still confused download source distribution and try to find the example that fits your needs. | If still confused post to user forum ;) Yes, I read the documentation and I thought this is the user forum. Ok, lets explain

[jboss-user] [Messaging, JMS & JBossMQ] - Re: XA Recovery of messages sent to a Topic

2008-04-28 Thread mmusgrov
The remaining issue, then, is to do with how the JBossMQ XAResource handles non-durable subscriptions: If there are durable subscriptions for a topic then published messgages are put on a peristent queue otherwise a temporary queue is used (see method JMSTopic.addMessage(...)). It appears that

[jboss-user] [JBoss AOP] - java.lang.VerifyError: Illegal constant pool index when Enab

2008-04-28 Thread cripgrm
Please help. I had my aspectized stateless session beans working in jboss 4.2.0. Then I tried the same thing in jboss 4.2.2GA and keep getting this error. Reason: java.lang.VerifyError: (class: com/critrade/services/balances/BalancesEJB, method: com$critrade$services$balances$BalancesEJB$lookup$

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: The JSF library situation in JBoss explained (it's calle

2008-04-28 Thread rafaelcba
hi! remember that context-param (org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL) need be placed on top into tag. | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://jav

[jboss-user] [JBoss Portal] - automatically deploy one portlet inside the dashboard on jbo

2008-04-28 Thread felipefo
Hi there, I'm using jboss-portal-2.6.4 I want to deploy my portlet directly inside my dashboard view. I already make my portlet appear in the portal pages but when I try change the tag overwrite dashboard.dashboardpage --> I don't know how to find this path ? I get a erro

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-28 Thread ssjboss
Thanks for your help "Peter Johnson" . Really it was wonder full hint, now i am able to sent msg to remote destination. I want more help, How can i deploy this Listener , So that it all ways listen to sender ? [Deploy path is jboss_home/my_config/deploy ] My requirement is messages will go t

[jboss-user] [Remoting] - Re: Socket keep alive with client EJB

2008-04-28 Thread [EMAIL PROTECTED]
One way is to go to .../server/default/lib and execute java -jar jboss-remoting.jar which will print the version. By the way, version 2.4.0.CR2 is now available from http://repository.jboss.com/jboss/remoting/. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBossWS] - Re: Why is wsconsume stopping whole batch script ?

2008-04-28 Thread PeterJ
In Windows, when one batch file calls another in the way you have done so, once that second batch file completes, that is it. There is no return to the original batch file. If you want the processing to return to the original batch file, use the "call" command: Echo Before call call D:\java\JB

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-28 Thread avihaimar
I am working with Jboss4.2 , so i guess it dosnt support. do you have an idea how can i intercept the transaction? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147319#4147319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: help : WARN [UDP] failed to join /224.0.0.75:7500

2008-04-28 Thread PeterJ
Do you need clustering? If not, run the 'default' config instead of the 'all' config. Apparently something about your network doesn't like the udp broadcasts that the clustering code uses to communicate with other jbossas instances. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Messaging, JMS & JBossMQ] - Re: XA Recovery of messages sent to a Topic

2008-04-28 Thread mmusgrov
Actually, I did not install any durable subscribers for the Topic and consequently there was nothing to recover. When I added a durable subscriber and retested then the recovery system did indeed recover the message published to the topic. So the JBossMQ recovery support is working provided we

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-28 Thread [EMAIL PROTECTED]
Hi, You can do this with the new after-throwing typed advice. Examples can be found in our tutorial, and a more detailed documentation is available in our User Guide. If you are using 1.5GA, you will have to wait till our next 2.0.0GA release, which fortunately is scheduled for the end of this

[jboss-user] [JBoss AOP] - Re: Interaction Jboss AOP with a Java Application

2008-04-28 Thread [EMAIL PROTECTED]
Hi! Yes, you can add an interceptor at runtime through dynamic AOP. For that, the classes you want to affect dynamically must be prepared through "prepare" expressions, like this: | http://jbossaop.blogspot.com/). There are also plans for writing a more user-friendly interface to add interc

[jboss-user] [Security & JAAS/JBoss] - Can i set relative path to - "java.security.auth.login.confi

2008-04-28 Thread avihaimar
Hey, In my client i need to call to: System.setProperty("java.security.auth.login.config", authConf); where auth.conf is the absolute path to the file. the problem is the client is package as a jar and i want to package the file inside the jar. is there a solution for this? Thank you View the

[jboss-user] [JBoss AOP] - Can i have interceptor on throw exception?

2008-04-28 Thread avihaimar
Hey, In some point the transaction is rollback, but i dont see any exception in the log. so i think to add (if it possible) an intercetor that will be called when an exception is thrown , is it possible? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JCA/JBoss] - Updatingd JDBC Datasources and container behaviour

2008-04-28 Thread sankul123
Hi ALL, I want to add a new datasource[ex- oracle database DS object] and rebind to an existing JNDI name. I want to do this to achieve the following - -If there is any change in database schema password[manuually on database server], this should be updated to already existing datasource and reb

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread graben
JAVA_OPTS: -Djava.library.path="C:\Programme\Argon2 Developer Studio\jboss-as | \bin\native" -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.clie | nt.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Dprogram.name="JBossTools JBoss 4.2 Runtime" -Xms256m -Xmx512m

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - PersistenceContext and PerststenceUnit

2008-04-28 Thread mohitanchlia
I have been looking around for a good description of PersistenceContext and PerststenceUnit but have not been able to get good tutorial that explains the concept. There is lot of code around but nothing that explain what it really means and why we need it. View the original post : http://www.

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread [EMAIL PROTECTED]
also a directory tree of your bin folder, just to make sure it was unzipped properly? Not trying to say you're crazy ;) Just trying to make sure everything's okie dokie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147282#4147282 Reply to the post : http

[jboss-user] [Beginners Corner] - Lifecycle management for 3rd party software connection

2008-04-28 Thread gymshoe2
Hello, We have a 3rd party software component that we need to integrate into our EJB services. It can be somewhat expensive to establish a connection to this 3rd party software and we would also like to manage the number of connections that are attempted. (it is not a database) I understan

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread [EMAIL PROTECTED]
Try starting with run.bat and comparing the VM arguments and java arguments with those in your jboss tools' server's launch configuration? Post both here, too =D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147278#4147278 Reply to the post : http://www.j

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread graben
Of course there are files in the native folder, that's why I'm so surprised by this server log message. It says there are no files although there are the needed files. If I start the server manually by run.bat it loaded those native libs and shows the success message in the log. View the origin

[jboss-user] [JBoss Tools (users)] - Re: timeout waiting for jboss 4.2

2008-04-28 Thread [EMAIL PROTECTED]
Sorry for the delay. WHere are you setting your JNDI / naming port? In which xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147273#4147273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147273 __

[jboss-user] [Messaging, JMS & JBossMQ] - Monitoring the number of messages in a queue from the comman

2008-04-28 Thread pgbossi
Hello all, We are trying to monitor a queue status from the command line. In particular, we want to monitor the number of messages in the queue at any give time. Let's say that the queue name is XXXYYY. We are trying to use twiddle of course, but got stuck. As you can see below we are using jbo

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/HowToAddAprToJBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147269#4147269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147269 ___ jboss-use

[jboss-user] [JBoss Cache: Core Edition] - Should be able to use ClusteredCacheLoader with CacheMode.LO

2008-04-28 Thread lovelyliatroim
Hi guys, Just want to discuss this a little more [url] http://jira.jboss.com/jira/browse/JBCACHE-1273?page=comments [/url] Just to quote whats in it anonymous wrote : | Not fixing this one since there is a fundamental flaw with allowing a clustered cache loader to work in LOCAL mode. While

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread [EMAIL PROTECTED]
Are there actually any files in your C:/jboss-as/bin/native ? I suspect strongly you need to download the native libraries yourself... though I'm not certain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147265#4147265 Reply to the post : http://www.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Log4j repository selector solution for EAR files

2008-04-28 Thread smpub2000
To solve the issue of having your own log4j.properties, the article at http://wiki.jboss.org/wiki/Log4jRepositorySelector says: "While you can solve this problem using class loader scoping, the preferred way to do this is using a RepositorySelector ". However the article in the url above does no

[jboss-user] [JBoss jBPM] - Re: problem with jbpm3.2 and jboss SA 4.2.1GA

2008-04-28 Thread nqtung
by the way, I saw anonymous wrote : Not binding factory to JNDI, no JNDI name configured[\quote] | but localhost:8080/jbpm-console is running... | I dont understand this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147261#4147261 Reply to the post : ht

[jboss-user] [JBoss jBPM] - Re: problem with jbpm3.2 and jboss SA 4.2.1GA

2008-04-28 Thread nqtung
that's right, :) I used a lot of jbpm-console with a lot of database (but *-ds.xml is only one). This is server.log after remove http://www.mediafire.com/?234yzmmwhws thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147256#4147256 Reply to the post : ht

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-04-28 Thread scull
hello massimiliano_cuccia , sorry my english is bad. You have reason. "the dynamic creation of the tasks generates some problem to the process instance" i was testing the task creation through action hanlders after a fork-node and this not work. First i create one tasknode before a fork and 2

[jboss-user] [JBossWS] - Re: Writing a WS cliente

2008-04-28 Thread AceFrehley
This is a classpath issue. I had this problem too trying to run a WS client from Eclipse. It took me a while, but in Eclipse, I did the following: - Add * ONLY * the xercesImpl.jar from the server lib/endorsed directory to your build path (DO NOT ADD resolver.jar or any of the other jars from h

[jboss-user] [JBoss AOP] - Interaction Jboss AOP with a Java Application

2008-04-28 Thread Moslem
Hi everybody! I m wondering about the possibility to apply interceptor in an existing java application at run time. I will be grateful if somebody could help me , because I try to resolve this problem but in vain. Thanks in advance, View the original post : http://www.jboss.com/index.html?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss bind on two ip addresses

2008-04-28 Thread ovfone
Dear all, I'm trying to bind my JBoss on two IP addresses. I've found out that it's possible to bind JBoss on all interfaces by using the -b 0.0.0.0 property, but I cannot use all interfaces, only two are alowed for this JBoss instance. Do you know the way how to do it? I use Debian 4 & JBoss 4

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread jaikiran
"Shiveeta" wrote : | I tried starting the server and copying the jar in $JBOSS_HOME/deploy folder You have a "deploy" folder under %JBOSS_HOME%? Did you create that folder? The downloaded version of JBoss doesnt have this folder in %JBOSS_HOME% "Shiveeta" wrote : | and later also in $JBO

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unable to pre-compile JSP using ANT task with JBoss 4.2.

2008-04-28 Thread erasmomarciano
Try to removed http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";> This string code it just needs for to validation XML View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147238#4147238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
| 2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true | 2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL | 2008-04-28 1

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true 2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL 2008-04-28 19:18:44,507

[jboss-user] [EJB 3.0] - Re: Socket keep alive with client EJB

2008-04-28 Thread slimamar
The problem has been resolved : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134089 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147230#4147230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147230 ___

[jboss-user] [JBossWS] - POP Attachment

2008-04-28 Thread safetytrick
I'm supporting a JBoss application that implements mail-ra.rar to pull down pop emails, this works great except in one case, I have a client that is sending emails to his pop account using c#. for (i = 0; i < list.Items.Count; i++) | | { | | cst = list.Items.ToString(); | | Attac

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy ZIP vs. EAR

2008-04-28 Thread twiedenmann
Thanks for your effort and time !! For the context root of a war file, the name of the war file is used. E.g. my war file "servlet-invoker.war" uses the context root "/servlet-invoker". Actually I would prefer using the ZIP deployment, because i dont need to change the class loading of the AppSe

[jboss-user] [JBoss jBPM] - Re: How do I add a JBPM DecisionHandler to a Decision node

2008-04-28 Thread kukeltje
look at the numerous testcases in the source... lots of examples there on how to use the api View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147227#4147227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147227 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread jaikiran
For some reason, the file that you placed in the deploy folder is not being hot deployed. Maybe you have disabled the deployment scanner in the jboss-service.xml? Alternately, you can place the jar file in the deploy folder and stop/start the JBoss server. See if it gets deployed. View the o

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Creating New Connection Factory

2008-04-28 Thread nitinmandolkar
Thanks a lot. It works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147222#4147222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147222 ___ jboss-user mailing list jboss-u

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
2008-04-28 18:46:59,565 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass 2008-04-28 18:46:59,565 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass 2008-04-28 18:46:59,565 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.int

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
the jar file was getting copied in JBOSS_HOME/deploy folder..i was just chking for that all along. However no messages on the server being displayed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147220#4147220 Reply to the post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
well i wasnt chking the server.log till now. on chking found that it logs nothing when i try to deploy my bean using ant. seems like an issue with build.xml i am using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147219#4147219 Reply to the post : http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread jaikiran
"Shiveeta" wrote : | | My class is not being listed in the Global JNDI Namespace mentioned in the link from the tutorial. | | Is this an issue with application deployment? | | Are you sure, the bean is being deployed on the server without any errors? What do the logs in the serv

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy ZIP vs. EAR

2008-04-28 Thread jaikiran
Hmmm Indeed the zip is deployed. I tried this on my local setup which some changes to my original zip file which was failing. Deploys on my setup too (as long as the zip file has valid deployables in it). So coming back to your questions anonymous wrote : is there anything to think about w

[jboss-user] [JBoss Portal] - MailModule uses attachment?

2008-04-28 Thread den74
I looked for but i didn't find anything: anyone know if is it possible to use standard MailModule to send email with attachments? thanks all View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147214#4147214 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread graben
As I wrote before the native libs aren't loaded even if you set java.library.path. Look at my log entry it's quite strange! ;-) 14:36:04,664 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.librar

[jboss-user] [JBoss jBPM] - Re: problem with jbpm3.2 and jboss SA 4.2.1GA

2008-04-28 Thread salaboy21
It seams like you use a lot of jbpm-console before and after your deployment... i can't read tons of logs for you.. but if you can remove de log file and then only do the deployment i can check it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147207#41472

[jboss-user] [Security & JAAS/JBoss] - ClientLoginModule and additional state

2008-04-28 Thread bidd
I have a server side custom login module which I want to pass additional state into. I'm currently using the ClientLoginModule from my standalone Java application to get my credentials over to the server. Is there anyway of getting some additional state from the client to the server using the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
Hi again, My class is not being listed in the Global JNDI Namespace mentioned in the link from the tutorial. Is this an issue with application deployment? thanks again.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147203#4147203 Reply to the post : htt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy ZIP vs. EAR

2008-04-28 Thread twiedenmann
This is on a Windows (Vista Home Prem.) machine. Here is the Deployment log - i set the MAIN DEPLOYER to log level "Debug" for some more information ... 14:04:54,026 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 1m:22s:79ms 14:05:18

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

2008-04-28 Thread binodkumarsuman
Nice, very nice. Simply I removed all the Log4j*.* from WEB-INF\lib of all the application inside the deploy folder. It is working fine. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147185#4147185 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
thanks a lot jaikirani will try out the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147181#4147181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147181 ___ jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread jaikiran
A NameNotFoundException is thrown when you dont use the right JNDI name while doing the lookup. Follow the steps mentioned at http://wiki.jboss.org/wiki/en/DisplayTheJNDITreeWithTheJMXConsole?action=e&windowstate=normal&mode=view and see what's the jndi-name of the object you are trying to looku

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-28 Thread praveenas
Hi, As it was a weekend, I could not respond to your suggestion. I have downloaded a new jboss server and load balancer again and made the necessary changes. But I am very happy with your response. Even then, I got many issues. Finally, I have done the necessary modifications you have ask

[jboss-user] [JBoss Portal] - what class have to use with RI in place of MyFacesGenericPor

2008-04-28 Thread den74
Hi, when i worked on Portal 2.4 i used myfaces library and extended MyFacesGenericPortlet class to enter the portlet lifecicle (doView, processAction...). Now i would like to do the same with portal 2.6.4 and richfaces but i can't find the class to extend so i have to integrate myfaces however

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy ZIP vs. EAR

2008-04-28 Thread jaikiran
"twiedenmann" wrote : Hello, | | the deployment of the ZIP file works in a way, that all included components (WAR, JAR and SAR) are deployed one by one - so this is usable for packaging the components (1. goal) and have them all deployed (2. goal). | | I tried this with the 4.2.2 GA rel

[jboss-user] [JBoss Portal] - Re: How can I get current portal user from javax.portlet.Por

2008-04-28 Thread csagar
Hi freesoul. i am stuck with the same problem of retriving the current logge in user of the portal.I have this code with me, -- /* * *

[jboss-user] [JBoss Portal] - Re: LDAP with Windows 2003 SBS

2008-04-28 Thread DeanoUK
Can noone help at all, I'm completely stuck with this :-/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147160#4147160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147160 _

[jboss-user] [JBoss Portal] - UserProfileModule

2008-04-28 Thread ameo
Hello, in an external database I have all user information and roles. Therefore I want to connect this with the user profile modules of jboss portal. I read the reference quide twice, but i'm at a loss. Could someone shortly explain what is the best way for this approach. Do I have to implemen

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-04-28 Thread massimiliano_cuccia
"scull" wrote : hello massimiliano_cuccia | I see you | I recommend you, that you should create an ActionHandler and asosiate it with node-enter event in tasks nodes after fork-node Scull, doesn't work, or maybe I don't understand. The node after fork-node is ChiusuraInterpello. I moved the

[jboss-user] [Remoting] - Compression marshalling

2008-04-28 Thread ganesh_sn
Hi, Can anyone kindly tell what configuration code i need to add in which jboss xml configuration file to enable compression marshalling. Is there any alternative declarative way possible ? Regards, Ganesh. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41471

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
any help on this please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147142#4147142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147142 ___ jboss-user mailing list jboss-

[jboss-user] [JCA/JBoss] - Re: MBean for inbound-resourceadapter

2008-04-28 Thread michele.curioni
Vicky, to do that the MBean would need to have a reference to the Resource Adapter, but how? It seems that it cannot be looked up directly, so the only other way is for the resource adapter to register itself with the new MBean at startup. Doing so the resource adapter will be dependent on the ne

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy ZIP vs. EAR

2008-04-28 Thread twiedenmann
Hello, the deployment of the ZIP file works in a way, that all included components (WAR, JAR and SAR) are deployed one by one - so this is usable for packaging the components (1. goal) and have them all deployed (2. goal). I tried this with the 4.2.2 GA release - will this behavior changed in f

[jboss-user] [JBoss Portal] - Re: Jboss Portal Search

2008-04-28 Thread jesseho
I have same question also. I'd like to search documents in the CMS. However, it seems search function is not included. Should I use other search engine? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147130#4147130 Reply to the post : http://www.jboss.com/in

[jboss-user] [Remoting] - Re: Socket keep alive with client EJB

2008-04-28 Thread slimamar
We are using JBoss AS 5.0.0.Beta4 but i don't know the version of Remoting which ships with it. How can i get the version of Remoting in JBoss AS 5.0.0.Beta4 ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147132#4147132 Reply to the post : http

  1   2   >