[jboss-user] [JBoss Portal] - Re: image/png Content type not accepted

2006-10-24 Thread seansullivan
This presentation discusses resource serving portlets in JSR 268: http://www.us.apachecon.com/presentations/FR8/FR8-JSR-286-updated.pdf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980621#3980621 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBossCache] - Re: statistics not refreshing

2006-10-24 Thread [EMAIL PROTECTED]
PojoCache should still have some form of stats though, afterall it is using TreeCache get/put underneath so I am not sure what exactly is going on? Do you have a unit test for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980620#3980620 Reply to the

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

2006-10-24 Thread jc7442
In \server\default\deploy\ejb3.deployer\META-INF\jboss-service.xml, there is a list of ignored jars. It looks like jars not in the list are scanned. You should bea ble to add your own jar in the list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980619#398

[jboss-user] [JBoss Portal] - Re: image/png Content type not accepted

2006-10-24 Thread seansullivan
In the Portle 2.0 specification, the portlet class may implement the javax.portlet.ResourceServingPortlet interface anonymous wrote : | public interface ResourceServingPortlet | | The ResourceServingPortlet interface allows serving resources through the portlet. | | The portlet cont

[jboss-user] [JBossWS] - Re: web services samples

2006-10-24 Thread koriel
ok I updated my xerces jars and now I got this error | init: | [echo] jboss.home = /usr/local/jboss-4.0.4.GA/ | [echo] tomcat.home = ${tomcat.home} | [echo] java.home = /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre | [echo] node0 = ${env.HOSTNAME} | | | c

[jboss-user] [JBoss Seam] - SeamTest and Embedded EJB questions

2006-10-24 Thread jschuetter
Hi there, I have some question concerning integration tests with Seam. 1) I have the impression the MDB configuration is not picked up by EJB bootstrap initiated through SeamTest. On container startup I get an "DefaultJMSProvider not bound" error If I bootstrap the EJB container myself and spec

[jboss-user] [JBossWS] - web services samples

2006-10-24 Thread koriel
I tried to run the samples so when I run ant in the samples directory somewhere in the end I get this exception | init: | [echo] jboss.home = /usr/local/jboss-4.0.4.GA/ | [echo] tomcat.home = ${tomcat.home} | [echo] java.home = /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre

[jboss-user] [Remoting] - Re: Bug in Remoting 2.0

2006-10-24 Thread hceylan
Hello Ron, Thanks for the reply. I will test the param solution then ost my reply and create a JIRA for this issue. Regards, Hasan Ceylan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980612#3980612 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: image/png Content type not accepted

2006-10-24 Thread seansullivan
I fixed my portlet.xml file but I don't think JBoss Portlal can handle a portlet that produces image/png data. On the OpenSymphony message board, I found a discussion about producing image output from a portlet: http://forums.opensymphony.com/message.jspa?messageID=52699 anonymous wrote : |

[jboss-user] [Security & JAAS/JBoss] - Re: SecurityContext after JMS call

2006-10-24 Thread porocnik
"jaikiran" wrote : Specify a in the ejb-jar.xml for the Message Driven Bean. | Thanks for your reply. Sure I could do it this way, but this would execute the beans method always with the same fixed identity. What I want to do is to keep track of the user originally called the first bean and

[jboss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-10-24 Thread chengshwu
Hi Viegas: I think i have the same questions as yours.i am using tomcat as container.and when you build the war archive,you should copy /src/config.files/log4j.xml to /build/jbpm.war.dir/WEB-INF and copy and /src/config.files/hibernate.cfg.xml to /build/jbpm.war.dir/WEB-INF/classes , I tried

[jboss-user] [JBoss jBPM] - Re: Transfer Process Instance id to Previous same Process de

2006-10-24 Thread tom_sri74
Hi dude!, Any body can response the above solution! Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980608#3980608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980608 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: war file webcontext not available after restart

2006-10-24 Thread veenmudi
Jaikiran, The only exception I see in the console is: 00:12:18,555 WARN [jbossweb] WARNING: Failed to start: [EMAIL PROTECTED]:8009 00:12:18,555 ERROR [JettyService] multiple exceptions... 00:12:18,586 ERROR [JettyService] exception java.net.BindException: Address in use: JVM_Bind The jetty por

[jboss-user] [Beginners Corner] - Re: EJB SecurityException on AccountBean EJB dukesbank

2006-10-24 Thread jaikiran
Forgot to mention, please post the login-config.xml as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980606#3980606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980606 __

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

2006-10-24 Thread jaikiran
Removing that tag will disable EJB security View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980605#3980605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980605 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: EJB SecurityException on AccountBean EJB dukesbank

2006-10-24 Thread jaikiran
Please post the exception stacktrace that you are seeing and the jboss.xml that you are using. Also, try and obtain the TRACE level logs of jboss security package as mentioned in Q4 at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ BTW, which version of JBoss are you using? View the or

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Specific deployment instead of scanner directory

2006-10-24 Thread jaikiran
If i am not wrong, what you are looking for, is a way to deploy your war file in an exploded form. Isnt this what you want? If thats the case, have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment In short, you will have to create a folder in the %JBOSS_HOME%/server/defaul

[jboss-user] [Security & JAAS/JBoss] - Re: Closing Browser seems to bypass DatabaseServerLoginModul

2006-10-24 Thread jaikiran
Paul, First of all let me tell you i am not a java/jboss guru. anonymous wrote : If they open a new browser window (having say just closed one and been logged in) the browser and JBOSS/Tomcat correctly sends them to the login page to enter their login details Which means that it is working as

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-24 Thread [EMAIL PROTECTED]
ctomc wrote : I tried to use 1.2alpha because I had problems running 1.0.1 on jboss 4.0.5GA Hindrances while using 1.2.Alpha are somewhat to be expected. It's the last part of your statement that I am worried about. Can you please provide more details so we can understand what kind of "probl

[jboss-user] [Installation, Configuration & Deployment] - Re: war file webcontext not available after restart

2006-10-24 Thread jaikiran
anonymous wrote : - Now I stop JBoss AS and restart it. | - I see that the webapp.war seems to be picked up but looks like it is not deployed correctly. | - The /webapp context is no longer available. I get 404 not found in IE for http://localhost:9000/webapp Do you see any exceptions in

[jboss-user] [Installation, Configuration & Deployment] - Re: log4j logging not working as expected! What am I doing w

2006-10-24 Thread jaikiran
Threshold is an attribute on the appender, that tells it which "logger levels" (messages) should be ignored and which ones should be accepted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980599#3980599 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [Beginners Corner] - Re: Datasource config not showing errors

2006-10-24 Thread jaikiran
For exploded deployment, have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980597#3980597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980597 _

[jboss-user] [JBoss jBPM] - Re: Deploy my process with jBPM-3.1 in JBOSS-4.0.4GA

2006-10-24 Thread [EMAIL PROTECTED]
hi, In the jar file jbpm.sar.cfg.jar there is a file called jbpm.cfg.xml, below is the code: | | | | And the file ehcache.xml is | | | | I am a beginer of Jbpm. So most of the config files are the default one. Any suggestion ? Thanks in advance View the origin

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-24 Thread shundavid
The new documentation works perfect, Thanks!. You guys look into fixing the Reverse Engineering demo too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980593#3980593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39805

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-24 Thread mwr0707
To view and edit the AS launch configuration in 2.0beta2: With a server configured and visible in the JBoss Server view, double click the server entry, or right-click and choose open. A 'Server Overview' panel will open in the editor view. Click the 'Open launch configuration' link within this

[jboss-user] [JBossCache] - Re: POjoCache-Internal field modification

2006-10-24 Thread [EMAIL PROTECTED]
Currently there is really no good way to detect field modification for remote node. But I have scheduled this feature for 2.1 release since it requires some form of RPC propogation of events. See this Jira: http://jira.jboss.com/jira/browse/JBCACHE-742 Meanwhile, to get around this, the closest

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-24 Thread mwr0707
If you are using JBoss IDE 2.x, you should watch the videos at: http://docs.jboss.com/jbosside/jboss-as/NewAndNoteworthy/jbosside2.0.0.beta2.html A very big part of the development and deployment process has been upgraded from what is documented in the 1.x tutorial. Two basic differences: To c

[jboss-user] [JBoss Seam] - Re: Seam Problem!!! URGENT, please

2006-10-24 Thread bsheward
In defence of argomauro, I've made the same mistake. Sure, when dealing with EJB 2.1 and JSP pages, everything had to go through interfaces, but Seam is somehow able to inject values directly into the session beans themselves (the implementation of the interfaces) so its easy to slip into think

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-24 Thread andyd
I may be wrong, but this so looks like a classloader issue to me. I've tried putting myfaces and dependency jars into my EAR, but no difference. Code from FactoryFinder (MyFaces 1.1.5 -- assuming simlar code here) and log below. It would seem that there is no Map of factoryClassNames at the

[jboss-user] [JBossCache] - Re: PojoCache 2.0 (replicate method execution)

2006-10-24 Thread [EMAIL PROTECTED]
What you need is a remote method call instead of simple replication. And this feature is not directly related to PojoCache if I am reading your post correctly. Instead, to do RPC, you can do like: | CacheSPI s = (CacheSPI)pojoCache.getCache(); | RPCManager m = s.getRPCManager(); | m.callR

[jboss-user] [JBossWS] - JBoss WS Code Samples Please...

2006-10-24 Thread raj_acsera
Hello: I would appreciate if you could provide me with the link to code samples for webservices (EJB and Java endpoints) for WS and WS4EE. Any help is very much appreciated. Thanks in advance... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980585#398058

[jboss-user] [JBoss Seam] - Re: Getting Stateless Sesion bean to trigger from CommandLin

2006-10-24 Thread bytor99999
So with 4.0.5.GA it is now no longer throwing that exception. Now to put actual code behind those links. :) Thanks guys View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980583#3980583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-24 Thread mvaneck
Hi, I am stuck at chapter 10. I can run my JBoss server in the Eclipse IDE. However, the tutorial states that I need to add the server under the 'Debug' menu item. I have no JBoss servers on the 'create, manage and run configurations' window. The only JBoss item is JBoss AOP Application (and th

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-10-24 Thread lightbulb432
JBossIDE-Core-2.0.0.Beta2.zip is on the SourceForge download page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980581#3980581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980581

[jboss-user] [JBoss Portal] - Re: Portlets based enterprise application

2006-10-24 Thread Antoine_h
yes, you can do this... for using this with several portlets container, the specification is there to be able to do it. you have then to be very carefull in programming your portlets so they are 100% compliant to the jsr. (it is a great temptation to build some things that are not). View the

[jboss-user] [JBoss Portal] - Re: Some problems with JBoss Portal 2.6 DR version...

2006-10-24 Thread [EMAIL PROTECTED]
"mmontoni" wrote : 1) I already had developed a portal in 2.4 using a lauoyt/theme I did myself. How can I change that layout/theme to the new one version 2.6 is using? | You should do this via the *object.xml. Look at the one in the jboss-portal.sar. The new theme is named "renaissance". F

[jboss-user] [JBoss Portal] - Re: Login / Logout & Password Reset Strategies

2006-10-24 Thread Antoine_h
also interested by some answer on that... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980577#3980577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980577 ___ jboss-user ma

[jboss-user] [JBoss Portal] - Re: static and dynamic pages

2006-10-24 Thread Antoine_h
you don't need to build a new page for each content. you define new pages only if you want to have different portlets shown (or change the position of windows in the page, etc...). if you change the "structure" of the page. to have the same "kind/structure" of page, but with different content in

[jboss-user] [JBoss Seam] - Re: Getting Stateless Sesion bean to trigger from CommandLin

2006-10-24 Thread bytor99999
I actually just looked at the Getting Started guide, and that is exactly how I installed my AS 4.0.4GA Installation that is getting that exception. Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980572#3980572 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Getting Stateless Sesion bean to trigger from CommandLin

2006-10-24 Thread bytor99999
Actually wished there was a way to edit posts, but in the UI Web Installer now installs 4.0.5GA So I think I am going to install that and get the new Seam Beta that was just released yesterday. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980573#3980573 Re

[jboss-user] [JBoss Portal] - Re: custom layout deployment issues

2006-10-24 Thread Antoine_h
I have a custom layout and it is fine. Using 2.4GA. you can contact me by e-mail so I send you the war of my layouts. e-mail adress via my web site. I suggest to start from one of the provided layout, put it in your war exactly as it is provided, then check it works. then change thing one step by

[jboss-user] [JBoss Seam] - Re: Getting Stateless Sesion bean to trigger from CommandLin

2006-10-24 Thread bytor99999
So what you are saying is that my code is fine, it is my installation that is off. :) I did use the UI Installation for installing EJB3 since it is easier, but i will install another JBoss version. I already have 7 JBoss servers installed on my machine, so one more will never hurt it. :) Thank

[jboss-user] [JBoss Seam] - Re: s:validateAll and ui:include/ui:insert

2006-10-24 Thread atao
anonymous wrote : I dunno, try it. Then I get the exception I was speaking about in my first post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980569#3980569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980569 ___

[jboss-user] [Management, JMX/JBoss] - "Connection closed by remote host", what and why?

2006-10-24 Thread peiguo
I keep getting this error message, and there is no obvious reason to believe that this came from my application, could it be JBoss? What was the cause? Actually what was the "connection" mentioned in the error message? Is it the DB connection or something else? (If this is not the right section

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-24 Thread andyd
Ok thanks - happens to be what I'm trying at the moment. I have your booking example in the midst of being converted to a portlet with ear deployment. To me it seems currently that the problem may tie up with the StartupServletContextListener exception that is thrown when MyFaces sees it is n

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-24 Thread [EMAIL PROTECTED]
That is my understanding of the situation today. However, there may be some workaround, and we should try to work with the Ajax4JSF and JBoss portal guys to get this issue resolved. I have not yet alerted either side to the problem. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-24 Thread andyd
Gavin, Just to clarify, are you saying that we will not currently be able to use Ajax4JSF support with Portal on JBoss4.0.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980565#3980565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-24 Thread weiming
Which version of JBoss Eclipse IDE are you using now? As I know that the deployment of ear between 1.6 and 2.0 are slightly different. Because I am using version 2.0, when I finished setting up the classpath for JBoss server at Eclipse, I only need to click run JBoss server, and it will automati

[jboss-user] [JBoss Portal] - Re: jbpm webapp as jportal portlet !!

2006-10-24 Thread bkepa
Error appears when tomahawk component renderer tries to add additional resources using AddResource class. JBoss Portal use Render/Portlet Requests but AddResource's methods works only HttpServletRequest :(. I have already patched tomahawk's AddResource class and i will gladly share it with you w

[jboss-user] [JBoss Portal] - Re: Myfaces Tomahawk Components in JBOss Portal ?

2006-10-24 Thread bkepa
You can use tomahawk component without problems. I have already patched tomahawk's AddResource class and i will gladly share it with you, so give me your mail i'll send it to you. best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980562#3980562 Re

[jboss-user] [JBoss Portal] - Re: Facelet problem: jscookMenu under MyFacesGenericPortlet

2006-10-24 Thread bkepa
I've already fixed it, give me your email, i will send it to you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980563#3980563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980563 _

[jboss-user] [JBoss Seam] - Re: Injection not happening?

2006-10-24 Thread fhh
anonymous wrote : | Can anyone tell me why the fileCabinetEntry isn't being injected? | Have your declared the interceptor? Regards fhh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980560#3980560 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-24 Thread [EMAIL PROTECTED]
Migration guide: == * The renderParameters component was removed, use Seam page parameters * Some functionality no longer works out-of-the-box for JPA implementations other than Hibernate. Either switch to Hibernate, or implement a PersistenceProvider for your JPA implementation. (In fut

[jboss-user] [EJB 3.0] - Re: check if a lazy property is loaded

2006-10-24 Thread vboerchers
Thanks for the answer ablevine! It works exactly as you wrote. I've implemented some helper methods that does everything we need: | public static String getObjectDescription(Object o) | { | if (o instanceof HibernateProxy) | { | LazyInitializer initializer = ((

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Tx deadlock with read-only JDBC and EJB (JBoss 3.2.7) on SQL

2006-10-24 Thread beamer908
This is a somewhat complicated scenario but here goes. I have an EJB app deployed to use Commit Option A running under 3.2.7. In this application, there are places where I do read-only JDBC calls for snippets of information for which I would rather not load the entity bean. Basically, I'm gett

[jboss-user] [Management, JMX/JBoss] - Problem with notification filter?

2006-10-24 Thread java123
I have a listener bean that subscribes to some of the monitoring beans. I am trying to filter notification coming from "JMImplementation:type=MBeanServerDelegate" with type "JMX.mbean.registered" and "JMX.mbean.unregistered". I have added mbean to my subscription list with filter attributes but

[jboss-user] [Management, JMX/JBoss] - Problem with notification filter?

2006-10-24 Thread java123
I have a listener bean that subscribes to some of the monitoring beans. I am trying to filter notification coming from "JMImplementation:type=MBeanServerDelegate" with type "JMX.mbean.registered" and "JMX.mbean.unregistered". I have added mbean to my subscription list with filter attributes but

[jboss-user] [JBossCache] - Using JBossCache for session management

2006-10-24 Thread pharvener
All, We are using JBossCache as means of distributing/replicating session state across a cluster of application servers. We use the "CacheMode">INVALIDATION_SYNC . To my understanding, using this cache mode, the actual cache state exists on only one server and all other servers maintain a pl

[jboss-user] [EJB 3.0] - Re: java.lang.RuntimeException: org.jboss.tm.JBossRollbackE

2006-10-24 Thread tldtld
Did you ever solve this issue? I'm having it now myself View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980551#3980551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980551 ___

[jboss-user] [Remoting] - Re: Socket read stuck on a client invoke call

2006-10-24 Thread sarbu
Hi, The scenario is the following: I have two systems that communicates with each other using remoting. When each system is started, I create a client connector to send requests to peer and a server connector to receive requests from peer. I start both systems and the two way comms is up and

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-24 Thread lp2532
again, need your help =( i am on chapter 11, Deployment, and i dont know what to do. the console does not show any deployment activity but the resource looks like it was deployed (a small decorator appears on the top-left conrner of the FiboApp.ear icon). I'm stuck!!! Need help please... View

[jboss-user] [JBoss jBPM] - Re: Problem starting the jBPM starters KIT

2006-10-24 Thread kukeltje
Asif, A 'it doesn't work, how do I fix it' will not get you any help. What are the errors you get? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980548#3980548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980548 __

[jboss-user] [EJB 3.0] - Re: deployment question (dependent jar files)

2006-10-24 Thread andyd
Sure, Checkout the following wiki pages. Subject that is a must to avoid headaches with jar versions, etc. Andy. http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingOverview http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-24 Thread kukeltje
ah, btw, the answer is yes (Last time I checked out cvs-head was 24 hours ago) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980546#3980546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980546

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-24 Thread kukeltje
If the stacktrace is in another post, then what is the reason for this post? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980545#3980545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980545 __

[jboss-user] [JBossWS] - Re: Can't get wstools to work for multiple endpoints in JBos

2006-10-24 Thread dmitri_furman
Here is what I did to work around the issue. I manually modified webservices.xml. I changed the namespace name from impl to impl1, added a new namespace in webservices tag and named it impl2. Look at the file below. The changes are in bold: AddressValidationService META-INF/wsdl/Addr

[jboss-user] [JBoss Seam] - Injection not happening?

2006-10-24 Thread bsheward
Hi, I have a POJO JavaBean and JSF page which sets a property in that POJO. I have Log4J output which shows the property of the POJO being set to reasonable values. I have a SessionBean which contains a method which should act upon that POJO. I can see the method being executed, but the @In'd

[jboss-user] [JBossWS] - Re: Can't get wstools to work for multiple endpoints in JBos

2006-10-24 Thread tldtld
Ahhh - that could explain what I am seeing too. Have no workaround though - also interested in this issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980542#3980542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980

[jboss-user] [EJB 3.0] - SessionContext.getCallerPrincipal() throws NullPointerExcept

2006-10-24 Thread jgilbert
Has anyone seen this? In the embedded container I get this exception from the sessionContext: Caused by: java.lang.NullPointerException | at org.jboss.security.plugins.JaasSecurityManager.getPrincipal(JaasSecurityManager.java:348) | at org.jboss.ejb3.BaseSessionContext.getCallerPrin

[jboss-user] [EJB 3.0] - Re: deployment question (dependent jar files)

2006-10-24 Thread andyd
Sorry - should have previewed before posting. Added some spaces in the tags to get it all in the post. Andy. < application xmlns="http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://

[jboss-user] [EJB 3.0] - Re: deployment question (dependent jar files)

2006-10-24 Thread bjwaski
Andy, Thanks for your quick reply. I think that mostly makes sense, although I don't follow the classloader part. Any chance you could point me to the docs on that? Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980540#3980540 Reply to

[jboss-user] [EJB 3.0] - Re: deployment question (dependent jar files)

2006-10-24 Thread andyd
Suggest you look at deploying in an ear file. I put all jars/wars into the root of the EAR and then reference them in META-INF/application.xml. i.e. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.4" xsi:schemaLocation="http://java.sun.com/

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Hot code replacing in debugging?

2006-10-24 Thread [EMAIL PROTECTED]
Beta2 had a new and noteworthy: http://docs.jboss.org/jbosside/jboss-as/NewAndNoteworthy/jbosside2.0.0.beta2.html Specifically, I believe, the ejb project tutorial / demo demonstrates some debugging. To summarize, though, changing a .java file will automatically hot-code replace. Changing jsp'

[jboss-user] [JBoss Eclipse IDE (users)] - Hot code replacing in debugging?

2006-10-24 Thread kingcu
Hi everyone, I've beening using WSAD 5.1/RAD 6 in my previous work and now I am working in another company that uses JBoss Eclipse IDE. When I was using WSAD, I was able to make a change in the code (JSP or Servlet or EJB) and without restarting the testing server, to see the change in the ru

[jboss-user] [EJB 3.0] - deployment question (dependent jar files)

2006-10-24 Thread bjwaski
I'm having a bit of trouble wrapping my head around the EJB3 deployment process. I see how I can deploy my EJB jar file (ie. myejb.jar) directly into server/default/deploy, but what do I do with jar files that my EJBs depend on (ie myapi.jar)? Do I just put them in server/default/lib? (although

[jboss-user] [Installation, Configuration & Deployment] - Re: war file webcontext not available after restart

2006-10-24 Thread veenmudi
One thing I forgot to mention is: - After restart I can delete the webapp.war file, I see that the app is undeployed. - Now if I recopy the webapp.war with JBoss still running, the war file is successfully deployed and the context works in IE. If I restart JBoss, I lose the context again. Hope

[jboss-user] [JBoss Portal] - Re: image/png Content type not accepted

2006-10-24 Thread seansullivan
I found a flaw in my portlet.xml file: | | text/html | EDIT | VIEW | HELP | | I'll change the mime-type to image/png and post the results later today. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980534#39

[jboss-user] [Installation, Configuration & Deployment] - war file webcontext not available after restart

2006-10-24 Thread veenmudi
Hi. I am having this strange problem where if I restart the JBoss App server, the war file context is no longer available. I was able to reproduce this with a simple web-app. - We are running old JBoss AS 3.2.1 (part of a vendor platform). - created a very simpile webapp.war file exported from w

[jboss-user] [Installation, Configuration & Deployment] - Re: No Attribute found with name: PartitionName

2006-10-24 Thread AndrewBoyd
Yes, as I am using the mbean interface that comes with JBoss. But I did double check and it is in there. | /** |* Name of the Partition used as a cluster definition for the farming |**/ |public String getPartitionName (); |public void setPartitionName (String partitionNa

[jboss-user] [Installation, Configuration & Deployment] - Re: log4j logging not working as expected! What am I doing w

2006-10-24 Thread forumer
Thanks! Your suggestion to turn debug="true" made me aware of the "threshold" in the "configuration" element. That was set to "info". Looks like this threshold overrides all other thresholds, because changing it to "debug" made the debug level statement appear. Do you think I am interpreting th

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Specific deployment instead of scanner directory

2006-10-24 Thread kgalligan
I'd like to be able to specify an exploded directory to deploy rather than a directory to scan for deployments. Is there a way to do this? In the jboss-service.xml file there is this section... deploy/ This allows you to add a directory to scan for deployments. The prob

[jboss-user] [Installation, Configuration & Deployment] - Re: Is JBoss AS 4.0.5 official?

2006-10-24 Thread rlgoldman
Yes, it was from 4.0.4.GA, after fresh .jar installation for ejb3-clustered config, which I did out of curiousity. The 4.0.4.GA shutdown "crash" only happened once (it came down cleanly on a subsequent shutdown). 4.0.5.GA has given me consistent end-of-shutdown failures (when stopping a cluste

[jboss-user] [Security & JAAS/JBoss] - Re: Closing Browser seems to bypass DatabaseServerLoginModul

2006-10-24 Thread pander
So out of all you java/jboss guru's on here nobody has any pointers? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980519#3980519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980519 __

[jboss-user] [JBoss Seam] - Re: No active event context

2006-10-24 Thread [EMAIL PROTECTED]
"andyd" wrote : | Added slight change to init() as follows: | --- | super.init(); | getPortletContext().setAttribute("org.apache.myfaces.SERIAL_FACTORY", new org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory | ()); | | | And I c

[jboss-user] [EJB/JBoss] - Re: Problem accessing ear services from war

2006-10-24 Thread feric
Thanks! You were right, by following the link in that thread I solved my problem. I needed to modify the following config files like so: - default/deploy/ear-deployer.xml - Isolated => true - CallByValue => true - default/conf/jboss-service.xml - NamingService: CallByValue

[jboss-user] [JBoss Seam] - Re: Seam with Spring?

2006-10-24 Thread adambrod
Nevermind, here is my wiki entry on Spring and Seam integration. Anybody please add to this where it makes sense. http://wiki.jboss.org/wiki/Wiki.jsp?page=SpringAndSeamIntegration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980515#3980515 Reply to the p

[jboss-user] [EJB 3.0] - Hibernate JACC in the embedded container

2006-10-24 Thread jgilbert
Has anyone tried to use Hibernate JACC in the embedded container? I have added the entries to the persistence.xml: | | | I see the entries processed: 2006-10-24 15:28:17,307 DEBUG [org.hibernate.secure.JACCConfiguration] adding permission to role User: (javax.

[jboss-user] [Installation, Configuration & Deployment] - Re: How to Handle Null Connections in JBOSS

2006-10-24 Thread genman
Connection.close() should be sufficient. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980513#3980513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980513 ___ jboss-user mai

[jboss-user] [Installation, Configuration & Deployment] - Re: No Attribute found with name: PartitionName

2006-10-24 Thread genman
Do you have the setPartitionName in the MBean interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980510#3980510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980510 __

[jboss-user] [Installation, Configuration & Deployment] - Re: SSL problem with Jboss in Firefox Only

2006-10-24 Thread genman
I'd set up trace debugging on the server and see what's going on. Compare the server traces between Firefox and IE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980512#3980512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Beginners Corner] - Re: Datasource config not showing errors

2006-10-24 Thread kgalligan
I've tracked this down a bit more. I was setting up an exploded webapp directory in the 'default\deploy\jbossweb-tomcat55.sar\server.xml' file. It looks like it wasn't using the login config when I did that. When I put the war file into the deploy directory, things work fine. So, I'm going t

[jboss-user] [Messaging, JMS & JBossMQ] - Re: [4.0.3SP1] NPE in BasicQueue.setupMessageAcknowledgement

2006-10-24 Thread genman
One thing to check is if the message cache is being used. There is an MBean with cache hits and misses. Miss would mean it's loading messages from the DB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980508#3980508 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: No active event context

2006-10-24 Thread andyd
Added slight change to init() as follows: --- super.init(); getPortletContext().setAttribute("org.apache.myfaces.SERIAL_FACTORY", new org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory ()); And I can confirm I now have it working with facelets w

[jboss-user] [JBoss Seam] - Re: Seam with Spring?

2006-10-24 Thread adambrod
Sure. How can I post a new page to the wiki? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980507#3980507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980507 ___ jboss-u

[jboss-user] [Messaging, JMS & JBossMQ] - Re: [4.0.3SP1] NPE in BasicQueue.setupMessageAcknowledgement

2006-10-24 Thread genman
For reference, the code that's NPEing is this: | 941 protected void setupMessageAcknowledgement(Subscription sub, | MessageReference messageRef) throws JMSException | 942{ | 943 SpyMessage message = messageRef.getMessage(); | 944 Acknowledgem

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - upgrade jboss but not hibernate

2006-10-24 Thread arthomas73
I am trying to upgrade a jboss application from 3.2.6 to the latest 4.0.4. We are currently using hibernate 2.1. I am trying to keep us on the same version of hibernate to minimize code changes (http://www.hibernate.org/250.html). However I am getting an error when I run my first hibernate looku

[jboss-user] [JBoss Seam] - Re: EJB-3.0_RC9-FD Update

2006-10-24 Thread [EMAIL PROTECTED]
I said it was unusable on Tomcat, not on JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980501#3980501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980501 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: No active event context

2006-10-24 Thread [EMAIL PROTECTED]
Stan, would you please post the fix in the Seam FAQ, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980498#3980498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980498 __

[jboss-user] [Beginners Corner] - Classloader issue: deployment at runtime

2006-10-24 Thread editha
with RMI and the MainDeplyoer I deploy a war file in jboss: RMIAdaptor server = (RMIAdaptor)jndiContext.lookup("jmx/rmi/RMIAdaptor"); javax.management.ObjectName name = new javax.management.ObjectName("jboss.system:service=MainDeployer"); server.invoke(name,"deploy",new Object[]{deployurl},new S

[jboss-user] [JBoss Seam] - Re: Seam with Spring?

2006-10-24 Thread [EMAIL PROTECTED]
Actually, it should be trivial to write a generic Spring factory method to look up ANY Seam component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980500#3980500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980500

  1   2   3   >