[jboss-user] [Management, JMX/JBoss] - java.lang.ClassNotFoundException --- from createMBean

2006-07-13 Thread TheThirdEye
Hi, I am trying to create a Mock mbean using the following statment mbs.createMBean(MOCK_MSG_CLASS_NAME, testMsg); | where MOCK_MSG_CLASS_NAME --- com.pack.mockMsg and testMsg = Object Name I have imported the package com.pack.mockMsg. I recieve the following exception when I exucute the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE Mailing Lists

2006-07-13 Thread [EMAIL PROTECTED]
When will we shut down the forums to avoid redundant lists ? Is the mail archives searched when you use the search feature here on jboss.com/org ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957628#3957628 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-07-13 Thread yj4jboss
Hi, I was trying to implement the Navigation Portlet but could not find the following in the portal librairies ?? import org.jboss.portal.security.PortalPermissionFactory; | import org.jboss.portal.security.PortalPolicyException; could you tell me which jar file contain these ?? I am

[jboss-user] [Beginners Corner] - Re: File Path in EAR..!!!

2006-07-13 Thread jaikiran
anonymous wrote : WEB-INF/conf/tm.xml This means that your tm.xml file is in youWar.war/WEB-INF/conf directory. So your code should look like: InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream(WEB-INF/conf/tm.xml); | | InputStreamReader inputStreamReader = new

[jboss-user] [Installation, Configuration Deployment] - Re: Classloading: There are JARs inside my EAR, and my brain

2006-07-13 Thread jaikiran
I am not sure which version of jboss you are using. Currently, we use JBoss-3.2.3 and we have a similar case where there are jar files in our ear file and the way we configure it is as follows: - Create a application.xml file containing the following: ?xml version=1.0 encoding=UTF-8? |

[jboss-user] [EJB 3.0] - Re: Cannot get JBoss to JBoss EJB3 Talk

2006-07-13 Thread abl
we have the same problem - no solution yet. see: http://www.jboss.com/index.html?module=bbop=viewtopict=75953 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957643#3957643 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Ajax¤JSF wi th Seam

2006-07-13 Thread tobad
Are you using Embedded Tomcat or JBoss? I'm using Tomcat with the Embedded Container and it works very well. This is my config Web.xml (including tomahawk code) Notice that I'am using the nekohtml based FastFilter for Ajax4Jsf This means that you need to download NekoHtml from

[jboss-user] [JBossWS] - Re: deployment exception

2006-07-13 Thread wayha
JBOSS 4.0.4GA, JDK 1.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957652#3957652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957652 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Shutdown of Specific Instaces

2006-07-13 Thread Becka
We have currently running 5 different jBoss Servers on one of our Servers. Every Server is bound to a own IP Adress. If we wold like to stop a Server we have to get the Process ID to kill it. How can we Shutdown a specific Server Instance? Or how can we use a Single Server with Multiple vHost,

[jboss-user] [JBossWS] - java-wsdl conversion for Custom Exception

2006-07-13 Thread rt_s
Below is the scaled down version of a service that i am trying to develop. My service throws a custom exception. However, i get an error when trying to generate a WSDL for this SEI. SEI | package com.testservice; | | import java.rmi.Remote; | import java.rmi.RemoteException; | |

[jboss-user] [Beginners Corner] - Re: File Path in EAR..!!!

2006-07-13 Thread AshuDagr8
Thanks a lot things are working now.. !!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957661#3957661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957661 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Re: Shutdown of Specific Instaces

2006-07-13 Thread Becka
Aah, ok thank you for your help. Do you know how i can run only one Server with jBPM and a own DataSource or better Deploy folder for every vHost? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957662#3957662 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Shutdown of Specific Instaces

2006-07-13 Thread jaikiran
anonymous wrote : or better Deploy folder for every vHost I havent worked with virtual hosts, so dont have much idea about the same. But, see if the following is of any help to you: http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts View the original post :

[jboss-user] [Installation, Configuration Deployment] - Why loading the class in EJB jar rather than the one in war

2006-07-13 Thread bennyckp
Hi everyone, This question is about the class loader config in JBoss. I am currently deploying a EJB jar and a war in JBoss 4.0.3SP1. They are mdb.jar and app.war and are placed in the server/default/deploy folder separately. In the mdb.jar, I have a ClassA.class, i.e. mdb |_

[jboss-user] [JBoss Seam] - Re: How to redirect flow between two beans?

2006-07-13 Thread shasho
I want to call specific function in hotelsearch - find and not just load it I want to know how to direct to a specific fucntion inside hotelsearch which is a Java bean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957672#3957672 Reply to the post :

[jboss-user] [J2EE Design Patterns] - quite a design problem..!!!

2006-07-13 Thread AshuDagr8
Dear Forum, I am facing design problem...here it goes... I have a class that contains several method having name pattern like createXXX(). All of these methods contains similar logic except data.This class is examined by the another class for thecreateXXX methods for futher processing.Suppose

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Setup for single box cluster on 2 Alpha

2006-07-13 Thread jatsrt
That seems to be the problem, if I type in the primary IP address then it lets a 4.0 server be created and if I type localhost it lets it be created, if I type in anything else, including my seconday ip address it filters it out. BTW, this is a linux box running FC5. My primary is eth0 and is

[jboss-user] [Installation, Configuration Deployment] - Deployment Error

2006-07-13 Thread sudjboss
This EJB example I am trying with jboss-4.0.4.GA and am trying to deply the StringProcessor.jar file to C:\jboss-4.0.4.GA\server\default\deploy. The error generated is: 2006-07-13 12:20:33,606 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: ---

[jboss-user] [JBoss jBPM] - hosting jbpm in console application

2006-07-13 Thread ashiiid
Hi, I 'm trying to host jbpm in console application . I've chosen a jbpm process project and i added a java file with a main method . i can get the JbpmContext through : jbpmContext=JbpmContext.getCurrentJbpmContext(); But when i try to set the actor id or get the TaskMgmtSession i face a

[jboss-user] [JBoss Portal] - download non-html file from portlet

2006-07-13 Thread hubertg
Hi, a portlet normally provides a HTML fragment. All portlets of a portal must provide content of the same content type. Now, what if I want to have a link to a pdf, doc, xls file within a portlet? Within a servlet I just set the response's content type and write into the out stream. Is

[jboss-user] [JBoss jBPM] - Use of external zip process in designer build.xml

2006-07-13 Thread sgodden
Is there a particular reason why we are spawing an external zip process in the assemble.org.jbpm.gd.jpdl.feature.xml script? This is something ant can do, instead of being forced to install a command line zip facility on win32. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Why loading the class in EJB jar rather than the one in

2006-07-13 Thread jaikiran
anonymous wrote : How can I use separate class loaders in separate deployments? There is very good information about this on the Wiki pages. Here are the links to the same: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration

[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-13 Thread jaikiran
anonymous wrote : but the class IS INSIDE THE WEBAPP Run the following command from the prompt and post your output: jar -tf yourApp.ear or jar -tf yourApp.war This will display the contents and the directory structure of your application. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Why loading the class in EJB jar rather than the one in

2006-07-13 Thread jaikiran
I went through your first post once again and was a bit confused by the statement: anonymous wrote : When I startup my JBoss, I don't know why the web application uses the ClassA in the mdb.jar which has no system out Can you explain as to who is invoking this ClassA? Is it JBoss or it from

[jboss-user] [EJB/JBoss] - serlialize extended persistence context to client

2006-07-13 Thread justkeys
Is it possible to (de)serialize the extended persistence manager, in order to make an offline application that remembers (queues) the entity updates and deletions, and executes them later on, when the context is sent back to the server? View the original post :

[jboss-user] [JBossCache] - Re: TreeCache/Hibernate/JBossAS optimistic locking problem

2006-07-13 Thread floefliep
Exceptions all over the place, must be my lucky day!;) (today is the 13th after all...) Fortunately for one part it seems a simple beauty fixup, I replaced in your latest OptimisticTreeCache: | public void writeLoad(Object key, Object value, Object currentVersion) { |

[jboss-user] [Clustering/JBoss] - EJB3 Singleton MDB possible?

2006-07-13 Thread honest.length
Hi, Is it possible to configure an MDB as a singleton via annotaions? In jboss 3 this could be acheived via deployment descriptors from memory. If not is there a work around etc. Cheers Mark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957699#3957699

[jboss-user] [JBoss Portal] - Re: download non-html file from portlet

2006-07-13 Thread bdaw
Best practise is to create a servlet just like you described, place it in the same web application as your portlet and just link/redirect to it from portlet. Because servlet can share session with your portlet (same web app) you can either secure downloads with some kind of token id passed in

[jboss-user] [JBoss Seam] - Seam - iterator tag?

2006-07-13 Thread elenh
Hi, Can anybody inform me about where I can find the documentation about seam's tag library (s:)? I'm trying to find out if seam provides any tag for iteration, like jstl's c:foreach? Or I have to use jstl? Thanx, Elenh View the original post :

[jboss-user] [JBossWS] - Problem with webservices on 4.0.4GA

2006-07-13 Thread frank.beullens
Hi, i have written a webservices layer that runs on the 4.0.4.GA server (with the update of the jbossws 1.0.1). The wsdl file was generated on the server. When i try to cal a method on my server, i get in the method, but when trying to marshal the object for the response the server throws the

[jboss-user] [Installation, Configuration Deployment] - Re: Why loading the class in EJB jar rather than the one in

2006-07-13 Thread bennyckp
Sorry to confuse you. I should say After I startup my JBoss,.. ClassA is invoked by a JSP in app.war rather than JBoss. Thanks for your useful links first. As I mentioned before, I've read all these before this post. To my understanding, do you suggest the following config ? attribute

[jboss-user] [JBoss Portal] - 2.0.4-CR1 W2k CMS start problem

2006-07-13 Thread free1000
I successfully installed 2.0.4-CR1 on my mac then tried on my W2k box. JBoss 2.4. I get a problem when the CMS is starting, note that the datasource PortalDS is correctlyconfigured and deployed. First the final report, then the full shell transcript. --- MBeans waiting for other MBeans ---

[jboss-user] [Security JAAS/JBoss] - Re: auth-method Form and Subject access

2006-07-13 Thread j2ee_junkie
atorres, Warren6 is just plain silly. There are at least two ways to get the Authenticated Subject. I think all of them are JBoss dependant; not sure if this is a problem for you. However... 1.) the way you have done it is a great way using JNDI 2.) tomcat service has an

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2006-07-13 Thread bfo81
For some reason the forum has corrupted my Post. So here it is again: What you shouldn't do Start of JTSL Loop A JSF Tag End of JSTL Loop View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957712#3957712 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem: Write data with EJB, read with Hibernate

2006-07-13 Thread J
Hello, I use EJB to update a record in a MySQL 4 database. After this I try to read with Hibernate, but the data is not updated yet. After a page refresh, the new data is there. More Details: I use JBoss 4.0.2 and EJB 2.0 . The data comes by a http request, a portlet calls a stateless

[jboss-user] [Security JAAS/JBoss] - Re: Adding data to session after login

2006-07-13 Thread pander
Hi j2ee_junkie, Yes, thanks for that. I had come to the same conclusion a little while ago now. I have indeed settled for my original idea which is to populate some beans via a database query during the login process. i.e. If the user has logged in successfully then I query the database and

[jboss-user] [EJB 3.0] - Re: exception while processing @Timeout method

2006-07-13 Thread [EMAIL PROTECTED]
this is required by the spec. Timer events are transactional. THe process of throwing an EJBException from our @Timeout method is equivalent to a transaction rollback. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957717#3957717 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-13 Thread beugeair
So I use this commande : jar -tf force-webapp-vpt-020708.war | [...] | WEB-INF/lib/force-quartier-facturation-020708.jarWEB-INF/lib/force-quartier-force-020708.jarWEB-INF/lib/force-quartier-livraison-020708.jar | [...] | It display all the content of the webapp, the VoAdrEml isn't

[jboss-user] [EJB/JBoss] - 1000 connections

2006-07-13 Thread kivanc
We need your help! Was anybody of you able to establish 1000 or more connections on a JBOSS Server? We established 800 connections. However, after a certain period of time a couple of connections were lost. Our configuration: Applications Server Pentium IV, 2.8GHZ, 2,5GB RAM Windows 2003

[jboss-user] [JBoss Seam] - ADF and Facelets

2006-07-13 Thread [EMAIL PROTECTED]
Does anyone have a small project that uses Oracle ADF + Facelets, not necessarily with Seam, that works? With the latest releases of ADF, Facelets, and MyFaces 1.x? I've given up on this combination and need help. If yes, it would be great if you could wrap it up and package it. I promise it

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2006-07-13 Thread elenh
Ok thanx for the reply? But where can I find the documendation of the seam tag library? I have only come up with the s:link, s:conversationId and s:validateAll tag? Thanx, Elenh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957723#3957723 Reply to the post

[jboss-user] [EJB 3.0] - Re: Interceptors not fired on methods called from within bea

2006-07-13 Thread wolfc
Please try: getBusinessObject(MyInterface.class).sayHelloTo(me); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957724#3957724 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957724

[jboss-user] [JBoss jBPM] - Re: JBPM_LOG: who performed the transition?

2006-07-13 Thread m_ok
Hannes wrote : I have changed the 'ProcessLog.java' and 'ProcessLog.hbm.xml' by adding a property named 'actorId' which is set in the constructor: 'actorId = Authentication.getAuthenticatedActorId();' | | hbm:property name=actorId column=ACTOR_ / | | This was made with 3.0, but

[jboss-user] [JBossWS] - WSDL First Model?

2006-07-13 Thread thmix10
I don't see anything in the JBossWS documentation describing how to create and deploy a service if I want to hand-craft the WSDL file and let it be the source for generating other server-side artificats. Is there some doc on how this can be done in 4.0.4.GA? Thanks, Todd View the original

[jboss-user] [JBossCache] - Re: TreeCache/Hibernate/JBossAS optimistic locking problem

2006-07-13 Thread [EMAIL PROTECTED]
floefliep wrote : The insert warning: it no longer occurs since writeLoad() no longer passes in a previousVersion=null Perhaps that is the reasoning. But my experience was that this scenario was actually previously caused by this (re)validate in any subsequent transaction(s) check in most

[jboss-user] [EJB 3.0] - Re: Why SLSB maintain state between method invocation?

2006-07-13 Thread wolfc
JSR 220: Enterprise JavaBeansTM,Version 3.0, Final Release, 4.5 Stateless Session Beans, 2nd paragraph: The term ?stateless? signifies that an instance has no state for a specific client. However, the instance variables of the instance can contain the state across client-invoked method calls.

[jboss-user] [JBoss Getting Started Documentation] - how to run an java program continously on jboss

2006-07-13 Thread ashwin1984
I am totally new to jBoss and its functionalityplease excuse my doubt if it elementary i have a java program that listens on a comm port for incoming messages how do i deploy this program on to the jBoss server...is it possible to do so...it should continously run in the server ashwin

[jboss-user] [JBoss Seam] - Re: ADF and Facelets

2006-07-13 Thread dloiacono
In my post http://www.jboss.com/index.html?module=bbop=viewtopict=81904 there is Sun Web UI integration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957739#3957739 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957739

[jboss-user] [JBossCache] - Isolation level in detail

2006-07-13 Thread huangjd
Hello, I am looking for more information on the different types of isolation levels. I've read over the documentation but was wondering if anyone knows of any external sites that might give more examples. It doesn't have to be JBoss Cache related, as I am sure this is a overall cache topic.

[jboss-user] [JBoss jBPM] - Re: Assigning task instances to logical group

2006-07-13 Thread falazar
kukeltje wrote : Tested 3.2 only... read the postings | | 3.2-head (head being a cvs keyword) is available in CVS. | | Is the user a member of the groups in your DB? | Yes there are two members which belong to the group, and I check teh db afterwards, and it appears there is a

[jboss-user] [JBossCache] - Jboss Cache Entry Stats

2006-07-13 Thread chicago_pool_dude
I have an interface which has these methods about an entry in cache (Key,Value) i need to write a class which gets these stats to us like this. public interface CacheEntry{ public long getCreationTime(); public long getExpirationTime(); public long

[jboss-user] [JBoss jBPM] - jBPM 3.2 CVS download and document management

2006-07-13 Thread monicabologa
We downloaded the jBPM from the HEAD using anonymous CVS access, but we didn't find anything related to JCR based support for document management. Do we need developer CVS access in order to see the 3.2 version (with this feature)? We would also like to see the changes in the jPDL (email

[jboss-user] [EJB 3.0] - Re: Cannot get JBoss to JBoss EJB3 Talk

2006-07-13 Thread PeterJ
This problem is not specific to EJB3, I ran into the same problen using EJB 2.1. See http://www.jboss.com/index.html?module=bbop=viewtopict=85455 As you said, so far we are being ignored. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957755#3957755 Reply to

[jboss-user] [JBoss jBPM] - problem with business days for duedate attribute of task in

2006-07-13 Thread amit_verma22
The business days set in processdefinitional.xml was not getting converted to correct duedate for task instances. I looked into the src code found that add method of Daypart class was the culprit. I changed it and it is working fine now. View the original post :

[jboss-user] [JBossWS] - Re: Any known issue with being behind an HTTP proxy?

2006-07-13 Thread asarubbi
Got another problem with proxied network and jboss trying to access external urls... My SQUID reports: 1152805871.888 4 jboss_ip_address TCP_DENIED/400 1730 POST http://proxy_ip_address:proxy_porthttp://external_url - NONE/- text/html | It prefixes the proxy address on the url..

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: charset=ISO-8895-1 being added to response content type

2006-07-13 Thread j2ee_junkie
thmix10 From the HTTP 1.1 spec... anonymous wrote : | 3.4.1 Missing Charset | ... |HTTP/1.1 recipients MUST respect the charset label provided by |the sender; and those user agents that have a provision to guess |a charset MUST use the charset from the content-type field if

[jboss-user] [Clustering/JBoss] - Re: Problem creating two intances on the same machine

2006-07-13 Thread roberto
Have you remember to change lookback to true ? On Windows machines, because of the media sense feature being broken with multicast (even after disabling media sense) set the loopback attribute to true in the cluster-service.xml and tc5-cluster-service.xml View the original post :

[jboss-user] [JBoss jBPM] - Re: problem with business days for duedate attribute of task

2006-07-13 Thread cpob
Could you please give more details? What lines did you change and why? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957766#3957766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957766

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2006-07-13 Thread petemuir
anonymous wrote : I'm trying to find out if seam provides any tag for iteration, like jstl's c:foreach? If you use facelets you can use ui:repeat View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957769#3957769 Reply to the post :

[jboss-user] [EJB 3.0] - java.lang.NoClassDefFoundError: org/quartz/SchedulerExceptio

2006-07-13 Thread kristof_taveirne
Hi, I installed JBoss 4.0.4GA and I used the all configuration. I afterwards downloaded the EJB3-RC8-FD distribution and installed it according to the INSTALL howto included. When I run the server I get the following error upon starting: 16:55:30,203 INFO [RARDeployment] Required license

[jboss-user] [JBoss Seam] - persistence.xml DSN creation

2006-07-13 Thread mdasif2k4
JBoss seam reference section 1.2.1.8 contains the following instructions The persistence.xml file tells the EJB persistence provider where to find the datasource, and contains some vendor-specific settings. In this case, enables automatic schema export at startup time. persistence-unit

[jboss-user] [JBoss Seam] - Re: How to redirect flow between two beans?

2006-07-13 Thread CptnKirk
If all you want to do is call some method you could use a page action. http://docs.jboss.com/seam/latest/reference/en/html/concepts.html#d0e2740 I have a feeling there's more to your story, but will need more information about what it is you're trying to do. You may also benefit from reading

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2 CVS download and document management

2006-07-13 Thread monicabologa
Problem solved! We were looking in the wrong CVS, the sourceforge's one (jbpm.cvs.sourceforge.net), not anoncvs.forge.jboss.com. Monica View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957774#3957774 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Thread Stalling on Scheduled Job

2006-07-13 Thread CasaDelNorte
I'm experiencing a troublesome issue in production: During one of our scheduled processing events, which grabs and processes chunks of 1000 rows, either the thread gets stucks, or the database driver, or the logger, or something. Basically, it just gets stuck. Future scheduled events are

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/quartz/SchedulerExce

2006-07-13 Thread kristof_taveirne
nevermind, i'm an idiot! I placed the .jar in the wrong lib directory. Time for me to call it a day K. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957778#3957778 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957778

[jboss-user] [JBoss Seam] - Re: ADF and Facelets

2006-07-13 Thread CptnKirk
Any particular functionality you're looking for? I've done this a few times at work, but can't donate verbatim work code. I'm happy to re-implement something. What are you looking for? I'm on adf-faces-10_1_3_0_4 facelets-1.1.11 myfaces-core-1.1.3 I could probably port one of the Seam

[jboss-user] [Installation, Configuration Deployment] - Re: log4j email appender not working with jboss

2006-07-13 Thread ALRubinger
Hiya. My application is packaged as a JAR which in turn contains EJB3 JARs and other library JARs. I'm Using JBoss 4.0.4-GA with the log4j.xml in ${JBOSS_HOME}/server/[instancename]/conf: ?xml version=1.0 encoding=UTF-8? | !DOCTYPE log4j:configuration SYSTEM log4j.dtd | log4j:configuration

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Filter and servlet mappings

2006-07-13 Thread adamw
OK, thanks. -- Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957794#3957794 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957794 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: ADF and Facelets

2006-07-13 Thread CptnKirk
Ok. I'll work on it this evening PDT (unless someone else wants to beat me to it). Christian, do you have an upload location? I'm wary to use the wiki for temp upload, because I can't delete to clean up. I don't have a lot of web space of my own (I think with all the required libs this

[jboss-user] [JBoss jBPM] - Re: Deployment order of dependent process definitions

2006-07-13 Thread [EMAIL PROTECTED]
This is indeed the default behaviour. However, it relies on a default org.jbpm.graph.node.SubprocessResolver implementation. This default implementation is org.jbpm.graph.node.DbSubProcessResolver. You can configure your own implementation for this and thus change this default behaviour. The

[jboss-user] [JBoss Seam] - Re: Beginning conversations in @Factory methods

2006-07-13 Thread iradix
anonymous wrote : By stateless, I don't really mean using a SLSB, I mean using only request-scoped state, and passing state as request parameters (like the blog example does). I'll check out the blog example, but I'd imagine that does bypass the usage of a DataTable. Seems a shame since at

[jboss-user] [JBoss Seam] - Re: persistence.xml DSN creation

2006-07-13 Thread iradix
It's very much like a WebSphere DataSource, which is just a DataSource bound to JNDI. Looks at the examples, particularly in the file jboss-beans.xml for how to do this with JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957801#3957801 Reply to the

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

2006-07-13 Thread falazar
Hey, can someone add this to the downloads webpage? Having the module name seems fairly important, and I had to wade through 10 diff cvs posting topics to find it here.. as opposed to on the cvs details page. James View the original post :

[jboss-user] [JBoss Seam] - Re: ajax4js and seam integration - my guide

2006-07-13 Thread Holger Prause
Hello, well thats strange, i somehow remember this error but i dindt get it anymore for 1 day,maybe u deploy the jars u copied to $JBOSSSERVERHOME/default/lib with your application? (look at build.xml) If all dont helps, try cleaning up/reinstalling everything, sorry i couldnt help

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Setup for single box cluster on 2 Alpha

2006-07-13 Thread [EMAIL PROTECTED]
jatsrt: I've created a JIRA issue for this, and also bugged it in eclipse webtools. JIRA: http://jira.jboss.com/jira/browse/JBIDE-340 Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=150531[/url] View the original post :

[jboss-user] [JBoss Seam] - Re: ADF and Facelets

2006-07-13 Thread [EMAIL PROTECTED]
You can send it to me via email directly, just leave out the big *-all.jars. Many thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957805#3957805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957805

[jboss-user] [JBoss Seam] - Re: Is this the correct way to go about this?

2006-07-13 Thread [EMAIL PROTECTED]
@RequestParameter String companyId; | | public Company getCompany() | { | return getCompany(companyId); | } | | public Company getCompany(String companyId) | { | return entityManager.find(Company.class, companyId); | } Note that if there is no value for an

[jboss-user] [JBoss jBPM] - Re: Oracle 10G and JBPM 3.1.1 Issues

2006-07-13 Thread kazam
Thanks James, I appreciate your help. Please take a look at my profile for the email address, I have also sent you an email. I would get back once I try adding the cp30 jar or taking it out. Thanks Again, Kazam. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2006-07-13 Thread [EMAIL PROTECTED]
Personally I am very happy with ui:repeat in facelets. I'm not convinced that h:dataTable isn't a little over-engineered for what it does ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957812#3957812 Reply to the post :

[jboss-user] [JBoss Seam] - Re: asynchronous processing, will we get it?

2006-07-13 Thread [EMAIL PROTECTED]
Yes, this is a major roadmap item but I havn't yet committed to any dates on it. Basically I want to get two things really sorted out first: (1) AJAX + JSF (2) CRUD app generation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957813#3957813 Reply to the

[jboss-user] [JBoss Seam] - Re: Beginning conversations in @Factory methods

2006-07-13 Thread [EMAIL PROTECTED]
oops, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957815#3957815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957815 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Can not read data for version 3. Supported versions: 1,

2006-07-13 Thread toddjtidwell
I knew that'd be the first answer I got. That's why I spent an hour last night making sure that I had a fresh install of the server and that the jboss-messaging-client.jar came from the same zip file I installed the messaging into JBoss with. All I have in my clients classpath is the

[jboss-user] [JBoss Portal] - CMS NullPointerException due to hibernate.connection.datasou

2006-07-13 Thread hlfsousa
I'm trying to run release 2.2.1-SP1 of JBoss Portal and Forums. Database is working OK (MySQL 5 with jdbcCompliantTruncation=false). There is just one error going on. When starting CMS service an exception is raised because property hibernate.connection.datasource is null. I tried finding this

[jboss-user] [Installation, Configuration Deployment] - Loading mod_jk.so

2006-07-13 Thread saravanag
Hi, I am trying to Integrate Apache with JBoss. I get this error when starting Apache. Syntax error on line 2 of httpd-2.2.2/conf/tomcat/mod_jk.conf: Cannot load mod_jk.so into server: ld.so.1: /httpd-2.2.2/bin/httpd:fatal:relocation error: file mod_jk.so:symbol ap_null_cleanup: referenced

[jboss-user] [JBossWS] - Re: jbossws 1.0.1GA sample not working

2006-07-13 Thread [EMAIL PROTECTED]
What's anonymous wrote : | Sarobbbi | supposed to mean? However, do we agree that it's not an eventing problem, more a encoding problem? If so, can one the gentlemen please supply with some information about your environments? View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE Mailing Lists

2006-07-13 Thread [EMAIL PROTECTED]
I figured we'd at least keep the user forums up since some users would prefer this method of interaction.. The mail archives can't be searched yet that I know of (I will contact IT and see what the plans are for that) View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss Context

2006-07-13 Thread PeterJ
Say you have a myapp.war file containing the files index.jsp and WEB-INF/web.xml. You can create a directory named ./server/default/deploy.war, and into that directory place the file index.jsp. Also create the directory ./server/default/deploy.war/WEB-INF and place the web.xml file into that

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss Context

2006-07-13 Thread PeterJ
Still didn't find my post, but Peter Muir has a great diagram showing an exploded ear file at http://www.jboss.com/index.html?module=bbop=viewtopict=84879start=0postdays=postDayspostorder=postOrderhighlight=highlight View the original post :

[jboss-user] [EJB 3.0] - Client Access to EJB3s

2006-07-13 Thread ALRubinger
Hi. I've seen a few posts on this forum regarding errors in obtaining EJB3 stubs by a standalone client. While I haven't had any problems doing JNDI lookups from within the container, when I attempt via a standalone client I get the following exception: java.lang.NullPointerException |

[jboss-user] [JBossWS] - Re: jbossws 1.0.1GA sample not working

2006-07-13 Thread maeste
hi, I'm a collegue of Alessio (palin). [EMAIL PROTECTED] wrote : | anonymous wrote : | | Sarobbbi | | | supposed to mean? | is the same question I'd like to ask. I suppose something about Talebansomething like a humoristic trolling? [EMAIL PROTECTED]

[jboss-user] [JBoss AOP] - Re: Launch configuration does not support source lookup

2006-07-13 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBIDE-341 Issue has been initiated and resolved. It will be out in the next jboss ide release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957862#3957862 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-13 Thread gcowsar
I'm having trouble getting a sample seam-hibernate reverse eng to build. I followed the directions in the movie and everything works up to the point of compiling. I get Begin cannot be resolved to a type and so on for every annotation. What am I doing wrong? I'm using Eclipse 3.2RC7 and the

[jboss-user] [JBoss AOP] - Re: Launch configuration does not support source lookup

2006-07-13 Thread [EMAIL PROTECTED]
By next I mean the one after this one, because this one is already in release mode. Beta2 I assume. Whichever one doesnt come out this week. The one after this week. You get the picture. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957863#3957863 Reply to

[jboss-user] [JBossCache] - Re: Problem using FileCacheLoader

2006-07-13 Thread bruce_zhang
Thanks for the quick response. As of my disk IO. It's on a development machine but I don't feel particular slow because I also use it for JMS queue persist. And I don't see much delay for the JMS Queue processing when I sended persistent msg. I will update to 1.4 (current is 1.3) and try

[jboss-user] [EJB 3.0] - Re: Client Access to EJB3s

2006-07-13 Thread ALRubinger
I should clarify that the error above occurs when attempting to invoke a method on my EJB. The stub I receive from the JNDI lookup is a ServiceLocalProxy with members container and provider both set to NULL. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Creating new sessionID in the browser after application

2006-07-13 Thread dzhao00
Hi sundartri, After you invalidate the session, also delete the cookie that is tracking the session. This way you will get a new sessionId when the next time you call request.getSession(true). In my case, I'm using JBoss 4.0.3SP1 and the cookie name is JSESSIONID. use cookie.setMaxAge(0) will

[jboss-user] [JBoss jBPM] - Re: How to Handle Process Execution History

2006-07-13 Thread cpob
I get tons of logs in my log output, and I didn't have to do much. jbpm-configuration | jbpm-context | service name=persistence factory=org.jbpm.persistence.db.DbPersistenceServiceFactory / | service name=message factory=org.jbpm.msg.db.DbMessageServiceFactory

[jboss-user] [JBoss jBPM] - Re: How to Handle Process Execution History

2006-07-13 Thread brado
cpob, Thank you very much for the reply. I have the same text as you in my jbpm.cfg.xml file. So if it isn't a matter of what's in the config file itself, perhaps it is an issue of where the file is located. Within my jbpm.sar file, there is a file called jbpm.sar.cfg.jar, and inside of it,

[jboss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-07-13 Thread ablevine1
no. not yet, as no one has responded View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957877#3957877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957877 ___ jboss-user mailing

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Creating new sessionID in the browser after application

2006-07-13 Thread dzhao00
I know what you're saying. But if someone has his own reason or is already using sessionId in his code and have to find a quick solution right away, keep saying why bother doesn't help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957878#3957878 Reply to

  1   2   >