[jboss-user] [JNDI/Naming/Network] - Re: problem with deploy file jboss

2008-06-30 Thread ahmed_bacha
Thanks Its Now Working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161662#4161662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161662 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Getting Started Documentation] - Re: Seam, Do I need for production Enviroments ?

2008-06-30 Thread Subemontes
Well, the first question was about the "need" of Seam in production to work the apps. The second was about the "possible improvement" of having seam. Is like Java, you can run Jboss with a Jre, but if u use SDK you have more tools to monitor ... more options on JVM (Correct me, plz, if I'm wr

[jboss-user] [JBoss Portal] - Displaying XSL as UI.

2008-06-30 Thread senthilkumar.devan
Hai all, Can anyone help me regarding this problem. Hey i am using XML-XSL as GUI in my portlet. How can i specify my action url in the XSL. I have placed a button in the XSL when i click that it should come to my protlet process action method and i want to get the values displayed in the UI. C

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat 6 comet support in 4.2.2

2008-06-30 Thread [EMAIL PROTECTED]
As said previously: "JBossWEB has now it own implementation of Comet the TC6 one can't be used." View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161658#4161658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161658 __

[jboss-user] [JBoss jBPM] - Hibernate Exception - javax.naming.NameNotFoundException: jb

2008-06-30 Thread dhanushgopinath
Hi All, I am trying to deploy a BPEL Process using API's. I have figured that out using the help in forum. (http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161648#4161648). But when I am running the code - I am getting the following exception. 11:50:05,675 DEBUG [Configuration] resol

[jboss-user] [Performance Tuning] - How good is Perfomance with JDK 1.5_15 ?

2008-06-30 Thread Subemontes
Was wondering if Anyone knows if the Perfomance is better with the JDK 6 or the JDK 5 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161656#4161656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161656 __

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-06-30 Thread krasig
I've just tryed the last night build (June 30 2008) and everything seems fine. Thanks for taking the time to answer! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161654#4161654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] Delivery Failure

2008-06-30 Thread Postmaster
- The message you sent to artigraphics.com/Postmaster was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject: =?windows-1251?B?MjAwOOMuIC0gwu3o7ODt6P4g8PPq7uLu5O

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss federated SSO setup

2008-06-30 Thread [EMAIL PROTECTED]
ah doh... I just noticed this try this for jboss-federation-server.sar/conf/server.cfg.xml as configuration of federation servers on both ssosite1 and ssosite2 | | | http://www.ssosite1.com:8080/federate"/> | http://www.ssosite

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss federated SSO setup

2008-06-30 Thread [EMAIL PROTECTED]
| | | | | | | | | | Are these valves setup on ssosite2.com as well? including the corresponding login module setup with BASIC authentication? I noticed the configuration you posted was on ssosite1.com, just making sure the client sso stack is setup on ss

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss federated SSO setup

2008-06-30 Thread alllle
So I enabled the HTTPS on both sites. Now the jboss-federation-server.sar/conf/server.cfg.xml file looks like this: | | | https://www.ssosite1.com:8443/federate"/> | https://www.ssosite2.com:18443/federate"/> | |

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-06-30 Thread jsports
you should read example/hello there is some file you should provide especially the jndi name:jbpmbpel-clinet. You can find the file in hello dir. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161648#4161648 Reply to the post : http://www.jboss.com/index

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persistence in BMT

2008-06-30 Thread mohitanchlia
I had this persistence code that worked just fine. Now I created a statelss session bean on top of it so now code looks like this. Stateless session bean has bean managed transaction, this bean calls method x that calls method y. method y is an existing method that uses JTA and demarcates the t

[jboss-user] [JBoss Cache: Core Edition] - Retrieve Object from JBoss-Cache in memory

2008-06-30 Thread hzfzl9
Hi, I have an object that is put into jboss-cache from class A; how do I retrieve that cached object from class B. Below is the code sample. CacheFactory factory = new DefaultCacheFactory(); Cache cache = factory.createCache("com/test/etc/cache-configuration.xml"); cache.create(); cache.start()

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss federated SSO setup

2008-06-30 Thread alllle
First, thanks for the reply. I don't have the https enabled. Is it a requirement? I don't remember seeing it in the SSO wiki pages. I'll give it a try anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161644#4161644 Reply to the post : http://www.jbos

[jboss-user] [Beginners Corner] - read a local properties file

2008-06-30 Thread gan.gary
Hi all, I have a JBoss+Hbernate app. I need a configurable file. Can i keep it in "jboss-service.xml" or a new properties file? But eventually my hibernate is going to package into an *.jar file. How are user going to configure? View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss federated SSO setup

2008-06-30 Thread salaboy21
did you uncomment the https configuration in your server.xml in web.deployer?? you need that in order to user ssl in the federation server comunications... Let me know if you can do that.. and if it works for you.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Security & JAAS/JBoss] - JBoss federated SSO setup

2008-06-30 Thread alllle
Hi, I'm trying out the JBoss SSO and got stuck with cross domain SSO setup. I wonder if anyone can point out what I was doing wrong. I am running two JBoss instances on the local box, with JBoss config name "sso-site1" and "sso-site2". For sso-site2, I've changed all the ports it uses by prefi

[jboss-user] [News & Announcements] - JBossAS 5.0.0.CR1 released

2008-06-30 Thread rrajesh
JBoss Application Server 5.0.0.CR1 has been released and is available for download from https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=610469 JBoss 5.0.0.CR1 Release Notes This is the first Candidate Release release of the JBoss 5.0.x series for the J

[jboss-user] [JBoss jBPM] - Re: Knowing which token you are in?

2008-06-30 Thread [EMAIL PROTECTED]
Thanks.. I actually found a way.. the context.getToken().getName() works only when you have access to ExecutionContext However I had this managed bean (JSF world) that had access to ProcessInstance.. the way i found my current token is via.. | processInstance.getRootToken().getNode().getName(

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss as window service

2008-06-30 Thread gan.gary
great, thanks! BTW, do you have any idea on failover cluster? I posted post on that section but no one reply. anonymous wrote : While trying to setup a new JBoss apps, I come across with failover clustering, does anyone have any advices on this, other than the link at Jboss doc: Chapter 16. Cl

[jboss-user] [Clustering/JBoss] - Re: using db instead of sticky sessions

2008-06-30 Thread asookazian
anonymous wrote : An SFSB’s state can be saved in a persistent store in case a server instance fails. The state of an SFSB is saved to the persistent store at predefined points in its life cycle. This is called checkpointing. If SFSB checkpointing is enabled, checkpointing generally occurs aft

[jboss-user] [Clustering/JBoss] - Re: using db instead of sticky sessions

2008-06-30 Thread asookazian
"asookazian" wrote : anonymous wrote : An SFSB's state can be saved in a persistent store in case a server instance fails. The state of an SFSB is saved to the persistent store at predefined points in its life cycle. This is called checkpointing. If SFSB checkpointing is enabled, checkpointing g

[jboss-user] [JBoss jBPM] - Re: upload file in a task ?

2008-06-30 Thread jalamos
I have the same problem,...Someone knows about this issue??,, secmask = where you create your custom tag http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161624#4161624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161624

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Finding an HttpSession by Jsessionid

2008-06-30 Thread moeity
I've posted this in the beginner's forum, but maybe it better belongs here: I need to integrate my JBoss app's authentication with a separate Ruby on Rails server. I've setup a servlet that takes a jsessionid as a query parameter, and returns a message saying if that jsessionid is authenticated

[jboss-user] [JBoss Cache: Core Edition] - Re: Standalone cache, what TransactionManager to use?

2008-06-30 Thread molsen-ee
BTW, this is run in a Tomcat environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161621#4161621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161621 ___ jboss-user ma

[jboss-user] [JBoss Tools (users)] - Re: Creating attributes of facts

2008-06-30 Thread amit_tomar
Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161622#4161622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161622 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss jBPM] - Re: [Process Image Not Available] on jbpm-console

2008-06-30 Thread kukeltje
it's a jbpm feature. You can either - deploy in another way then seam (e.g. from eclipse or with your own deployer or from the console) - file a jira issue with seam that besides the processdefinition.xml they also accept an image (or better, the processarchive) View the original post : http://

[jboss-user] [JBoss Cache: Core Edition] - Standalone cache, what TransactionManager to use?

2008-06-30 Thread molsen-ee
I'm implementing a standalone cache (not using any other JBoss packages) and am looking for information on what TransactionManager to use. Currently it falls back to "DummyTransactionManager" and that seems to be unfit for production use. The only other TM in the jboss-cache-core package is the

[jboss-user] [JBoss Messaging] - Re: help on JmsXA

2008-06-30 Thread mattlf
Clebert Thank you for your response In jboss-4.2.2.GA/server/messaging/deploy/jms-ds.xml , I set false and i was able to successfully use JmsXA However 1. Enqueuing 100 messages with the implementation that i posted at the root of this thread-post takes 6 seconds 2. I also used JmsT

[jboss-user] [JBoss jBPM] - Re: Custom TaskInstance as EJB3 entity, how to?

2008-06-30 Thread [EMAIL PROTECTED]
Hey,I have a similar requirement. What is the approach you took for this. appreciate your reply on this Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161613#4161613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Beginners Corner] - Re:

2008-06-30 Thread PeterJ
Is a similar line appearing in the server (or console) log for JBossAS? If so, then your code probably has an infinite loop. If there is no such log entry, then most likely some JavaScript your are running on the web page is running into an infinite loop. View the original post : http://www.jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: weblogic->jboss Is there a jboos equivalent to weblogic

2008-06-30 Thread PeterJ
These properties are loaded as system properties, so you can access them using standard system properties methods: String val = System.getProperty("my.property.name"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161609#4161609 Reply to the post : http://

[jboss-user] [Beginners Corner] - "Stack Overflow at line: 8259" Error

2008-06-30 Thread rupang
We have a JBoss(4.0.5 GA) -J2EE - Spring 3.x based Web app. and with some of our users some times we are getting error "Stack Overflow at line: 8259" which comes from IE 6.0 Browser windows as pop-up (alert). Please help on this like what could be the root cause? Thanks Rupang View the origina

[jboss-user] [JBossWS] - Re: web service conflicts with jbossws and jaxws

2008-06-30 Thread paramsevak
I do have the latest xercesimpl.jar is in the %JBOSS_HOME%/lib/endorsed/ dir. Any other ideas? Anything would help. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161604#4161604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBossWS] - Re: web service conflicts with jbossws and jaxws

2008-06-30 Thread paramsevak
I do have the latest xercesimpl.jar is in the %JBOSS_HOME%/client/endorsed/ dir. Any other ideas? Anything would help. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161600#4161600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: weblogic->jboss Is there a jboos equivalent to weblogic

2008-06-30 Thread grich
Thanks for the quick reply, now sorry if this is a stupid question, but how do I access these for a regular class (not an ejb) running in a web app? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161599#4161599 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: [Process Image Not Available] on jbpm-console

2008-06-30 Thread Andre1001
"kukeltje" wrote : correct, that is because you probably deploy the process via Seam and not via the jBPM console. The former just deploys the processinstance.xml, nothing more (since there is nothing more) Is there any workarround to see the .ear graphs on jbpm-console? Is it a Seam or jBPM fe

[jboss-user] [Management, JMX/JBoss] - 2 different PropertyEditorManagerService in the same JBoss

2008-06-30 Thread tubiluki
I'd like to have a PropertyEditorManagerService for only one JMX service, and the default PropertyEditorManagerService for the other services. Is possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161597#4161597 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: Error when calling a process from a java class

2008-06-30 Thread kukeltje
or use parseResource (there is no .par file here in a zip format, just a directory format as I see it) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161595#4161595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161595

[jboss-user] [JBoss jBPM] - Re: [Process Image Not Available] on jbpm-console

2008-06-30 Thread kukeltje
correct, that is because you probably deploy the process via Seam and not via the jBPM console. The former just deploys the processinstance.xml, nothing more (since there is nothing more) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161594#4161594 Reply to

[jboss-user] [JBoss jBPM] - Re: Taskinstance: instatiate tasks to myself

2008-06-30 Thread coolex
Is that correct, what I've written above? Please, at least one hint! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161592#4161592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161592 __

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread [EMAIL PROTECTED]
It would indeed be more helpful. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161590#4161590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161590 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss-4.2.2GA SSI

2008-06-30 Thread edgoquist
That's because, by default, web apps are not allowed to use container servlets. You need to grant your app that privilege. Here's more info: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161578#4161

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss-4.2.2GA SSI

2008-06-30 Thread edgoquist
No problem edgoquist. Glad to help. And remember: RTFM! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161581#4161581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161581 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss-4.2.2GA SSI

2008-06-30 Thread edgoquist
Wow. Thanks edgoquist. You're the greatest! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161580#4161580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161580 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss-4.2.2GA SSI

2008-06-30 Thread edgoquist
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161579#4161579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161579

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss-4.2.2GA SSI

2008-06-30 Thread edgoquist
It doesn't exist. The org.apache.catalina.ssi package is bundled in jbossweb.jar. All you need to do is uncomment the < servlet> and sections in CATALINA_HOME/conf/web.xml and make appropriate mods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161576#4161

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss-4.2.2GA SSI

2008-06-30 Thread edgoquist
But when I do that I get: SecurityException: Servlet of class org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by this web application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161577#4161577 Reply to the post : http://www.jboss.co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: weblogic->jboss Is there a jboos equivalent to weblogic

2008-06-30 Thread PeterJ
Yes, there is a properties service which you can enable. See http://wiki.jboss.org/wiki/PropertiesService View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161572#4161572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161

[jboss-user] [Installation, Configuration & DEPLOYMENT] - weblogic->jboss Is there a jboos equivalent to weblogic serv

2008-06-30 Thread grich
weblogic has a server lvl properties file called ServerResources.properties, is there a Jboss equivalent? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161570#4161570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Tools (users)] - Re: Jboss tools seam views dont work in Ganymede

2008-06-30 Thread chip_schoch
It looks like gfe 3.4.0 changed the package for anonymous wrote : org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart to anonymous wrote : org.eclipse.gef.ui.palette.editparts.PaletteEditPart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161569

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploymente ERROR

2008-06-30 Thread jplistero
thanks ! the problem was the upper case. thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161566#4161566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161566 __

[jboss-user] [JBoss Cache: Core Edition] - Excessive ReentrantLock$NonfairSync objects

2008-06-30 Thread molsen-ee
I'm using jboss-cache (jbosscache-core-2.1.1.GA) to implement a cache on a Tomcat/Apache environment and am having some issues with memory usage. When I have the Isolation level set to anything other than "NONE" there is an excessive number of objects relating to ConcurrentHashMap's created and

[jboss-user] [JBoss jBPM] - Re: Node as a milestone

2008-06-30 Thread estaub
I'd think about using an event handler before/after the nodes that you are interested in monitoring. It would write to a DB table of your own design. This would give you a lot more flexibility - you can add whatever fields you want, etc. View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Re: job executor explained in a nutshell

2008-06-30 Thread estaub
Agreed - READ_COMMITTED seems required. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161559#4161559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161559 ___ jboss-user mail

[jboss-user] [JBossWS] - Re: Need help : JBossWS Security!

2008-06-30 Thread xinhua
Sorry, forgot to paste the codes | public static void main(String[] args) { | KSBService ksb = null; | try { | //SSL keystore | System.setProperty("javax.net.ssl.keyStore", "c:\\ksbws.keystore"); | System.setProperty("javax.n

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
I think I'll create a smaller app that demonstrates the problem instead of sending over all the extra stuff :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161555#4161555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JNDI/Naming/Network] - cross-domain.xml

2008-06-30 Thread jplistero
sorry, I 'm not sure that this topic is in the correct forum. Anyway, I have an application hosted in jboss as 4.2.2 with some web services. I trying to consume this webservice from an application in silverlight. My problem is that Silverlight need a cross-domain policy and I cant find in wh

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread [EMAIL PROTECTED]
I will indeed need the datasources (if possible an HSQL version) so that I can deploy the portlet... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161553#4161553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161553 _

[jboss-user] [JBoss Getting Started Documentation] - Re: Seam, Do I need for production Enviroments ?

2008-06-30 Thread PeterJ
You do not need to copy Seam to the production server. Any applications that use Seam should include the necessary Seam JAR files as part of the EAR file. I do not know what you mean by "Do i need seam for production enviroments ?" How is this question different from what you have already asked

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Creating URL Resource

2008-06-30 Thread PeterJ
My solution is generic. It does not depend on any features found in any application server. It relies entirely on the system property capability build into the JVM itself. Thus the Java code is the same for all app servers. True, each app server uses a different mechanism to start the server, an

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
"Lightguard" wrote : Any luck Chris? Sorry, didn't see there was a second page :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161547#4161547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161547

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
Any luck Chris? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161546#4161546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161546 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Getting Started Documentation] - Seam, Do I need for production Enviroments ?

2008-06-30 Thread Subemontes
Hi all. I'm in charge of deploying a Jboss AS Server for my firm. Atm, and after quite fighthing and reading about jboss and java and JVM and this forum, I have the next question: Seam is a framework, for sure, but... ¿Do i need to copy it to a production server that is gonna receive .ear arch

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
Find anything interesting Chris? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161544#4161544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161544 ___ jboss-user mailing lis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss installtion error on Solaris

2008-06-30 Thread PeterJ
No, you have not set JAVA_HOME properly. See this line of the console output: JAVA: java If JAVA_HOME were set properly, this would print out: JAVA: /usr/jdk/instances/jdk1.5.0/bin/java Are you, by any chance, starting JBossAS as a service or using a different account to run it? If so, JAVA_

[jboss-user] [JBoss jBPM] - Re: Taskinstance: instatiate tasks to myself

2008-06-30 Thread mikool
I looked at the code I think you are right but I'm not 100% sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161542#4161542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161542 _

[jboss-user] [JBoss Getting Started Documentation] - Re: installtion error on Solaris

2008-06-30 Thread PeterJ
As the error says, you have setr JAVA_HOME to a JRE, not a JDK. You need to change the setting to point to a JDK. For example, when I installed JDK 1.5 on my Fedora box, it installed at /usr/java/jdk1.5.0_15, so that is what I set JAVA_HOME to. View the original post : http://www.jboss.com/ind

[jboss-user] [JBossWS] - Re: Need help : JBossWS Security!

2008-06-30 Thread helmutdoe
Hi all, yes think you were right i had mixed RPC und JAXWS. Also after a while i was able to fix the -Tag missing by using the folloing code | import java.io.File; | import java.net.MalformedURLException; | import java.net.URL; | import java.util.ArrayList; | import java.util.List;

[jboss-user] [Beginners Corner] - Re: Integrating Seam with GWT

2008-06-30 Thread l2trace
There is an example within th seam documentation on how to do it. I am new to seam and GWT Here is what I do ( which I am sure can be automated with ant). Build the project with GWT and seam-gen tools into the same directory. Import into JBDS Build GWT with the compile scripts copy

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-06-30 Thread akazakov
Could you check the version of JBoss Tools Plug-ins? About Eclipse Platform->Plug-in Details View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161535#4161535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161535

[jboss-user] [JBossWS] - Re: Need help : JBossWS Security!

2008-06-30 Thread xinhua
"[EMAIL PROTECTED]" wrote : "helmutdoe" wrote : Same Problem here ... | | | | $Proxy29 cannot be cast to org.jboss.ws.core.StubExt | | | | did someone solve this problem? | | Could you please post your client side code, including the imports? (you too xinhua). I suspect you

[jboss-user] [JBoss jBPM] - Re: Taskinstance: instatiate tasks to myself

2008-06-30 Thread coolex
Ok, maybe I have a solution. Each time I click on the "create new Item" button a new process is instantiated and not a new task to the same process. Is that correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161533#4161533 Reply to the post : http://www

[jboss-user] [JBossWS] - Re: WS-Security trouble: {http://www.w3.org/2005/08/addressi

2008-06-30 Thread timeagentess
"[EMAIL PROTECTED]" wrote : Hi, as a general suggestion, I first of all suggest you to try using some more recent versions of both JBoss AS and JBossWS. Hi, thanks for the suggestions! As a matter of fact, I am using JBoss 4.2.2 and JBossWS 3.0.2 now, with the same problems. Some more answers/que

[jboss-user] [JBossWS] - Use of RPC/Encoded

2008-06-30 Thread manu_leon_sp
Hello, I have a wsdl that used rpc/encoded. I have read documentation of Jboss and it says that "JBossWS has basic support for rpc/encoded that is provided as is for simple interop scenarios with SOAP stacks that do not support literal encoding. " I don't know how to generate a JBossWS usin Rpc

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-06-30 Thread dhanushgopinath
HI, I tried doing the same thing jsports mentioned.. and I was successful to some extend. Some logs came :). But I hit upon this error. Anyone have any idea? | 2:41:57,494 DEBUG [Configuration] resolving reference to class: com.ibm.wsdl.PortTypeImpl | 12:41:57,494 DEBUG [Configuration] re

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-06-30 Thread dhanushgopinath
I guess it is not able to connect to your server View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161525#4161525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161525 ___ jboss-

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-06-30 Thread krasig
Ok. This is my log with night built form June 28: | !SESSION 2008-06-30 16:52:38.895 --- | eclipse.buildId=I20080617-2000 | java.version=1.5.0_05 | java.vendor=Sun Microsystems Inc. | BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=bg_B

[jboss-user] [JBoss Messaging] - Re: JBM 140sp3cp02 threading problem

2008-06-30 Thread boniek
Thanks for a tip. I will look into it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161522#4161522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161522 ___ jboss-user mai

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-06-30 Thread krasig
Great. Now i will try the build from June 28 2008 and if i have same problem again I will repost log file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161521#4161521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Messaging] - Re: JBM 140sp3cp02 threading problem

2008-06-30 Thread ataylor
It looks like you are creating lots of sessions. What is your code doing, you could be using a JMS anti pattern, i.e. creating a new connection/session for every message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161520#4161520 Reply to the post : http

[jboss-user] [JBoss Messaging] - Re: JBM 140sp3cp02 threading problem

2008-06-30 Thread boniek
By lots I mean till OOM or JVM crash :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161518#4161518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161518 ___ jboss-user mail

[jboss-user] [JBoss Messaging] - JBM 140sp3cp02 threading problem

2008-06-30 Thread boniek
JBM makes lots of threads named like: jbm-server-session-id and jbm-client-session-id. Their stacktrace looks like this: Name: jbm-client-session-su-6z1033if-1-ufjz13if-cfineo-v49aa State: WAITING on [EMAIL PROTECTED] Total blocked: 0 Total waited: 1 Stack trace: java.lang.Object.wait(Native Me

[jboss-user] [JBoss jBPM] - [Process Image Not Available] on jbpm-console

2008-06-30 Thread Andre1001
Hi, I am using JBoss JBPM 3.2.2 and deploying Seam's TODO quickstart in an 4.2.2 server. I noticed that the process (todo) shows up in jbpm-console process list, but there is no process image available (I get [Process Image Not Available] message on screen) followed by the warning above. When

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Creating URL Resource

2008-06-30 Thread njtajboss
Peter thanks for the prompt responses. is any othet way as the above solution is specific to jboss . We plan to port our same code base to both jboss and websphere...looking for a generic solution...thanks for ur help again View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Taskinstance: instatiate tasks to myself

2008-06-30 Thread coolex
Hello! I don't really understand the idea of taskInstances. I tried out this example: http://docs.jboss.com/seam/2.1.0.A1/reference/en/html/tutorial.html#todo and now I'm confused about the idea of tasks. In this example we have a very simple process: start-task-end. But the actor can instantiate

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Cause of IllegalArgumentException thrown by BaseModelMBean?

2008-06-30 Thread gla-001
Hi everybody, i basically have no idea what's happening here (see Stacktrace below). Has anybody the same problem? What could case this exception? Thanks and kind regards, Gigi 2008-06-30 15:09:53,843 ERROR [org.apache.tomcat.util.modeler.BaseModelMB

[jboss-user] [JNDI/Naming/Network] - Re: JNDI EJB local lookup is ok, but the bean cannot be invo

2008-06-30 Thread j2ee4cxw
jaikiran: The error stacktrace is the same as the one posted by somebody else here. The issue seems not from jndi lookup. The question is why remote lookup works and look lookup gives this error. Thanks a lot. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127852 View the original po

[jboss-user] [JBoss jBPM] - Re: Error when calling a process from a java class

2008-06-30 Thread [EMAIL PROTECTED]
Hey, try using | ProcessDefinition.parseXmlX(); | instead of | ProcessDefinition.parseParResource("simple.war/processdefinition.xml"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161505#4161505 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - jBpm and JPA

2008-06-30 Thread bcornouiller
Hello, I use JPA and Hibernate for our application. I want to integrate jBpm workflow, but i found no complete documentation to integrate it easily with JPA (use an unique sessionfactory). If someone do it, any doc will be appreciated. Thanks for your help. Bruno View the original post : htt

[jboss-user] [JBossWS] - Re: Ho to use web services in jboss-4.0.5 and EJB 2.0

2008-06-30 Thread [EMAIL PROTECTED]
If you can't upgrade your JBoss Application Server at least to 4.2.x, the documentation is here http://jbws.dyndns.org/mediawiki/index.php?title=JAX-RPC_User_Guide Otherwise (much better), install JBoss 4.2.x and upgrade to the lastest JBossWS 3.0.2.GA. Then all the documentation you need is he

[jboss-user] [JBossWS] - Re: Method Overloading and SOAP Annotations

2008-06-30 Thread [EMAIL PROTECTED]
Try using the operationName parameter of the @WebMethod annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161501#4161501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161501 ___

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2008-06-30 Thread poisoner
Hi, i am trying the same example but i am getting incomplete deployment. The service is registered, but the wsdl is empty. Somebody to have idea what is the problem? | 15:41:47,421 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a deployer --- | [

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-06-30 Thread akazakov
I've checked JBoss Tools night build from June 28 2008 + Ganymede (Eclipse IDE for Java EE Developers) for windows. It works. Could you show your /.metadata/.log file? It seems to be a problem with eclipse installation. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBossWS] - Re: @WebServiceRef for JAX-RPC service?

2008-06-30 Thread [EMAIL PROTECTED]
javax.xml.ws.WebServiceRef annotation is for JAX-WS only. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161494#4161494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161494 _

[jboss-user] [JBoss jBPM] - Error when calling a process from a java class

2008-06-30 Thread ssidhanta
Hi, I am calling a JBPM process from a java class using the following code: JbpmConfiguration jbpmConfiguration = JbpmConfiguration.parseResource("jbpm.cfg.xml"); //ProcessDefinition processDefinition=ProcessDefinition.parseParResource("D:\jbpm/src/process.examples/simple.par/processd

[jboss-user] [JBoss Tools (users)] - Re: Code assist with non-default locale

2008-06-30 Thread akazakov
Seam-gen puts messages*.properties into /resources folder. That folder is not in Java build path. Please - move all messages_*.properties in /src/model/ - or set /resources as source folder: Project->Properties->Java Build Path->Source->Add folder... View the original post : http://www.jboss.co

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problems deploying war-file

2008-06-30 Thread gla-001
Hi everybody, while deploying a war-file in JBoss-5.0.0.Beta4 the deployer throws an InstanceNotFoundException. The application is working with JBoss4. I am using * JBoss-5.0.0.Beta4 * Win 2K * JDK 1.5.0_11 Stracktrace is pasted below. Thanks for your help! Georg --

[jboss-user] [JBossWS] - Re: Schema Validation - Failed to read schema document

2008-06-30 Thread [EMAIL PROTECTED]
Is the imported xsd actually available along with the wsdl when the validation is perfomed? Perhaps you might create a jira issue for this, attaching a simple application proving this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161489#4161489 Reply to th

  1   2   >