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

2006-05-06 Thread drapierwim
"[EMAIL PROTECTED]" wrote : Have you set jboss.entity.manager.factory.jndi.name in persistence.xml? This is my entry in the persistence.xml | | The value only references a context-param in my web.xml | | accountingDatabase.persistenceUnitJndiName | java:/accountingEntityManager

[JBoss-user] [EJB/JBoss] - Re: ClassCastException if calling EJB from external servlet

2006-05-06 Thread kbhdk1976
Hi, I have excatly the same problem, and can't seem to fix it... Anyone have a suggestion ? :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941709#3941709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941709 ---

[JBoss-user] [EJB 3.0] - NPE doing queries

2006-05-06 Thread mick_mcgovern
I've been working ok with things for a few weeks but now I'm getting NPE under some strange conditions. For example, an entity manager find method would work but a query using the id as the parameter would fail with the NPE on the query.getSingleResult(). I also found that changing the order o

[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!! >Fr

[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=bb&op=viewtopic&p=3941704#3941704 Reply to the post : http://www.jb

[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=bb&op=viewtopic&p=3941703#3941703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394170

[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 java.lang.Class.getDecla

[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=bb&op=viewtopic&p=3941701#3941701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941701 -

[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 [org.jboss.seam.Compo

[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 your

[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] [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=bb&op=viewtopic&p=3941694#3941694 Reply to the post : http://www.jboss.com

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941693

[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=bb&op=viewtopic&p=3941692#3941692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941692 --- Using To

[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 p

[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 remo

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopi

[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 PRO

[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=bb&op=viewtopic&p=3941686#3941686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941686

[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 tr

[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-4.0

[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) met

[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 m

[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 b

[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] [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") | @Local(CalculatorLocal.c

[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 in

[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 "$J

[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=bb&op=viewtopic&p=3941674#3941674 Reply to the post : http://www.jboss.

[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 | | org.jboss.seam.core.init.managedPersistenceContexts | accountingDatabase | | | | param-name>bookingDatabase.persistenceUnitJndiName | j

[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 | | | |

[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 m

[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=bb&op=viewtopic&p=3941670#3941670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941670 ---

[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: ... CMSPortlet org.jboss.portal.core.portlet.cms.CMSPortlet <_description>Default path to index page. <_name>indexpage <_value>/yourfolder/yourpage.htm

[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] [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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39416

[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=bb&op=viewtopic&p=3941664#3941664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941664 --- Using Tomcat bu

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopi