[JBoss-user] [JBossWS] - JBossWS 1.0 vs. Axis 1.3

2006-05-06 Thread Juergen.Zimmermann
I'm using Excel 2003 with Microsoft's WebServices Toolkit 2.01 as a WS client. Just using Tomcat with Axis 1.3 and RPC/Encoded there is no problem. Using JBoss 4.0.4CR2 with EJB3, JBossWS 1.0.0GA, and RPC/Encoded the Excel client fails because JBoss throws an exception. I'll append a) the log

[JBoss-user] [Installation, Configuration Deployment] - How to change JBoss AS 4.04 CR2 Default Web Root

2006-05-06 Thread pkusos
Now, the default web root is /usr/local/jboss4/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war And I tried to append to the server.xml, such as but the default web root still there not in /webroot/ Thanks View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: How to change JBoss AS 4.04 CR2 Default Web Root

2006-05-06 Thread pkusos
Sorry. I'm using Ubuntu Linux View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941664#3941664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941664 --- Using Tomcat but

[JBoss-user] [Performance Tuning] - Re: Jboss problem

2006-05-06 Thread vladimir.stefanyuk
Sorry, already can't. It was time-critical for us. Moved to the Windows OS, problem disapperied. Propably it was the problem of using 64-bit FreeBSD and 32-bit Java, seems an threads using specific problem. View the original post :

[JBoss-user] [EJB 3.0] - @Lob on postgresql does not save first byte

2006-05-06 Thread leonell
Hi, I have the following experience: I created entity bean with @Lob field: | // Binary based Large Object | @Lob @Basic(fetch = FetchType.EAGER) | public byte[] getPhoto() | { | return photo; | } | public void setPhoto(byte[] photo) | {

[JBoss-user] [JBoss Portal] - Re: Change the default index page...

2006-05-06 Thread vitozabal
Hi, Just edit your deploy\jboss-portal.sar\portal-core.war\WEB-INF\portlet.xml like here: ... portlet-nameCMSPortlet/portlet-name portlet-classorg.jboss.portal.core.portlet.cms.CMSPortlet/portlet-class init-param _descriptionDefault path to index

[JBoss-user] [JBoss Portal] - Re: Help needed for the CMS Portlet

2006-05-06 Thread vitozabal
did you use href=test.html or href=default/test.html? The second one is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941670#3941670 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941670

[JBoss-user] [JBoss Portal] - deployment problem of Jboss Portal

2006-05-06 Thread Vikas Jain
When Deploying Portal 2.2.1 on JBoss AS4.0.4 CR2, using MYSQL 5.0 JDBC3.1 driver,I have followed all the steps of installation mentioned in JBOSS Manual Reference(version2.2). But when i run the Jboss AS then it displayed the following error java.lang.IllegalArgumentException: No transaction

[JBoss-user] [JBoss Seam] - LazyInitializationException

2006-05-06 Thread drapierwim
As you can see I'm having a LazyInitializationException error that I can't seem to fix. First of all this stuff worked before just fine a couple months ago, the only thing changed is that I now use jBPM pageflow Here is a piece of my faces.config | lifecycle |

[JBoss-user] [JBoss Seam] - Re: LazyInitializationException

2006-05-06 Thread drapierwim
I've read the doc and made some changes... with no success added in the web.xml | context-param | param-nameorg.jboss.seam.core.init.managedPersistenceContexts/param-name | param-valueaccountingDatabase/param-value | /context-param | | context-param

[JBoss-user] [JBoss Portal] - CMSPortlet problem

2006-05-06 Thread ericmacau
Hello, I think it is better to allow CMSPortlet to select the index page in EDIT mode or other manipulation way (GUI) rather than modify the portlet.xml ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941674#3941674 Reply to the post :

[JBoss-user] [JBoss jBPM] - server killed

2006-05-06 Thread stoi
Hi, my jbpm-starter-kit runs on a debian-linux-box. I've got the server running, but after a while the server stops or is killed. the last entry on the console is | ./run.sh: line 181: 3672 Killed $JAVA $JAVA_OPTS -Djava.endorsed.dirs=$JBOSS_ENDORSED_DIRS -classpath

[JBoss-user] [JBoss AOP] - Re: Do you want to help out on AOP 2.0

2006-05-06 Thread [EMAIL PROTECTED]
That would be fantastic and much appreciated! The absolutely critical issue for an AOP 2 alpha is http://jira.jboss.com/jira/browse/JBAOP-204 (what breaks the one basic.AOPTester and the ExtenderTestCase in the precompiled-genadvisor-tests target) The earlier the better, but at the latest

[JBoss-user] [EJB 3.0] - A problem with LocalHome

2006-05-06 Thread vesuvius
Hi guys, I have a problem with EJB3 deployment. Because we use a framework that performs EJB2.1-style calls, I have to specify a LocalHome interface for my stateless EJB3 bean. I made a small EJB to test how to do this. Here's the EJB: @Stateless(name=Calculator) |

[JBoss-user] [JBoss jBPM] - XFORM

2006-05-06 Thread smarthunter
do anyone know whether JBPM can be integrated with Orbeon Presentation Server (OPS Xform Server)? or which xform server is better along with JBPM? According to the website of orbeon, Initalio has integrated the OPS into its BPM server. who can tell us the comparison between Initalio and JBPM?

[JBoss-user] [JBoss Seam] - datatable problem

2006-05-06 Thread prothee
Hello everybody, I would like to have a datatable, and edit the content... nothing extraordinary... i've seen a working example in the dvdstore application, and i've tryed to apply without success... i've tryed to explore different the scope without success too... and all help or advice would

[JBoss-user] [JBoss jBPM] - Re: Problem with Ant wscompile on MySQL: axrpc-mapping.xml c

2006-05-06 Thread bertrand.njiipwo
Hello, i have losed the problem. I was using an old version of JavaWebServiceDeveloperPackt. I upgrade from 1.5 to 2.0. I create the new folder endorsed in {JAVA_HOME}/jre/ and copy the jars: WSDP_HOME/jaxb/lib/jaxb1-impl*.jar to {JAVA_HOME}/jre/endorsed. and this solve the problem. This

[JBoss-user] [EJB 3.0] - Entity Beans in 3.0 not persisting property changes

2006-05-06 Thread raygeeknyc
I have an entity bean that I am deploying in CR2, I am finding that the beans I instantiate via the EntityManager (ie a query returns them) are kept in sync with the database but when I create new instances outside of the persistence context and then use the Entity Manager persist (or merge)

[JBoss-user] [EJB 3.0] - 4.0.3SP1 and ejb3 RC6 installation

2006-05-06 Thread tzablock
In the installation instructions for 4.0.3SP1 and EJB3 RC6 there is something like this stated: WARNINGS with an 4.0.3SP1 install Because you patched 4.0.3SP1, the client jars in the jboss-4.0.3SP1/client directory will be invalid. Build your client classpath from: jboss-4.0.3SP1/lib

[JBoss-user] [Clustering/JBoss] - Re: Unix kill partition registerMembershipListener still reg

2006-05-06 Thread [EMAIL PROTECTED]
What you showed looks fine, but you need to tell me exactly what your problem is. Is it just that when your restart a server it doesn't always join the group properly, i.e. I should ignore the stuff about zombies? If so, see http://wiki.jboss.org/wiki/Wiki.jsp?page=TestingJBoss for info on

[JBoss-user] [JBoss Seam] - Re: datatable problem

2006-05-06 Thread prothee
all for me inputText need ids... all is okay :) seam is great :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941686#3941686 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941686

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Increasing Thread Problem leading to Out Of Memory

2006-05-06 Thread chancks
Hi, On my earlier mentioned problem, I've captured a thread dump after running a few transactions and it seems that most the following threads shown below should have exited but they haven't. Hope that someone can enlighten me on what's happening. Thanks. - Stephen == UIL2([EMAIL

[JBoss-user] [JBoss jBPM] - Re: 3.2 alpha 1 release

2006-05-06 Thread [EMAIL PROTECTED]
We are currently fixing our build system after a big project layout rearrangement. Once this is done, the 3.2 alpha1 will be out shortly... This should probably be next week, maybe the week after that. Regards, Koen View the original post :

[JBoss-user] [Remoting] - Re: Remoting using Http over a singel port

2006-05-06 Thread [EMAIL PROTECTED]
Hi Marc. You have obviously done your home work (thanks). I think having a guide for what you mentioned would be good and will work on this. I need to setup a envrionment to reproduce the setup you mention, but my guess there is a bug in there somewhere (maybe where ejb3 is picking up the

[JBoss-user] [JBoss Seam] - HttpServletRequest from Seam

2006-05-06 Thread supernovasoftware.com
Is it possible to directly access the HttpServletRequest in a bean. For example I am now using a custom filter to add the follwing items to the request so that I can access them from Seam Components. This currently works fine, but I am wondering if I can do away with this filter. | package

[JBoss-user] [JBoss jBPM] - Re: Why is Designer 3.0.9 not available from eclipse update

2006-05-06 Thread [EMAIL PROTECTED]
... that I am missing something? :-S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941692#3941692 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941692 --- Using Tomcat

[JBoss-user] [JBoss jBPM] - Re: building from source

2006-05-06 Thread [EMAIL PROTECTED]
Please bear with us... The project layout has been changed completely and the build is broken at the moment. It should be fixed shortly. In the meantime, you can always use a stable version. Regards, Koen View the original post :

[JBoss-user] [JBoss jBPM] - Re: timer not created in schema

2006-05-06 Thread [EMAIL PROTECTED]
Hm strange... What version are you working on? Could you provide a JUnit test where you isolate this problem and attach it to a JIRA issue? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941694#3941694 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: A problem with LocalHome

2006-05-06 Thread vesuvius
Here's an excerpt from JBoss's Global JNDI Namespace: anonymous wrote : +- ejb (class: org.jnp.interfaces.NamingContext) | | +- local (class: org.jnp.interfaces.NamingContext) | | | +- CalculatorHome (proxy: $Proxy134 implements interface test.CalculatorLocalHome) | | |

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException [Root exception is j

2006-05-06 Thread fdegreef
If I understood when you run a client on 4.0.2, you haven't the issue. You have the problem with 4.0.4. When you run your client on 4.0.4, do you use jar file of 4.0.2 (jbossall-client.jar, jboss-common.jar, jboss-common-client.jar, jnp-client.jar, ...following your needs) ? Do you change

[JBoss-user] [JBoss Seam] - Re: LazyInitializationException

2006-05-06 Thread drapierwim
Thanks to my servers log file and the issues example project I've come a step closer. Seems now I'm stuck with this anonymous wrote : 2006-05-06 22:44:47,563 DEBUG [org.jbpm.graph.def.GraphElement] executing action '#{accountsManager.find}' | 2006-05-06 22:44:47,563 DEBUG

[JBoss-user] [JBoss Seam] - Re: LazyInitializationException

2006-05-06 Thread [EMAIL PROTECTED]
Have you set jboss.entity.manager.factory.jndi.name in persistence.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941701#3941701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941701

[JBoss-user] [JBoss and NetBeans] - NoClassDefFoundError in GroupLayout on browsing applet.

2006-05-06 Thread nhutc
I have a simple swing applet in NB5.5 preview included in a web application. On deploying to Jboss and browsing in IE6, The applet will not display. The Java console contains the following: java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group at

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-05-06 Thread robinemig
Any chance this can be added to one of the demos? I'm still have problems getting it to work correctly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941703#3941703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941703

[JBoss-user] [JBoss Portal] - Re: JOSSO and JBoss Portal

2006-05-06 Thread [EMAIL PROTECTED]
Hi Rich, jboss portal uses servlet container authentication so you can use whatever SSO solution that works with tomcat. Let me know if you make it work with it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941704#3941704 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Switching from HTTPS to HTTP

2006-05-06 Thread mkaul
Hi, I am facing the exact same problem, where I am using container-based security and everytime I move from authentication during login to the site which is a HTTPS page to say a normal HTTP page, it kickes me out to the main login page as if I was not authorized to view the HTTP page!!