[JBoss-user] [JBoss Portal] - Re: Can we change the name of default page 'default'?

2006-01-27 Thread jsports
mcaughey,can you give more detail? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920154#3920154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920154 --- This SF.ne

[JBoss-user] [J2EE Design Patterns] - unable to run servlets using jboss4.0.3SP1

2006-01-27 Thread rai_adi
i am new to jboss server .i installed jboss4.0.3sp1,i deployed my application to server/default/deploy folder. jsp & html pages are running but servlets does'nt.i kept servlet.jar file in lib folder of my application .please help me i m trying to fix it for last one week but failed .thanking i

[JBoss-user] [JBossCache] - TCP : Port value out of range: 65536

2006-01-27 Thread snackerOne
I'm getting the following error when I try to deploy 3 different TreeCache's using TCP (not multicast UDP). I have checked all 3 of the *-service.xml for the "ClusterConfig"s I don't see where a port number is wrong. Here is the "ClusterConfig" section of the xml file(s): | | |

[JBoss-user] [JNDI/Naming/Network] - How to integrate a Custom RMIServerSocketFactory in JBoss

2006-01-27 Thread odigokid
Hi, I have wrote a custom RMIServerSocketFactory and placed the jar file with the class in the default/lib directory and changed the RMIServerSocketFactory attribute in the JRMP MBean to my class, but I still see when JBoss startsup that its loading the DefaultServerSocketFactory. Can someone

[JBoss-user] [JBoss Seam] - Seam Trailblazer - nullPointerException

2006-01-27 Thread Neelixx
I've searched the forum, but didn't see anything. Was anyone aware that the Seam Trailblazer is generating a nullPointerException upon initial access? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920148#3920148 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss jBPM] - Lingering reference to action handlers on DB schema drop

2006-01-27 Thread fmuhlenberg
As part of my development cycle, I periodically drop and create the database schema. This is in preparation to a migration to Oracle and as a way to remove the countless process instances and tasks I have created during the normal course of testing. I have noticed that when I reload a process

[JBoss-user] [JBoss jBPM] - Re: task-node Q

2006-01-27 Thread fmuhlenberg
I found the error of my ways. In the action handler of node-enter, I needed to remove code that specified an exit transition (as in remove the code ectx.leaveNode() ) Now, the workflow pauses as I expect. Now, I'm off to look at some other issues related to assignment handlers. -fm View the o

[JBoss-user] [EJB 3.0] - Re: Null Entity Manager

2006-01-27 Thread [EMAIL PROTECTED]
better yet, download the standalone distribution and look at the tutorials View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920143#3920143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920143 --

[JBoss-user] [JBoss jBPM] - Re: add new tables to jbpm database

2006-01-27 Thread lappi_79
Hi again, Process definition hello is deployed on the system, hello1 is not! this code : ProcessDefinition processDefinition = | graphSession.findLatestProcessDefinition("hello1"); | ProcessInstance processInstance = new ProcessInstance(processDefinition); | graphS

[JBoss-user] [JBoss Seam] - Re: Ending a conversation and begining another at the same t

2006-01-27 Thread [EMAIL PROTECTED]
Um. I don't quite understand. anonymous wrote : PAGE Scope does not deploy with Statefull Session Beans. Why not? Sure you can use request parameters if you *like*, and sometimes that is the best way (more RESTful) but you should not need to. View the original post : http://www.jboss.com/i

[JBoss-user] [JBoss Seam] - Re: Can I really not get the size of a list in JSF?!

2006-01-27 Thread RobJellinghaus
:-P Should have seen that one myself. Oh well, at least it was educational View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920140#3920140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920140

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-01-27 Thread [EMAIL PROTECTED]
Sorry for the slow reply. No, AFAIK we're not thinking about moving away from a TreeCache-based approach, or at least if we are it's way back in the back of someone's mind. But can we get the benefit of your experiences anyway? :) We're definitely interested. BTW, reviewing your patch revealed

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss/Spring development

2006-01-27 Thread emmby
Does the Spring Deployer require JBoss EJB3? I'm trying to deploy the sample JBoss-Spring-Example.html on JBoss 4.0.1 but immediately ran into a problem at the following step since I have no ejb3-interceptors-aop.xml file: Fix ejb3-interceptors-aop.xml in your JBOSS_HOME/server/default/deplo

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

2006-01-27 Thread liebner
Sorry everyone, I'm a) too stupid b) too tired... When I get the @DataModelSelection for an EntityBean, I don't seem to have a fully bound instance. This is why the generated code refreshes the entity with merge(). A refresh() helps as well... Goodnight, Stefan View the original post : http

[JBoss-user] [JBoss Seam] - Re: support for a developers day ...

2006-01-27 Thread [EMAIL PROTECTED]
I thought the Exadel plugin was kind of bulky for what it was trying to do. It treats Facelets just like it does Struts giving you a project template like the Struts one. It doesn't even support the "jsfc" tag--which I thought was the best thing going for (or the very point of) Facelets. What

[JBoss-user] [JBoss Seam] - Re: support for a developers day ...

2006-01-27 Thread lavoir
"[EMAIL PROTECTED]" wrote : Ask in the Facelets list; i don't know of anything but surely *someone* is working on this. | | And I bet it would be easy for MyEclipse or Exadel to enhance their existing JSF tooling to support Facelets, if they are not already working on it. Exadel does suppor

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Overwriting the database at JBoss startup

2006-01-27 Thread lutfi123456
Try to change the create-table in standardjaws.xml and standardjbosssmp-jdbc.xml to false if it doesn't work, try to open persistence.properties at ejb3-deployer\META-INF, deactivate the hibernate.hbm2ddl.auto=create-drop to #hibernate.hbm2ddl.auto=create-drop in my case it works Sadr LM Vie

[JBoss-user] [JBoss Portal] - Re: signout no longer works

2006-01-27 Thread [EMAIL PROTECTED]
sendRedirect cancels the signout, maybe it should throw an IllegalStateException rather. signOut() stay on the same page but with a non auth URL. I am wondering if doing a signOut(url) would make sense. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920131#3

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Code assist not working

2006-01-27 Thread jdidboss
PL -- I noticed the same thing. Since I am conducting the Fibo tutorial for the 73rd time (because it does not work for me) I am being very careful to follow the directions EXACTLY. In your case I found that I needed to select the CLASS (...Go to the top of the class and...) -- not the java-obj

[JBoss-user] [JBossCache] - Re: Tree Cache AOP

2006-01-27 Thread [EMAIL PROTECTED]
Basic steps: 1) Create a -service.xml file (say "mycacheaop-service.xml") to configure your cache. http://docs.jboss.com/jbcache/1.2.4/TreeCache/html/[/url] and [url]http://docs.jboss.com/jbcache/1.2.4/TreeCacheAop/html/ have lots of details on this that I'm not going to go into. Note section

[JBoss-user] [Management, JMX/JBoss] - Re: notSerializableException, (may relate to JBAS-1268)

2006-01-27 Thread fabcipriano
Andy, To prevent this proble give a look in JBAS-1955. I almost sure that this will help to solve your proble. Let me know if it does. And sossy for not reply your mail, Im very busy in my company and didnt have time to test your. But in truth the problem with the code that you send me it is b

[JBoss-user] [JBoss Seam] - LazyInitializationException with SeamExtendedManagedPersiste

2006-01-27 Thread liebner
Hi, I still get the dreaded LazyInitializationException although I'm using the SeamExtendedManagedPersistencePhaseListener. My entity manager is bound to the jndi context, I can query an EJB3 entity with it, but when I try to navigate down a OneToMany relationship I get anonymous wrote : |

[JBoss-user] [JBoss Eclipse IDE (users)] - jboss-ide tutorial - problem with

2006-01-27 Thread jdidboss
Hello -- While conducting the ide-tutorial following section 5.8, After run-XDoclet, the following error is indicated in the xdoclet-build.xml... Task could not be defined within the Ant Editor context. on this line... What could cause this error? and how can I fix it. Thanks...John View the o

[JBoss-user] [JBossCache] - Tree Cache AOP

2006-01-27 Thread anupama
Hi Guys, I Know I posted many posts but i need quick guidance, please help me. After going through some docs I found out that Jboss Tree Cache AOP can work as satndalone process, as MBean in JBoss etc. There are so many examples I found for standalone process but none for MBean in JBoss, for

[JBoss-user] [JBossCache] - Re: Getting complex POJO working with TreeCacheAOP

2006-01-27 Thread anupama
Hi Jere, I would JBoss Tree Cache AOP in JBoss as MBean, I am't quite sure about TreeCacheAop at all. I wanted to cache simple string for prototyping in JBoss Tree Cache AOP inside Jboss, I amn't able to find useful docs at all could you please direct me with some pointers. Also I wanted to c

[JBoss-user] [EJB/JBoss] - "FROM not found" EJB-QL errors when deploying to JB4(jdk1.4)

2006-01-27 Thread zoolai
I'm using JBoss 4.0.3SP1, JDK1.4.2_10 (and EJB2.1) and I'm seeing these errors during deployment of my .ear file to JB4. I checked my ejb finders methods for empty queries but they're fine. Also, the same "LiveView" code runs just fine when deployed to JBoss3.2.7. Any ideas on how to solve this pr

[JBoss-user] [Installation, Configuration & Deployment] - Deploy during startup of Jboss

2006-01-27 Thread vtikle
I know in jboss we do manual deployment by putting the war file in the deploy directory. Now i have to find out how can we configure jboss so that it automatically deploy the war file during startup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920122#3920

[JBoss-user] [JBoss Portal] - Re: signout no longer works

2006-01-27 Thread jksmartt
I have found what the problem is. The code above actually works. You can signout as long as you don't redirect after. So you can't say have someone signout and redirect them to the login screen. Like this: public void processAction(JBossActionRequest request, JBossActionResponse response)

[JBoss-user] [Security & JAAS/JBoss] - Default login

2006-01-27 Thread nskmda
Hi, all! I face problems with creating even the simplest configuration for a web-app to perform user authentication by default without using login-form. Can anyone advise me how to create custom login module for the bundle [JBoss 4.0.1RC1/Apache Tomcat 5.0.28]? It looks like if JBoss (Tomcat?)

[JBoss-user] [Security & JAAS/JBoss] - Re: Password Encryption with DatabaseLoginModule

2006-01-27 Thread askmahesh
I have a similar situation where in the password entered by the User for login is encrypted (custom encryption) and stored in the db and currently there is no decrypt for the password. So, i would have to encrypt the password entered by the user on the Login form and compare it with the encrypte

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-01-27 Thread pdoubleya
Hi Nope, no exceptions thrown, which is what surprised me. I'd figured that at the worst, JBoss would just pull the rug out from underneath the sucker. Hence my post here. Regards Patrick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920116#3920116 Reply

[JBoss-user] [JBoss Seam] - Re: Ending a conversation and begining another at the same t

2006-01-27 Thread liebner
Hi Gavin, I think what armita means is, that you can't go for the PAGE scope if you want to use the @DataModel with the paging features of your CRUD example. PAGE Scope does not deploy with Statefull Session Beans. And in your doc files you say: anonymous wrote : | 6.8. Annotations for use wi

[JBoss-user] [EJB 3.0] - Re: Null Entity Manager

2006-01-27 Thread mooktarus
You probably didn't set up your @PersistenceContext properly. Go back to the EJB3 trailblazer, specifically the section called 'EntityManager Basics'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920114#3920114 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBossCache] - Transactions in a replicated cache

2006-01-27 Thread JerryGauth
I'm trying to cache several nodes within a transaction in a replicated cache environment. I'm using the latest JBossCache HEAD code along with a fairly recent build of JBossAS HEAD. The transaction is being executed from a servlet running on one of the cluster nodes. If I use a non-replicated

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-01-27 Thread genman
The thread *should* receive an Interrupt. Well, I don't know if that's what the spec actually requires, but you'll get InterruptedIOException if you're doing a blocking read. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920111#3920111 Reply to the post :

[JBoss-user] [JBoss jBPM] - Failure loading process definition

2006-01-27 Thread fmuhlenberg
I have run into a curious issue when loading a process definition using JpdlXmlReader. The Eclipse plugin generates a process definition where the XML (generally) looks like this: | | | http://jbpm.org/3/jpdl"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLoc

[JBoss-user] [EJB 3.0] - SecondaryTable problem

2006-01-27 Thread osganian
Hi I'm using JBoss 4.0.3SP1 and I have an entity bean that stores its data in 2 tables that are joined by an id. My class looks like: | @Entity(access=AccessType.PROPERTY) | @Table(name="users1") | @SecondaryTable(name="users2", | [EMAIL PROTECTED](name="id", |

[JBoss-user] [JBoss jBPM] - Re: add new tables to jbpm database

2006-01-27 Thread lappi_79
Hi Rainer, I cant find GraphSession.deployProcessDefinition() in the jbpm javadoc http://docs.jboss.com/jbpm/v3/javadoc/org/jbpm/db/GraphSession.html I am using jbpm3.0.2 Thanks, Lavanya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920110#3920110 Reply t

[JBoss-user] [EJB 3.0] - Null Entity Manager

2006-01-27 Thread ifrias
Hi, I am new with EJB3 and I am having some problems in my SessionBean, when trying to use the EntityManager it throws a NullPointerException. I am using the Firebird driver, and the persistence.xml file is as follows: | | sem | java:/FIrebirdDS | | |

[JBoss-user] [EJB 3.0] - Re: Message Driven POJO and Exceptions

2006-01-27 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/EJBTHREE-356 Fixed in next release which is due out Monday. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920106#3920106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920106 --

[JBoss-user] [JBoss Portal] - LDAP LoginModule & eDirectory

2006-01-27 Thread eron123
Hi, I'm trying to get jboss portal to authenticate to eDirectory. I've modified the login-conf.xml to include the following: com.sun.jndi.ldap.LdapCtxFactory ldap://192.168.100.22:389/ simple

[JBoss-user] [JBoss Portal] - Re: JSPs in CMSPortlet

2006-01-27 Thread noicangi
paolo: i followed your instructions, icreate on the cms admin a folder with an html file u, all under the root dir. in the war file of the helloportal i added the jboss-portlet.xml, in the hellowolrd-object.xml i change the overwrite by keep tags and the portlet.xml y added the code you sai

[JBoss-user] [EJB 3.0] - Re: @Resource (mappedName=

2006-01-27 Thread silviu.marcu
the error I got in jboss: State: FAILED Reason: java.lang.RuntimeException: You did not specify a @Resource.mappedName() on .. and there is no binding for that enc name in XML View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920101#3920101 Reply to the

[JBoss-user] [JBoss jBPM] - Re: issue for Assignment to Group

2006-01-27 Thread eskina
Hi! I don't have success assignment group, working this example. I receive this message "A new task has been assigned to 'null'" Please help me! I use jbpm jbpm-starters-kit-3.1-beta2 with DB2. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [EJB 3.0] - @Resource (mappedName="....") versus @Resource (name="....")

2006-01-27 Thread silviu.marcu
Hi, I try to use dependency injection into a MDB: the strange thing is: the compiler does not compile the : @Resource (mappedName=""), it works only with name="..." but the jboss needs : @Resource (mappedName="") I use jboss 4.0.3 SP1 with EJB3.0 RC3 do I need to update something ? than

[JBoss-user] [Installation, Configuration & Deployment] - Re: Dead locked threads encountered when upgrading from 3.2.

2006-01-27 Thread atait
Since JIRA entry has been closed I'm posting back here with update. I have profiled this issue and see the following with respect to garbage collection: As the application is exercised heavily, heap utilization increases and decreases due to GC activity. The heap space used is generally around

[JBoss-user] [JBoss Portal] - Re: JSPs in CMSPortlet

2006-01-27 Thread glodo
Ok.. i will contact to you.. i just say you.. i think that with the CMSPortlet you can not find a solution for the jsp.. because in the portlet specify the mime-type like text/html, i dont know if this the cause which you can not display a jsp.. if i am wrong please let me know..ok? thanks in ad

[JBoss-user] [JBoss jBPM] - Re: What exactly is ProcessInstance ?

2006-01-27 Thread Neelixx
Rainer, I see now. Thanks for taking the extra time to explain to me. Basically, you are saying let the processInstance be my main object, storing the variables I need. That makes sense. It keeps things simple and centralized. Unfortunately, I think I'd rather do it the other way (i.e. Havin

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Which version of JBoss are you using with JBossIDE?

2006-01-27 Thread [EMAIL PROTECTED]
mikek753, you are more than welcome to provide web application test cases to us in our jira. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920095#3920095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920095 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Which version of JBoss are you using with JBossIDE?

2006-01-27 Thread mikek753
Can't complain about free JBoss-IDE. And finally I make JSP support works for my projects. I use the latest nightly build for that. Any time I need something to do on JSP side I was switching to IDEA (not a free product!!!) right after WTP broke 1.5M1 JSP support. Also JSP support isn't smooth

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-01-27 Thread pdoubleya
Hi Adrian I don't want to bother you with many details, but this particular MDB is processing a stream. The processing can take from a few seconds to several minutes. The timing is not so critical, and I can add a flag in the loop to see if it should abort. My question is, at the moment either

[JBoss-user] [JBoss Seam] - Re: support for a developers day ...

2006-01-27 Thread [EMAIL PROTECTED]
There isn't much to the facelets tag library so you could probrably just print off a list and memorize it. I use Dreamweaver and Eclipse together. I imported the JSF tag libraries into Dreamweaver. I think someone made a JSF equivilent tag library desriptor just for use in Dreamweaver. As

[JBoss-user] [Installation, Configuration & Deployment] - Using JavaMail within a SessionBean

2006-01-27 Thread sepp_huber
Hello, we want to implement a method in a SessionBean which uses the standard JBoss Mailservice. The lookup of javax.mail.Session works, but sending the mail with "javax.mail.Transport.send()" produced an exception. Is is a classloader configuration Problem ? ("no security manager: RMI class lo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB invoked before dependant entity beans have been full

2006-01-27 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp A hijack and an FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920082#3920082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920082 --

[JBoss-user] [JBoss jBPM] - Re: What exactly is ProcessInstance ?

2006-01-27 Thread RAlfoeldi
Hi Aaron, another attempt: Your processInstance is a data object that traverses a process as defined in the processDefinition. It can basically handle any variables you might need. What I was suggesting is that there might not be any need for a seperate HolidayRequest object. Just use the proc

[JBoss-user] [JBoss jBPM] - functionality of jbpm.sar

2006-01-27 Thread katador
Hello!! After a lot of hours working, jbpm works fine with postgresql. But the curious thing it's what today i forgot start jboss and therefore jbpm, but all works fine!! save definition process, load definition process, etc... and then my question it's why i need jbpm.sar? what functi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-01-27 Thread [EMAIL PROTECTED]
It depends upon what your MDB is doing. If it is stuck inside a cpu loop then you would need something inside that loop to check the "stop processing now flag" at regular intervals. If it invokes on other EJBs, you can add an interceptor to check it and even mark any transaction as rollback only.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Configuring Hibernate service

2006-01-27 Thread ldecaro
Thanks for your reply, actually, it pointed me the way to solve my problem.. Just for the record I had the same error as you mate (same stack). In this particular case the app wasn't using Hibernate as a jboss service. And the resolution was different. I spent a long time trying to figure

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do JBoss Messaging guarantee delivery of messages?

2006-01-27 Thread [EMAIL PROTECTED]
For the 10,000 time. The internal persistence transaction used by JBossMQ for JDBC has no relationship with your application. It does not matter whether it is XA or Local. How can I put this frequent misunderstanding to bed? Please, if you don't know what you are talking about, don't mislead ot

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-01-27 Thread pdoubleya
Adrian Thanks much for the clarification. My question would be--what would be a clean way to listen for a shutdown process? Is there a reliable place to trap when a shutdown begins? If so I can implement my own semaphore or trigger to stop the MDB from continuing. Thanks Patrick View the ori

[JBoss-user] [JBoss Portal] - URL issues

2006-01-27 Thread alexeyg
Hello, This is a noob question... I tried several different things, read through all forums, but could not find the answer to this. There were several similar questions though... Did anybody ever find an answer? All I need is for all requests to be forwarded to 1 portal. I need http://localho

[JBoss-user] [JCA/JBoss] - Re: Driver class instances, cached in JBoss?

2006-01-27 Thread jaikiran
Thanks Adrian. Will look at it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920080#3920080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920080 --- This SF.net e

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-01-27 Thread [EMAIL PROTECTED]
The current MDB implementation will wait for all "in flight" mdb requests to complete. So if you don't have a mechanism to terminate prematurely, it will take as long as it takes. There is no "kill immediately" option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JCA/JBoss] - Re: Driver class instances, cached in JBoss?

2006-01-27 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Read the javadocs, i.e. java.sql.DriverManager then ask yourself how classloading/configuration affects this behaviour. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920077#3920077 Reply to the post : http:/

[JBoss-user] [Security & JAAS/JBoss] - server.policy question

2006-01-27 Thread evsrao
I see that default JBoss's server.policy has grant all permissions in the server.policy. Is there any specified set of permissions required for JBoss to function? I didn't find any such information in the docs. Building a server.policy with required permissions from scratch seems to be a cumbers

[JBoss-user] [JCA/JBoss] - Re: Sleeping database connection

2006-01-27 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Unanswerable question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920076#3920076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920076 ---

[JBoss-user] [Beginners Corner] - Re: Custom Tag w/ JBOSS IDE - Unknown tag

2006-01-27 Thread magnetic
Resolution: When porting wars from silverstream/Xtend workbench to Jboss you need to manually remove all of the tags. I have no idea why these tags are there but they invalidate the .tld. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920064#3920064 Reply

[JBoss-user] [EJB 3.0] - Re: Message Driven POJO and Exceptions

2006-01-27 Thread CBax007
I think I have found the solution to this problem. It seems as if setting transactionality at the Class Level does not work as expected. By moving my transactionality settings to the Method Level, everything works okay. Does setting transactionality at the Class Level not work? View the orig

[JBoss-user] [Clustering/JBoss] - Session replication and login

2006-01-27 Thread lbasili
Hello, I have a cluster with two nodes, a web application configured to replicate sessions and I use form authentication. I configured an HTTP load balancer that performs a simple round-robin between the two nodes of the cluster. When I get a protected page of my application, I encounter the foll

[JBoss-user] [JBossCache] - Re: How to setup standalone cache w/ an expiration time

2006-01-27 Thread anupama
Hi Guys. I am trying to use JBoss Tree Cache AOP for caching startup data, so my question is is it by default configured for Clustered environment, if not what I have to do for clustered environment. Moreover if I am able to use TreeCacheAOP without starting JBoss server, it's not giving me f

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread dokondr
"noicangi" wrote : ok ok i know your using the connector, check out its copied in the $jbosshome/default/lib and paste the portal-mysql-ds.xml in the deploy directory, this is important to make the portal connect the DB and create the tablesi think your using the default bundled DB..in the d

[JBoss-user] [JBoss jBPM] - Re: fully-fledged ERP-System with jBPM 3 switched productive

2006-01-27 Thread camunda
Sorry, I have not whatched this topic so missed the questions... The processes are confidential of cause, because they are company secret of mad-moxx (our customer). Sorry... anonymous wrote : Can you say something in detail about your archievement? What exactly is your question? View the orig

[JBoss-user] [JBoss jBPM] - Re: What exactly is ProcessInstance ?

2006-01-27 Thread Neelixx
"RAlfoeldi" wrote : | isn't your processInstance your HolidayRequest? | Yes it is. I'm using EJB3 EntityBeans for my project. "RAlfoeldi" wrote : | Things get a lot easier if the processInstance is the leading entity. | What do you mean by "leading entity"? Maybe that's where I'm

[JBoss-user] [JBoss jBPM] - graph of super- and sub-processes is not complete?

2006-01-27 Thread camunda
Hi all! I have a problem with jbpm 3.0.2 and subprocesses (related to Bug http://jira.jboss.com/jira/browse/JBPM-477): We have some sub-processes calling sub-processes semself. Now we want to traverse the full graph of processes so save each of them manually. The first try was: Get to the abso

[JBoss-user] [JBoss Portal] - Re: Different web applications(.war files) integrating with

2006-01-27 Thread mholzner
as long as all your wars are deployed on the same server, you can use the portlets in the same portal. In your *-object.xml descriptor you just need to point the instance to the correct context and portlet name. No need to do WSRP Here is a simple test: package a standard 168 portlet in a war a

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Cascade delete parent->children with M:N relation ship (usin

2006-01-27 Thread heicovandekamp
For my persistence layer I now trying to use CMP entitybeans. However it seems not to be possible to create a cascade delete for a M:N relation ship. An example of a M:N relation can be found at http://technology.amis.nl/blog/?p=98 Using xdoclet in @ejb.relation cascade-delete can be set. But wit

[JBoss-user] [EJB 3.0] - Re: Dependency injection failing

2006-01-27 Thread chochis
True, but remember, in the .jar installer the classes are not the same as the ejb3 zip file... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920061#3920061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920061 -

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-27 Thread anupama
Hi Guys, Thanks for your responses, is JBoss Tree Cache AOP is standalone cache. Do i have to start server inorder to use Cache service, I guess it's standalone cache. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920060#3920060 Reply to the post

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Read-only entity bean annotation

2006-01-27 Thread ducky427
I think I need to be give specific imformation to how I arrived at the problem. I have a few tables in postgres which I am accessing using entity beans. Some of these tables contain basic information like user names, password etc. The other tables have columns which have id's from these tables a

[JBoss-user] [EJB 3.0] - Re: IdGenerator

2006-01-27 Thread [EMAIL PROTECTED]
@GeneratedValue(strategy=GenerationType.TABLE, generator="uuid") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920050#3920050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920050

[JBoss-user] [JBoss jBPM] - Table JBPM_TIMER deleted when starting jBoss server

2006-01-27 Thread yschluchter
Hi, I have the following configuration: jdk1.5.0_06 jboss-4.0.3SP1 apache-ant-1.6.5 jbpm-3.0.2 When I try to do the following, the JBPM_TIMER table is deleted from the database. 1) ant create.jbpm.configuration 2) ant db.start 3) With DBVisualizer, I can connect to the database and see that I

[JBoss-user] [JBoss jBPM] - JBPM >> JMX - MBeans

2006-01-27 Thread cassiofreire
Hi All, In my research, I am trying to extend the JBoss. Initially, I want to forward a request (for one workflow JBPM) between different instances of JBoss. My doubt at the moment is: For this, I need to study only the JMX? Which other technologies would be involved? Looking at the code so

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread noicangi
ok ok i know your using the connector, check out its copied in the $jbosshome/default/lib and paste the portal-mysql-ds.xml in the deploy directory, this is important to make the portal connect the DB and create the tablesi think your using the default bundled DB..in the deploy directory de

[JBoss-user] [Management, JMX/JBoss] - To extend the JBoss / JBPM

2006-01-27 Thread cassiofreire
Hi All, In my research, I am trying to extend the JBoss. Initially, I want to forward a request (for one workflow JBPM) between different instances of JBoss. My doubt at the moment is: For this, I need to study only the JMX? Which other technologies would be involved? Looking at the code so

[JBoss-user] [EJB 3.0] - Re: Dependency injection failing

2006-01-27 Thread [EMAIL PROTECTED]
Also this will change to be spec compliant in next release. You will use mappedName() @Resource(mappedName="queue/TrackingQueue") Queue dest; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920051#3920051 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread dokondr
"dokondr" wrote : Should I *myself* create "admin" account with password "admin" before trying to login ? Just tried that. No such luck - does not work either :( BTW: I use mysql-connector-java-3.1.12. Log file looks ok, except for multiple messages like: 15:33:50,634 INFO [ConnectionManager

[JBoss-user] [JBoss AOP] - AOP Schema and embedded Microcontainer schema elements

2006-01-27 Thread [EMAIL PROTECTED]
The "HACK" has been done. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920046#3920046 http://wiki.jboss.org/wiki/Wiki.jsp?page=SchemaBindingInitializer Bill, I reworked your AspectXmlLoader such that it works better with the new JBossXB schema caching. The schema binding initializati

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread noicangi
no you don't need to create an acount check the jboss AS configuration ( documentation), the admin/admin is by default. the portal don't need extra configuration except for the file to access you local database. i repeat it seems to be a DB error, don't use mysql 5 use the 4.1, cheack the con

[JBoss-user] [The Lizzard's corner] - Re: Is Oracle Buying JBoss?

2006-01-27 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920045#3920045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920045 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread dokondr
Should I *myself* create "admin" account with password "admin" before trying to login ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920044#3920044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920044

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread noicangi
i'am a newbie too, but your doing something wrong, if your newbie try to use mySQL 4.1 not the 5 other thing is to install the correct jdbc connector on the /lib and add the file portal- myqsl **.xml file on the deploy dir View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread dokondr
I tried: login: admin password: admin I got: "Login failed! Sorry, your username and/or password could not be verified" Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920042#3920042 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - apache 2.2, jboss 4x, and proxy_loadbalancer/mod_proxy_ajp?

2006-01-27 Thread dhartford
I been searching for more information if anyone has production-ready configuration for Jboss4x using Apache-2.2 and the new mod_proxy_ajp. The Mod_jk documents all reference mod_proxy_ajp as the new replacement, but no documentation on using jboss with mod_proxy_ajp. Hopefully I'm just blind a

[JBoss-user] [JBoss Portal] - Newbie: Deployment structure?

2006-01-27 Thread dokondr
I have read both JBoss Portal "User guide" and "Reference MAnual", yet I found no info on new portlet deployment structure. 1) Where should I put my portlet war file in the directory structure? 2) What else should I do to deploy it? Thanks! View the original post : http://www.jboss.com/index.h

[JBoss-user] [JBossCache] - Re: How to do this with JBOSS cache

2006-01-27 Thread hmesha
It looks like you want the cache to service the users with the original metadata while the other user continue working with the workflow. When the workflow user commit the work then the cache gets updated with the new metadata. that should be doable. Your cache can load data from a data source

[JBoss-user] [Installation, Configuration & Deployment] - HTTPS being lost

2006-01-27 Thread earniedyke
Greetings all, We are trying to setup a new JBoss environment as follows: Big IP handles loadbalancing and termination of HTTPS traffic Big IP forwards requests to one of two IIS servers running in the DMZ ISAPI Redirector forwards requests from IIS servers to clustered JBoss servers inside the

[JBoss-user] [JBoss Seam] - Re: Processing get requests

2006-01-27 Thread [EMAIL PROTECTED]
For some reason wuite a few ppl had trouble figuring that out. http://www.theserverside.com/news/thread.tss?thread_id=38601#197732 http://www.theserverside.com/news/thread.tss?thread_id=38601#197757 Also check out the @Factory annotation. View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Portal] - Re: Newbie: How access Management Portlet?

2006-01-27 Thread noicangi
in the user portlet enter the user "admin" and pass "admin" you will access the portal in 'admin mode' and there apears 2 more pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920035#3920035 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [EJB 3.0] - IdGenerator

2006-01-27 Thread cleonhar
Hi. I try to generate a uuid Id by using the following code: | | @Id | @GeneratedValue | @TableGenerator(name="uuid") | public Long getUid() { | return uid; | } | I was expecting, that a uuid is created by using the hibernate uuid algorithm. B

[JBoss-user] [JBoss Portal] - Newbie: How access Management Portlet?

2006-01-27 Thread dokondr
I have just install "jboss-portal-2.2.1RC1-bundled" and using data source: mySQL, version: 5.0.18 15:33:42,900 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.12 ( $Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) It runs. I see are the following p

  1   2   >