[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-25 Thread jfbenck
estaub Already using READ_COMMITTED, unfortunately no effect jeffj55374 Thanks for the info, upgrading jBPM may not be an option, so we'll have to resort to writing some custom locking code I guess... View the original post :

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-25 Thread dickinson
Hello, I am writting the view layer of my Portlets in JSP files. If I write the JavaScript directly into my JSP file, I can to call JavaScript functions correctly. I want to include this JavaScript functions in a external file in my project. This file must be into the war file of the Potlet.

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-25 Thread kukeltje
anonymous wrote : upgrading jBPM may not be an option, so we'll have to resort to writing some custom locking code I guess... hmmm upgrading to a stable, released new version of jBPM is no option, patching an older version with custom, not tested, temporary code is? what are you running?

[jboss-user] [JBoss jBPM] - Re: Eclipse 3.3.1.1 + jbpm-jpdl-3.2.2.zip freeze

2008-02-25 Thread kukeltje
anonymous wrote : creating new swimlane in src devastate all diagram schemawhy in the source? you can create one via menus anonymous wrote : where is the standard property window for node where we can easly change the name of the node In the designer pane... slowly 'double click' on the node

[jboss-user] [JBoss Messaging] - no exception callback for JBM clients when server detects Br

2008-02-25 Thread bodrin
jboss-4.2.2.GA / jboss-messaging-1.4.0.SP3 / jboss-remoting-2.2.2.SP4 I see the folowing exception in the JBOSS console: | 17:42:54,440 WARN [BisocketClientInvoker] Unable to send ping: shutting down PingTimerTask | java.net.SocketException: Broken pipe | at

[jboss-user] [JBoss Tools (users)] - Re: Runnigs test

2008-02-25 Thread hispeedsurfer
Ok, have seen this issue in jira: JBIDE-1478 But I have another problem using tests: On startup I use @Observer(org.jboss.seam.postInitialization) to check some tasks like scheduling jobs(quartz), putting a message to queue using a mdb etc. I don't use this class in my test but I receive an

[jboss-user] [JBossWS] - Re: My WS doesn't send any attachment... why?

2008-02-25 Thread [EMAIL PROTECTED]
Thanks for the thorough report Martin. I've created an isseu for it: http://jira.jboss.org/jira/browse/JBWS-2012 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131755#4131755 Reply to the post :

[jboss-user] [EJB/JBoss] - Too many open files exception JBOSS 4.2

2008-02-25 Thread ajayks
I am testing an EJB3.0 application ih JBOSS hosted in Linux machine It simply calls a business method 100 times. The business method simply inserts some JMS messages in the well defined queues. The MDB is attached with each queue and each MDB call a local business method which simply update the

[jboss-user] [JBoss jBPM] - Re: Eclipse 3.3.1.1 + jbpm-jpdl-3.2.2.zip freeze

2008-02-25 Thread s.rzytki
anonymous wrote : creating new swimlane in src devastate all diagram schema | why in the source? you can create one via menus Yes thx. I've just found outline tree with all nodes, swimlanes etc. In the earlier versions there were a lot of problem with that. Now it's works quite good.

[jboss-user] [EJB 3.0] - Re: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM

2008-02-25 Thread jaikiran
The actual exception stacktrace will be available somewhere up in the logs file before these deployment exceptions. Post those here. While posting, remember to wrap the contents in a code block using the Code button in the message editor window View the original post :

[jboss-user] [JBossWS] - Re: My WS doesn't send any attachment... why?

2008-02-25 Thread cdc08x
Thank you Martin for your kind reply. I did appreciate it very much but... Here is the new wrapper class: | @XmlRootElement(name=Documenti) | public class DocumentiDataList { | @XmlMimeType(application/octet-stream) | protected String dummy; | |

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

2008-02-25 Thread jaikiran
Which DB server do you use? And are you sure the saveFailedEmailToDatabase method does not throw any exceptions (which might result in rollback of that method). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131760#4131760 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Too many open files exception JBOSS 4.2

2008-02-25 Thread jaikiran
Post the entire exception stacktrace. Which exact version of JBoss do you use (JBoss 4.2.1 or JBoss 4.2.2)? Which version and vendor of Java do you use? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131761#4131761 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem deploying MDB

2008-02-25 Thread jaikiran
Typo. I meant: | @MessageDriven(activationConfig = [EMAIL PROTECTED](propertyName= destinationType, propertyValue=javax.jms.Queue), | @ActivationConfigProperty(propertyName=destination, | propertyValue=queue/EmailQueue)}) | public class AlertEmailSender implements MessageListener {

[jboss-user] [Security JAAS/JBoss] - Login problem with JAAS and sticky_session=false

2008-02-25 Thread toso.dario
Hi all, I am using following architecture: - Jboss cluster based on two instances (both using standard all configuration). - Apache (mod_jk) as load balancer. - JAAS to authenticate users - Jboss clustered SSO support When Apache is configured with sticky_session=1 it works fine: I can use my

[jboss-user] [JBossCache] - java.util.ConcurrentModificationException in JBS 2.1 CR.4 ?

2008-02-25 Thread pcarpenter
Hi I am using Tree Cache (not pojo) in a stand alone project. I've been evaluating an upgrade from 2.0GA to 2.1. After evaluating jbc 2.1 CR.3, I've upgraded to 2.1 CR.4. Nothing in my code was changed, only the class path. oddly enough, I started getting those Exceptions: anonymous wrote

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem deploying MDB

2008-02-25 Thread jaikiran
anonymous wrote : @MessageDriven(activationConfig = [EMAIL PROTECTED](propertyName= destinationType, propertyValue=javax.jms.Queue)}) | public class AlertEmailSender implements MessageListener { You haven't specified the queue name to which this MDB is listening. Add the

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
Do you also have spring.jar in your war file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131762#4131762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131762 ___ jboss-user

[jboss-user] [EJB/JBoss] - glbal JNDI namespace confused. please help

2008-02-25 Thread gcameo
which jndi name should be used for which interface In my application the console shows the following names for the bean LicValidation java:comp namespace of the LicValidation_01 bean: | | +- env | Global JNDI Namespace | +- local | +- [EMAIL PROTECTED] (proxy: $Proxy100 implements

[jboss-user] [Microcontainer] - To get Event when Jboss is called for shutdown

2008-02-25 Thread svsubramanyam007
I want to get event when jboss is called for shutdown.When i was walking through code i was not able to understand ..how to get event when it is about to shutdown...can anyone help me in understanding...whether it is possible to get eventif not please help me how to implement Shutdown

[jboss-user] [Microcontainer] - Re: To get Event when Jboss is called for shutdown

2008-02-25 Thread alesj
You can provide your own impl of the Server interface. e.g. extend the current ServerImpl and override shutdown method to hook in your behavior. See ServerLoader usage in Main and ServerImpl for more details. View the original post :

[jboss-user] [Performance Tuning] - Re: [linux] Jboss - Nagios Help required

2008-02-25 Thread santosh23681
Hi Friends, I am using the check_jbossjmx nagios plugin to check jboss running on to of my servers. However, when I execute it from the host server it is giving me the correct output but when I try to execute the same command on command prompt of the monitoring nagios server it is giving me a

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem deploying MDB

2008-02-25 Thread cristi_cioriia
Thanks, that solved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131783#4131783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131783 ___ jboss-user mailing list

[jboss-user] [Performance Tuning] - Re: [linux] Jboss - Nagios Help required

2008-02-25 Thread santosh23681
Hi Friends, I am using the check_jbossjmx nagios plugin to check jboss running on to of my servers. However, when I execute it from the host server it is giving me the correct output but when I try to execute the same command on command prompt of the monitoring nagios server it is giving me a

[jboss-user] [Microcontainer] - Re: To get Event when Jboss is called for shutdown

2008-02-25 Thread alesj
Or, there is already a nice hook provided for you. In the form of Bootstrap interface - see AbstractServerImpl. | // Do the bootstraps in reverse order | for (Bootstrap bootstrap : startedBootstraps) | { |

[jboss-user] [JBoss Messaging] - Re: Failure on Control Connection : Messages going into ethe

2008-02-25 Thread martin.wickus
Hi Tim Thanks for the update. I took a chance last week and did exactly that (config listing 2 from previous forum was modified from JBM 1.4.0.SP3) and after 5 days in production the problem hasn't shown itself again. Looks like the updated config does indeed do the job as you suggest. PS.

[jboss-user] [JBossWS] - Re: My WS doesn't send any attachment... why?

2008-02-25 Thread mrostan
Hi Claudio. Well, I've tested a case very similar to yours, in the same versions (JBoss 4.2.2 with the default JBossWS: 2.0.1 SP2) I've changed one thing from my previous suggestion, annotate the dummy field with @XmlAttachmentRef: | public class DocumentsSet { | @XmlAttachmentRef |

[jboss-user] [Microcontainer] - Re: To get Event when Jboss is called for shutdown

2008-02-25 Thread alesj
svsubramanyam007 wrote : I want to get event when jboss is called for shutdown.When i was walking through code i was not able to understand ..how to get event when it is about to shutdown...can anyone help me in understanding...whether it is possible to get event. What's there to understand,

[jboss-user] [EJB/JBoss] - Re: glbal JNDI namespace confused. please help

2008-02-25 Thread jaikiran
anonymous wrote : +- [EMAIL PROTECTED] First, you need to fix the random number that is appended to the jndi-name of your EJB's local home. See this http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARandomNumber for details. Once you fix that, your JNDI tree might look like

[jboss-user] [JBoss jBPM] - Re: Problem with Timer, Scheduler

2008-02-25 Thread sid82
Thanks for the reply. I tried starting the JobExecutor and it looks like it is running too. What I did was :- 1. Created the following entry in my web.xml | servlet |servlet-nameJobExecutorServlet/servlet-name |servlet-classorg.jbpm.job.executor.JobExecutorServlet/servlet-class

[jboss-user] [JBoss jBPM] - BPEL: The service is not in an appropiate state for the requ

2008-02-25 Thread rgesteban
Hi All, I´m using jBpm-Bpel 1.1 with Jboss 4.2.2 in all configuration. I deploy a bpel service but when I try to call it with a cliente I obtain : javax.xml.ws.soap.SOAPFaultException: The service is not in an appropiate state for the requested operation at

[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2008-02-25 Thread yrk.kaushik
I am using Jboss cache 2.0.0 GA. I've used the configuration file- local-eviction-cacheloader-service.xml, available under JBossCache-all-2.0.0.GA\etc\META-INF and place it in Jboss\server\default\deploy folder. But while starting the server, I am getting incomplete deployment error as shown

[jboss-user] [EJB/JBoss] - Re: ejb application

2008-02-25 Thread allanrj
Hi jaikiran, Im using jboss 4.2.2 and java 1.6 Stacktrace: javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.invocation.InvokerInterceptor; unable to create instance] jboss.xml ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss PUBLIC

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2008-02-25 Thread dickinson
Hello, this method works well but with one problem. I have 2 Portlets, both use a different JavaScript file. When I instanciate the Portlets, only the first is to able to works with JavaScript. The second Portlet can not view the JavaScript functions. If I change the order in the Portal view,

[jboss-user] [Management, JMX/JBoss] - Getting System Time of the Server via JMX

2008-02-25 Thread MarcusDidiusFalco
Hallo, I have looked thru the JMX Console, but I have not found an obvious way to get the system time of the server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131809#4131809 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: ejb application

2008-02-25 Thread jaikiran
anonymous wrote : Stacktrace: | javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.invocation.InvokerInterceptor; unable to create instance] You havent posted the entire exception stacktrace that you see in the logs yet. Going by this one line

[jboss-user] [EJB/JBoss] - Re: ejb application

2008-02-25 Thread allanrj
Full StackTrace: javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.invocation.InvokerInterceptor; unable to create instance] | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:780) | at

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: CPU (threads) at 100%, Tomcat sockets in CLOSE_WAIT

2008-02-25 Thread georges.goebel
Hi, Today I had again the same problem (plenty of CLOSE_WAIT sessions and the CPU is on 100%). Is somebody out there who can solve this problem. I use apache 2.2 with mod_proxy_balancer to the ajp port. Changing from ajp to http does not solve my problem because the absolute url is changed.

[jboss-user] [JBossWS] - Re: My WS doesn't send any attachment... why?

2008-02-25 Thread [EMAIL PROTECTED]
Thanks for the patch Martin. That was the quickest issue turnaround ever ;) It will be included in 2.0.4 (end of march) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131819#4131819 Reply to the post :

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-25 Thread cat4hire
This is what I've tried to do in my class loader: | subProxyClassName += this.getSubClassNameSuffix(); | | // make a new class and prepare the annotation | ClassFile classFile = new ClassFile( false, subProxyClassName,

[jboss-user] [EJB/JBoss] - Re: ejb application

2008-02-25 Thread jaikiran
In your client's classpath, you have an incorrect version of JBoss jar. Remove the existing JBoss related jars from the client's classpath and place the jbossall-client.jar (which is under %JBOSS_HOME%/client folder) in the client's classpath. Basically, the jars on the client side should be

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: CPU (threads) at 100%, Tomcat sockets in CLOSE_WAIT

2008-02-25 Thread [EMAIL PROTECTED]
For mod_proxy_http configuration see: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_proxyWithJBoss You just need 2 ProxyPassReverse directive. The CLOSE_WAIT is the known problem it has been fixed. http://jira.jboss.org/jira/browse/JBPAPP-366 View the original post :

[jboss-user] [JBossCache] - Re: tx completion STATUS_UNKNOWN

2008-02-25 Thread mircea.markus
Sounds like a potential bug. Once the transaction has completed, asking the Transaction object its status should return STATUS_NO_TRANSACTION (it's finished and been cleaned up) or perhaps STATUS_COMMITTED View the original post :

[jboss-user] [Remoting] - Re: About the usage of path in InvokerLocator

2008-02-25 Thread [EMAIL PROTECTED]
InvocatorLocators are not true URLs, they are pseudo-URLs because of things like this. Generally, I've found that there really is no path to an invocator URL (though they are used when using the servlet transport). You cannot have two locator URLs with the same transport, IP and port and NOT

[jboss-user] [EJB/JBoss] - Re: ejb application

2008-02-25 Thread allanrj
Thankz I replace the bossall-client.jar and located the reference and what about the error log SitesSB cannot be Bound, doesn't have local and local home interfaces on deploy the ejb jar, I need to do anything else ? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Avoid beanshell-scripts (.bsh) deployment

2008-02-25 Thread nlsurfman
Any chance you got this problem solved? I ran into the same for JBoss 4.0.5.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131828#4131828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131828

[jboss-user] [JBoss jBPM] - jbpm.cfg.xml default is taken instead of mine!!

2008-02-25 Thread yairfr
hi, i am working on SqlServer on Jboss . i have in my project a config directory these files : SqlServer_hibernate.cfg.xml jbpm.cfg.xml hibernate.properties jbpm.cfg.xml code: | jbpm-configuration | jbpm-context | service name='persistence'

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Avoid beanshell-scripts (.bsh) deployment

2008-02-25 Thread nlsurfman
Nevermind, I managed to solve it by telling the MainDeployer (%JBOSS_HOME%\server\qprcc5\conf\xmdesc\org.jboss.deployment.MainDeployer-xmbean.xml) to leave .bsh files alone, ie I removed them from the setEnhancedSuffixOrder attribute. View the original post :

[jboss-user] [JBossCache] - Re: Manual eviction not working

2008-02-25 Thread mircea.markus
yes, it should work on pojo 2.x. (Pojo 2.x does not extend tree cache anymore, so you'll have to obtain the cache and evict manually: pojo.getCache().evict()) Re: deploying Pojo 2x in AS4.x, it is still something we are looking to, check

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

2008-02-25 Thread Mr_Anonymous
I'm using SQL server, but no exception is getting thrown. I have a printout as the last statement before the return that gets shown if there are no exceptions (and I see it getting printed). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131839#4131839 Reply

[jboss-user] [JBoss Tools (users)] - Re: Deploy Directory Name

2008-02-25 Thread krithi
Thanks for your time Stryker, It was helpful View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131840#4131840 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131840 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: ejb application

2008-02-25 Thread jaikiran
anonymous wrote : what about the error log SitesSB cannot be Bound, doesn't have local and local home interfaces on deploy the ejb jar, I need to do anything else ? You will have to post that exception stacktrace too. I did not see this exception in any of the stacktraces that you posted so

[jboss-user] [JBoss Portal] - Re: Using JBoss Portal and CAS to implement SSO for external

2008-02-25 Thread Andergast
Hi again, I finally managed to get my setup working :-) In detail: The problem was me using the Soulwing Client (thanks to microcline). Using the Yale CAS client, I am able to retrieve the user and receipt from the session within my portlet. Now I had working authentication, but my web

[jboss-user] [JBoss Portal] - Re: help needed in LDAP authentication in portal environ.

2008-02-25 Thread Andergast
Do you want to retrieve portal users from LDAP? You don't have to do this programmatically, this is handled by portal LDAP integration. Did you check http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/ldap.html? Worked fine for me... View the original post :

[jboss-user] [JBossCache] - Relogin after 30 minutes

2008-02-25 Thread typsy
Hi, I am using JBoss 4.0.5 GA. Class [Custom]JaasSecurityManager has a function called isValid which contains this part of code: public boolean isValid(Principal principal, Object credential, | Subject activeSubject) { | [...] | boolean isValid = false;

[jboss-user] [JNDI/Naming/Network] - JNDI - javax.ejb.EJBException

2008-02-25 Thread MARCOS GOMES
Hi, I have a problem finding out a session bean: javax.servlet.ServletException: javax.ejb.EJBException: javax.naming.NameNotFoundException: travel not bound org.jboss.seam.web.ExceptionFilter.endWebRequestAfterException(ExceptionFilter.java:126)

[jboss-user] [JBoss Tools (users)] - Re: webservice tools eclipse integration

2008-02-25 Thread amitev
Support of JBossWS is planned in the future also integration of SoapUI is planned. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131856#4131856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131856

[jboss-user] [JBossWS] - jaxrpc Array problem

2008-02-25 Thread odin69
Hello, I have created a web service which returns a non-standard value type to the invoking app. I used the wsconsume tool to create the client side files from the wsdl. My Problem right now is that my value type named customerData contains an int_array which causes problems on the client

[jboss-user] [JNDI/Naming/Network] - Re: JNDI - javax.ejb.EJBException

2008-02-25 Thread jaikiran
For specifying the JNDI names for the bean use the @RemoteBinding and/or @LocalBinding annotations on your bean as shown in the EJB3 trail at http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/slsb/index.html View the original post :

[jboss-user] [JBossWS] - Re: Error create consumer

2008-02-25 Thread kcp
There is some problem between the xml libaries in JbossWS and the libs of teh JDK. The easiest solution is to use JDK 1.5 instead of 1.6. (Jira: http://jira.jboss.org/jira/browse/JBWS-1439) Regards Charly View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread ragavgomatam
Yes I do..Is that an issue ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131868#4131868 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131868 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: autocommit question

2008-02-25 Thread amit4uall
I am still getting the exception even after changing local-tx-datasource to no-tx-datasource My oracle-ds.xml looks like: ?xml version=1.0 encoding=UTF-8? no-tx-datasource jndi-namejdbc/syfact/jndi-name

[jboss-user] [JBossCache] - Re: Annotated50 example not running on Solaris?

2008-02-25 Thread mircea.markus
The test should have run out of the box. Can you enhance logging for org.jboss.cache to TRACE and see if anything is wrong over there: (examples/PojoCache/annotated50/output/etc/log4j.xml) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131880#4131880 Reply

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

2008-02-25 Thread tschlechter
Hi, What if I am forced to put an instanceof-test inside the persistence context? Does anybody know a real solution to this problem, not just a work-around? Maybe we should report it as a bug? Thank you, Tun Schlechter View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
ragavgomatam wrote : Yes I do..Is that an issue ? Could be. War libs and similar global libs never play nicely. ;-) Can you just remove the one from war and see if you still get the same problem? btw: what's the version of Spring lib in SpringDeployer and in your war? The same? View the

[jboss-user] [Security JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

2008-02-25 Thread javidjamae
Does anybody know if this is a known issue, or should I open a bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131879#4131879 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131879

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuration more than one datasource

2008-02-25 Thread allanrj
Hi guys i need to do 3 datasources on jboss. i need to specify 3 xmls: datasource1-ds.xml, datasource2-ds.xml, datasource3-ds.xml ? Another question... in ejb-jar.xml this is correct ? put resource-ref 3 times ? | session | description![CDATA[Bean implementation class for

[jboss-user] [EJB/JBoss] - Re: ejb application

2008-02-25 Thread allanrj
Well , ejb has been deployed and the class client run ok too. No problem for now, thank a lot, but a i dont understand the reason of program runs normally 2008-02-25 11:49:49,156 DEBUG [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] SitesSB cannot be Bound, doesn't have local and local

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

2008-02-25 Thread ALRubinger
How about Class.isAssignableFrom(Class?) ? S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131885#4131885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131885 ___

[jboss-user] [EJB/JBoss] - Re: glbal JNDI namespace confused. please help

2008-02-25 Thread gcameo
thank you that was very very helpful View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131886#4131886 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131886 ___ jboss-user mailing

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Unable to run facelets numberguess example in JBoss 5

2008-02-25 Thread Annegret
Hi, We tried to run the numberguess example, which is shipped with the facelets-1.1.13 release on JBoss5.0.0.Beta4. Just extracted JBoss5 and adding the numberguess.war-file. The following error occurs during rendering: SCHWERWIEGEND: Missing Built-in Tag Libraries! Make sure they are included

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread ragavgomatam
anonymous wrote : Can you just remove the one from war and see if you still get the same problem? But will the WAR run ? Becos the global spring lib (deployer) should be in the jboss 5 Class loader hierachy. Hmmm...But then how does this work for EAR ? I have the spring jar's in the lib

[jboss-user] [JBoss Portal] - CMS does not support some foreign languages?

2008-02-25 Thread jvence
I am trying to create an arabic version of a CMS content file but every time I try to save it, all arabic letters are converted to '?'. It pastes it fine but once saved, everything is converted to questions marks. My db characterset is utf8 and I am able to manually insert records with arabic

[jboss-user] [Performance Tuning] - Re: performance tuning web-container in jboss

2008-02-25 Thread PeterJ
You need to add a young generation size to the command line (usualy 1/3 to 1/4 the heap size): ... -XX:NewSize=300m -XX:MaxNewSize=300m Also, I am wondering about your client. If each request creates its own session, you could have a lot of session objects hanging around that will not be

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MBeans waiting for other MBeans

2008-02-25 Thread PeterJ
rikibarkiki, do NOT append unrelated questions to the end of someone else's post, especially not one that is 2 years old! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131914#4131914 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
Put a single Spring 2.5 in JBOSS_HOME/server/(your_config)/lib. That should do the trick. Once we have full OSGi classloading impl in JBoss5, then we'll be able to have 2 diff version in the same 'space' w/o any problems. View the original post :

[jboss-user] [Beginners Corner] - how to package ear and lib, classloader issue

2008-02-25 Thread javatwo
I have an ear application with entity,business and web modules. application ... foo.par bar.ejb3 web-uribaz.war/web-uri context-root//context-root The .par, .ejb3 and war files use classes in common.jar. I

[jboss-user] [JBossCache] - Re: tx completion STATUS_UNKNOWN

2008-02-25 Thread youngm
Guy Pardon of Atomikos justifies his use of UNKNOWN saying: anonymous wrote : | I think the status cannot be determined for the following reason. Imagine transaction A started in a remote VM and imported in the local VM subsequently. Also, suppose the local VM only does READ_ONLY work. |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to Optimize jboss and its contents?

2008-02-25 Thread PeterJ
Get more RAM. 512MB is barely enough for Windows XP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131919#4131919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131919 ___

[jboss-user] [JBoss Portal] - Re: CMS does not support some foreign languages?

2008-02-25 Thread [EMAIL PROTECTED]
jvence- What OS is your Portal server running on? If you are running Portal on a Windows Box try the following: -Dfile.encoding=UTF-8 as a JVM parameter to the application server On Windows JVM the default encoding is not UTF-8. On Linux everything works just fine out-of-the-box Also see here

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-25 Thread dvanwest
One solution: Include your JavaScript in a file and place in the web root of your project. Lets assume the project has a context root of /MyProject. Then in your JSP, send back the following along with your other output: | script type=text/javascript src=/MyProject/myjavascript.js/script

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Connection lost b/w jboss and MySQL...????

2008-02-25 Thread PeterJ
Please do not post the same question in multiple forums. Discussion continued at http://www.jboss.com/index.html?module=bbop=viewtopict=130576 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131904#4131904 Reply to the post :

[jboss-user] [JBoss Portal] - Re: can get to jboss portal via localhost - nothing else can

2008-02-25 Thread PeterJ
Run JBossAS with the -b option: run -b 0.0.0.0 (I was going to refer you to the JBossAS readme.html file, but the Portal+JBOssAS download does not contain that file.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131929#4131929 Reply to the post :

[jboss-user] [JBoss Portal] - Re: CMS does not support some foreign languages?

2008-02-25 Thread jvence
[EMAIL PROTECTED] wrote : jvence- | | What OS is your Portal server running on? | | If you are running Portal on a Windows Box try the following: | -Dfile.encoding=UTF-8 as a JVM parameter to the application server | | On Windows JVM the default encoding is not UTF-8. On Linux

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration more than one datasource

2008-02-25 Thread PeterJ
You can declare all three data sources in a single *-ds.xml file, but I recommend that you use three files. And yes you need to give each data source its own resource reference. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131933#4131933 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
ragavgomatam wrote : sure i will try get back...You will have to wait till i reach home from work try this out before posting back Take your time. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131926#4131926 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread ragavgomatam
sure i will try get back...You will have to wait till i reach home from work try this out before posting back View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131925#4131925 Reply to the post :

[jboss-user] [Beginners Corner] - Re: how to package ear and lib, classloader issue

2008-02-25 Thread PeterJ
Class defined in war files are in a different scope from classes defined elsewhere. Thus any attempt to instantiate class in a war from anywhere other than inside the war will fail. P.S. Use the code tags when posting XML content - select the content and click the Code button. View the

[jboss-user] [JBoss Portal] - Re: CMS does not support some foreign languages?

2008-02-25 Thread jvence
[EMAIL PROTECTED] wrote : jvence- | | What OS is your Portal server running on? | | If you are running Portal on a Windows Box try the following: | -Dfile.encoding=UTF-8 as a JVM parameter to the application server | | On Windows JVM the default encoding is not UTF-8. On Linux

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-25 Thread cat4hire
I've tried to define the class within the class loader, introspecting it in place to see what happens. In other words, I added the following code: | subProxyClassName += this.getSubClassNameSuffix(); | | // make a new class and prepare the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unable to reference libraries from shared lib

2008-02-25 Thread PeterJ
The jstl.jar file is already provide at server/default/deploy/jbossweb-tomcat55.sar/jsf-libs, so you do not need to place it in server/default/lib. I usually package standard.jar with my web app, but you could try placing it into the jsf-libs directory. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration more than one datasource

2008-02-25 Thread allanrj
Thankz Peter 4 take off my doubts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131939#4131939 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131939 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-25 Thread pojomonkey
kukeltje wrote : anonymous wrote : Is there any way to attach a (zip) file to a post here? When I get a working example I'd be happy to share the code. | | Sorry, no... but you can post it on the wiki and put the link here. Just make sure you give the page a meaningful name. I added an

[jboss-user] [Installation, Configuration DEPLOYMENT] - Is there a way to deploy ear applications in jboss 3.2.7 usi

2008-02-25 Thread renatohonjo
Is there a way to deploy ear applications in jboss 3.2.7 using jsf 1.2 (jee 5) and richfaces 3.1.4? obs: all my sources are set to j2ee 1.4 level... thanks in advance... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131950#4131950 Reply to the post :

[jboss-user] [JBoss Portal] - Multiples idiomas Es pañol , catalan , aleman

2008-02-25 Thread juancito
Bueno el tema del ingles es un problema para mi. Si alguien me puede leer y ayudar se los agradecere. Estoy que me inicio con jboss portal ya e echo varias cosas como: crear portales, crear paginas , crear nuevos templates , cosas haci . Pero tengo un problema de como poder en mi portal

[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2008-02-25 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : mikaeljl wrote : Are there any plans for supporting WSSE UsernameToken based authentication for POJO endpoints (without the requirement of any additional http level authentication? | | | I don't have a reliable answer for this, sorry.

[jboss-user] [JBoss Tools (users)] - Cannot access nightly build page

2008-02-25 Thread mikeeprice
See subject line. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131956#4131956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131956 ___ jboss-user mailing list

[jboss-user] [JBossCache] - 2.1.0 CR libs and Maven2

2008-02-25 Thread kringdahl
Are the 2.1.0 CR libs in a maven2 repository somewhere? They don't seem to be in the regular repository. Is it a general practice not to include CR bits there? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131958#4131958 Reply to the post :

[jboss-user] [JBossWS] - Re: Retrieving alias for WS Secure client

2008-02-25 Thread mrostan
Hi all We have modified JBossWS 2.0.1 to leave an array of the certificates used in the signature/encryption process available in the message context: | Certificate[] certificates = msgContext.get(MESSAGE_CERTIFICATES); | There's not an automatic validation against JAAS implemented (as

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration more than one datasource

2008-02-25 Thread allanrj
Well i do this, but the class client cath data only for one datasource. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131954#4131954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131954

  1   2   >