[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Can I force http:\\server:8443 to https:\\server:8443 in

2006-03-30 Thread [EMAIL PROTECTED]
Use exactly corresponding schema. For SSL, use always https:// View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933947#3933947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933947 --

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Possible to use two port numbers on one Tomcat?

2006-03-30 Thread [EMAIL PROTECTED]
network or sysadmin could do it, for example using port forwarding View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933946#3933946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933946

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: charset is big problem in linux

2006-03-30 Thread [EMAIL PROTECTED]
set parameter in : URIEncoding="UTF-8" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933945#3933945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933945 --- This

[JBoss-user] [JBoss Seam] - Re: Example needed

2006-03-30 Thread SchlauFuchs
Thanks, Eekboom, I haven't seen this example (maybe it was too late yesterday...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933944#3933944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933944

[JBoss-user] [JBoss Seam] - scope confusion

2006-03-30 Thread Eekboom
Ok, I understand contexts and their usefulness. What I do not understand is why "scope" parameters are needed on @In and @Out annotations! The scope of a context variable is already fixed when declaring it with @Name/@Scope or with @Role, right? So what's the advantage of being able to specify

[JBoss-user] [JBoss jBPM] - Re: jBPM getting started wiki

2006-03-30 Thread cwad0000
looks like an excellent getting started guide. It would be really cool to have a reference to where the source code for the websale app is, since it contains things one probably wants to do (list tasks etc) I seem to find it partly here, but where is the web front end? C:\jbpm-starters-kit-3.1\

[JBoss-user] [JBoss Seam] - Re: Example needed

2006-03-30 Thread Eekboom
Isn't the clickable list example provdided with seam out-of-the box exactly what you ask for? http://docs.jboss.com/seam/reference/en/html/tutorial.html#messages View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933939#3933939 Reply to the post : http://www.jb

[JBoss-user] [JBoss Seam] - Re: Configuring deployment in Eclipse

2006-03-30 Thread [EMAIL PROTECTED]
Your problem is probably linked to this error: "Nebob" wrote : | 16:15:22,995 ERROR [FacesConfigurator] Class org.jboss.seam.jsf.SeamPhaseListener does not implement PhaseListener | You have a classloading issue, make sure you don't have the jboss-seam.jar and myfaces libs in several plac

[JBoss-user] [Beginners Corner] - Internationalization

2006-03-30 Thread stanikas
Hello, I want to write text in my Web Application in lithuanian language. In Eclipse, Project Settings, I set language to lithuanian and in editors it shows symbols correct, but when I start my application in JBoss or Tomcat, lithuanian symbols from *.java files are unrecognized. IExplorer shows

[JBoss-user] [JBoss jBPM] - New jBPM Getting Started Documentation

2006-03-30 Thread admin
Thanks to Kevin Barfield, we now have a long-awaited-for jBPM Getting Started Guide. Go see it on the jBPM Wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted Thanks Kevin ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933936#3933936 Reply

[JBoss-user] [EJB 3.0] - Re: PersistenceContext causing bean's jndi entry to disapear

2006-03-30 Thread james_conf
Yes that's all I have done. em is not referenced or overridden anywhere in my code. only used (IE em.find() etc..) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933935#3933935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Security & JAAS/JBoss] - Re: How to get authenticated user's Subject from EJB

2006-03-30 Thread senthilid14
Thanks, but I am not able to get the Subject from EJB It is always returning null, but JSP code is perfectly returning Subject See the following code, and output the following is session bean's business method public String thanks() { | try { | Subject userSubject=(Subject)P

[JBoss-user] [Installation, Configuration & Deployment] - Re: NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/F

2006-03-30 Thread jkjboss
I also get the same problem on JBoss 4.0.4. But when i deploy it on 4.0.4 with EJB 3 container, the exception is not seen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933933#3933933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Seam] - Mapping URL's to a seam actions.

2006-03-30 Thread markfrench
Hi, I am attempting to migrate an existing web app which currently uses cgi to serve up image content and also return server side created javascript to the client. What I was wondering if it was possible to map a url to a seam action to do this. Cheers Mark View the original post : http

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem in accessing Connection Factory

2006-03-30 Thread baba79au
Hi I am new to JBoss. I am having a problem accessing the "ConnectionFactory" to send a Message to Queue. The code i have used is below: InitialContext ctx; QueueConnectionFactory cf; QueueConnection connection; QueueSession session; Queue destination; QueueSender sender; TextMessage m

[JBoss-user] [JBoss jBPM] - Re: Deployment of PAR using ant gives error

2006-03-30 Thread vas74
bold code(ant) where error comes | | | | | | | | anybody have idea on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933929#3933929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss Seam] - Re: Configuring deployment in Eclipse

2006-03-30 Thread [EMAIL PROTECTED]
Ask Bill Burke what that means in the EJB3 forum. I'm not quite sure View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933928#3933928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933928

[JBoss-user] [JBoss Seam] - Re: I get Exception : No active application scope , how to r

2006-03-30 Thread [EMAIL PROTECTED]
Still have not decided a date. I'm doing a LOT of work on the codebase right now, so it does not make sense to release at this point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933927#3933927 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Seam] - Re: problem deploying simple seam app

2006-03-30 Thread [EMAIL PROTECTED]
You mean in WEB-INF/lib? No, the ejb-jar does not have visibility to WEB-INF/lib. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933926#3933926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933926 -

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-30 Thread [EMAIL PROTECTED]
I don't really grok. Can you explain more fully, from the start? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933925#3933925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933925

[JBoss-user] [EJB 3.0] - Shared Memory in EJB Container

2006-03-30 Thread treespace
I have a service interface created with EJBs. I have a web application that uses those services but it's optional. What is the business tier equivalent of the servlet session context? JNDI? I am building up a data structure from the database so it has no direct persistence mapping. I want to k

[JBoss-user] [EJB 3.0] - Re: how to configure EJB 3 TrailBlazer to use mysql 5

2006-03-30 Thread hi_feroz
thanks. it works, it was a stupid mistake:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933923#3933923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933923 --- T

[JBoss-user] [EJB/JBoss] - Re: Same JNDI name on two different hosts problem

2006-03-30 Thread ZBoris
jboss4.0.3sp1 fixes the issue immediately. there was a bug in 4.0.1 which results in the behaiour described in my previous post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933922#3933922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [EJB/JBoss] - Re: Problem with same EJB component deployed on two differen

2006-03-30 Thread ZBoris
jboss4.0.3sp1 fixes the issue immediately. there was a bug in 4.0.1 which results in the behaiour described in my previous post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933921#3933921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JNDI/Naming/Network] - How to configure Firebird JNDI in JBoss 4.0.4RC1

2006-03-30 Thread hi_feroz
hi, i am trying to configure Firebird datasource in JBoss 4.0.4RC1 but cant get it working. may be because i need a firebirdsql.rar, where can i get that file, it is not in JBoss anywhere.. | | | | | | | | | | | | E:\TEST.GDB | sysdba

[JBoss-user] [JBossCache] - Re: InstanceAlreadyExistsException

2006-03-30 Thread jaikiran
Have a look at this: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80239 Looks like your issue is the same as mentioned in the above post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933916#3933916 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [JBoss Portal] - Re: Taglibs newbie question

2006-03-30 Thread scurd
I ran into the same problem. For me, the problem began when I was forced to create a web.xml for my portlet. My web.xml was using 2.3 instead of version 2.4. Make sure the top of your web.xml file looks like this. | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/X

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem in accessing Connection Factory

2006-03-30 Thread baba79au
Hi Thanks for your reply, I tried accessing "java:/JmsXA", but agian the same error was thrown. Any suggestions please. I really need help solving this issue. Regards Bava S View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933914#3933914 Reply to the post :

[JBoss-user] [EJB/JBoss] - Problem with same EJB component deployed on two different ho

2006-03-30 Thread ZBoris
I have same ejb component (with the same JNDI name) deployed on two hosts. When within jboss I perform a call from host1 to some method of this component located on host2, the method gets executed on host1 ! I resolve remote component by looking up it through InitialContext on host2 (by setting

[JBoss-user] [JBoss Portal] - Re: PortletSession in JSP (view)

2006-03-30 Thread ScottDawson
You need to use the Portlet Tag Library: <%@ taglib uri=?http://java.sun.com/portlet? prefix=?portlet? %> There is a defineObjects tag that gives access to the renderRequest object and then you can call renderRequest.getPortletSession(). See the Portlet Spec, chapter 22, for details: http://www.j

[JBoss-user] [JBossWS] - org.xml.sax.SAXParseException: The prefix

2006-03-30 Thread [EMAIL PROTECTED]
org.xml.sax.SAXParseException: The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly. I am trying to use the Apache xml security libraries together with JAXB and with JBoss's SAAJ implimentation, and I am frequen

[JBoss-user] [EJB 3.0] - Re: Recursive Bidirectional entity

2006-03-30 Thread oliverchua
Hi Emmanuel, this is the script of the table that was created by hibernate... CREATE TABLE `intranetejb`.`unit` ( | `unitCode` bigint(20) NOT NULL auto_increment, | `unitName` varchar(255) default NULL, | `superUnitCode` bigint(20) default NULL, | PRIMARY KEY (`unitCode`), |

[JBoss-user] [Beginners Corner] - Re: EJB Client jar

2006-03-30 Thread bashdrew
or, how can i access remotely the FiboBean EJB from a Java standalone application? a link would be very helpful. thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933909#3933909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [EJB 3.0] - Re: Recursive Bidirectional entity

2006-03-30 Thread epbernard
constraints does not prevent bidirectional and recursive associations View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933908#3933908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933908 ---

[JBoss-user] [EJB 3.0] - Re: Hibernate-Validator and

2006-03-30 Thread epbernard
This is a bug, please open a JIRA issue http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933907#3933907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB 3.0] - Re: coolness: built-in DI (IoC) and other forms of goodness

2006-03-30 Thread epbernard
What is the difference between adding a @Entity on a class and adding an xml declaration for this class in some Spring file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933906#3933906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM tutorial HelloTest.java doesn't passes the te

2006-03-30 Thread rob.hadfield
Here's how thedog's suggestion should look in processdefinition.xml: | | | | | Regards, ROb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933905#3933905 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [EJB 3.0] - Re: Initializing a new entity bean with relations

2006-03-30 Thread epbernard
I usually do private List books = new ArrayList(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933904#3933904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933904 --

[JBoss-user] [EJB 3.0] - Re: how to get entitymanager within MBean

2006-03-30 Thread epbernard
you mean EM or EMF. I don't see the usefulness of managing the EM lifecycle through JMX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933903#3933903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933903 -

[JBoss-user] [EJB 3.0] - Re: Configuring SEAM test with junit

2006-03-30 Thread epbernard
also try to get results from Enumeration xmls = Thread.currentThread() .getContextClassLoader() .getResources( "META-INF/persistence.xml" ); It should return the url of the perisstence.xml file View the original post

[JBoss-user] [EJB 3.0] - Re: Configuring SEAM test with junit

2006-03-30 Thread epbernard
what do you see ion the debug logs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933900#3933900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933900 --- This SF.N

[JBoss-user] [EJB 3.0] - Re: The pk value from TableGenerator(Again)

2006-03-30 Thread epbernard
Nice, you've found 3 bugs in a row http://opensource.atlassian.com/projects/hibernate/browse/HHH-1620 http://opensource.atlassian.com/projects/hibernate/browse/ANN-295 http://opensource.atlassian.com/projects/hibernate/browse/ANN-296 View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [EJB 3.0] - Recursive Bidirectional entity

2006-03-30 Thread oliverchua
@Entity | public class Unit implements Serializable{ | @Id @GeneratedValue | private Long unitCode; | private String unitName; | @ManyToOne @JoinColumn(name="superUnitCode") | private Unit superUnit; | @OneToMany(mappedBy="subUnits") | private Set subUnit

[JBoss-user] [JBoss Portal] - CMS in 2.2.1RC3

2006-03-30 Thread [EMAIL PROTECTED]
Two quick questions about 2.2.1RC3 CMS: 1) My JNDI lookup to "repotest" for the Jackrabbit Repository doesn't work like it does in 2.2.0 ... How do I get a Repository instance in 2.2.1RC3? I looked at your new Jackrabbit service impl, but wasn't able to translate this code into how a Portlet ge

[JBoss-user] [EJB 3.0] - Re: Without rhyme or reason? a ClassCastException occured!

2006-03-30 Thread richie-lea
I changed the servlet : | private void showUser(HttpServletRequest request, | HttpServletResponse response) { | try { | InitialContext ctx = new InitialContext(); | userSession = (userSession) ctx.lookup("us

[JBoss-user] [EJB 3.0] - Re: 2nd level cache fails with one-many-one relations

2006-03-30 Thread epbernard
Forget what I've said, need to sleep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933886#3933886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933886 --- This SF.

[JBoss-user] [EJB 3.0] - Re: Without rhyme or reason? a ClassCastException occured!

2006-03-30 Thread richie-lea
"richie-lea" wrote : There is a java.lang.ClassCastException: ejb.persistence.User. | | My servlet code is: | private void showUser(HttpServletRequest request, | | HttpServletResponse response) { | | try { | | I

[JBoss-user] [EJB 3.0] - Without rhyme or reason? a ClassCastException occured!

2006-03-30 Thread richie-lea
There is a java.lang.ClassCastException: ejb.persistence.User. My servlet code is: private void showUser(HttpServletRequest request, | HttpServletResponse response) { | try { | InitialContext ctx = new InitialContext(); |

[JBoss-user] [EJB 3.0] - Re: 2nd level cache fails with one-many-one relations

2006-03-30 Thread epbernard
There is no cascade delete between Fax and FaxToCar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933882#3933882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933882 -

[JBoss-user] [JBossCache] - Re: JBossCache 1.3 and Hibernate -- couple of questions

2006-03-30 Thread akardell
Well, good / bad news here... The good news is that by upgrading to Hibernate 3.2 CR 1 and using the OptimisticTreeCacheProvider instead of the default TreeCacheProvider, we were able to get past the basic issue of puts not taking effect in the cache (which was the root of issue #2 described be

[JBoss-user] [EJB 3.0] - Performance: @EmbeddedId or @IdClass?

2006-03-30 Thread elkner
Any experience/hints, whether @EmbeddedId or @IdClass should be used wrt. better performance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933883#3933883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933883 ---

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

2006-03-30 Thread ScottDawson
I've updated the JIRA with a new patch based on Julien's recommendations: http://jira.jboss.com/jira/browse/JBPORTAL-621 Regards, Scott Dawson Unisys View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933879#3933879 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [Clustering/JBoss] - Re: FD_SIMPLE

2006-03-30 Thread Tyler Black
Just to clarify, I mean upgrade our production systems. I'm still going to mess around with 2.2.7 :) Thanks again for the advice. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933878#3933878 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss jBPM] - Re: Cant get jBPM to work with oracle - please help

2006-03-30 Thread qweniden
>>>The wiki is probably not up-to-date. Have a look at the docs : >>>http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html This describes the process for PostgreSQL and for MySQL. Oracle is just analogous... <<< As I mentioned in my post I read that document and I understand it, the prob

[JBoss-user] [Clustering/JBoss] - Re: FD_SIMPLE

2006-03-30 Thread Tyler Black
Thanks for the reply, Bela. As an aside, the wiki on Failure Detection http://wiki.jboss.org/wiki/Wiki.jsp?page=FDVersusFD_SOCK has a broken link at the bottom, pointing to the appropriate issue in JIRA. The href has a "." at the end, which makes it no good. I think it makes more sense for us

[JBoss-user] [EJB 3.0] - Re: PersistenceContext causing bean's jndi entry to disapear

2006-03-30 Thread epbernard
you mean you replaced @PC EntityManager entityManager to @PC EntityManager em and it now works? If this is the case, there is something wrong in your code somewhere like overriden local variable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933877#3933877

[JBoss-user] [EJB 3.0] - Re: What id value indicates detached?

2006-03-30 Thread epbernard
no, the rules are: null or the value == the value found in a new Instance().getId() or the version value == the value found in a new Instance().getVersion() (some other rules) if all fails, we go to the DB to check View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JCA/JBoss] - Re: Jboss 3.2.7 JCA question.

2006-03-30 Thread minamti
The answer to your other question The adapter is calling COBOL programs on a COBOL server. -mic View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933874#3933874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933874

[JBoss-user] [EJB 3.0] - Re: javax.persistence.spi.PersistenceUnitInfo and EJB3 Embed

2006-03-30 Thread epbernard
I would say within 2 weeks, no guaranty though View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933873#3933873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933873 --

[JBoss-user] [EJB 3.0] - Re: Please help me...error in Jboss start log

2006-03-30 Thread epbernard
you cannot just replace Hibernate EntityManager, since JBoss EJB3 depends on ejb3-persistence.jar which is implemented by HEM whish use Hibernate Annotations which use Hibernate Core All of than have depencies form left to right. View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Seam] - Example needed

2006-03-30 Thread SchlauFuchs
Hello, Has anyone an example for me for following situation: A JSF Page which should list a collection of a certain class in a dataTable which is returned by an EJB ? (still much to learn...) Kind regards, SF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [EJB 3.0] - Re: Auto-increment in MySQL and J/Connector

2006-03-30 Thread epbernard
This has nothing to do with EJB3, has it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933870#3933870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933870 --- Thi

[JBoss-user] [EJB 3.0] - Re: problem switching to 4.0.4RC1; TransactionManager not bo

2006-03-30 Thread epbernard
You should see something in the logs regarding hibernate or hibernate entity manager. enable hibernate logs to debug, if needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933869#3933869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBossCache] - Re: Unregistering MBeans

2006-03-30 Thread [EMAIL PROTECTED]
Thanks for pointing this out. I've opened a JIRA; this will be fixed for 1.3.0.GA. See http://jira.jboss.com/jira/browse/JBCACHE-523. For a workaround, add false to your config file. That will prevent registration of the MBeans (at the cost of them not being visible via JMX). Re: the depe

[JBoss-user] [EJB 3.0] - Re: Hibernate 'table name' not mapped

2006-03-30 Thread epbernard
@Entity | @Table(name="what-ever") | public class WhatSoEver will be mapped to the what-ever table View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933866#3933866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933866

[JBoss-user] [EJB 3.0] - Re: Exception is thrown when large number of records is retu

2006-03-30 Thread epbernard
hug, and how the hell Hibernate should represent NULL in a int. Of course not 0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933865#3933865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933865

[JBoss-user] [Beginners Corner] - Re: JBOSS auto starts main() method

2006-03-30 Thread jiwils
"_monkey_" wrote : Are there any ways to tell jboss to start running this main() method as soon as Jboss starts (instead of using a servlet)? Write a MBean service, and implement the startService method. If you wish to not depend on JBoss-provided classes, you can implement a start method. The

[JBoss-user] [EJB 3.0] - Re: entity tutorial with @Id @GeneratedValue(strategy=Genera

2006-03-30 Thread epbernard
MSSQLServer 200 driver sucks bad. Use jTDS or the latest driver from MS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933863#3933863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933863 -

[JBoss-user] [EJB 3.0] - Re: EJB3 Loading Optimization

2006-03-30 Thread epbernard
Have a look at optimization infos for Hibernate, since EJB3 really is Hibernate like programmatic model, you'll find some useful tips View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933862#3933862 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: Cant get jBPM to work with oracle - please help

2006-03-30 Thread [EMAIL PROTECTED]
The wiki is probably not up-to-date. Have a look at the docs : http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html This describes the process for PostgreSQL and for MySQL. Oracle is just analogous... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [Beginners Corner] - JBOSS auto starts main() method

2006-03-30 Thread _monkey_
Hi. I have a J2EE application deployed in a JBoss server. As part of this application, I have a piece of code/file(something like a main() method) that needs to run in the background which is like a monitor that monitors my application, it basically checks the states of my application say every

[JBoss-user] [JBoss Portal] - Re: root folder of CMS (what is that)

2006-03-30 Thread conkan
What errors did you get? You might have goofed up the CMS by manually inserting images and other things into 'portal-cms.war'. Keep in mind that the jboss server looks at everything in 'server/default/deploy', and it tries to execute or initialize anything in that directory. View the original p

[JBoss-user] [JCA/JBoss] - Re: Jboss 3.2.7 JCA question.

2006-03-30 Thread minamti
I am calling close on the Connection Handle and after we are done with the EJB, we are calling 'remove'. I have been running the same test against JBoss 4 and everything seems to be ok. However this issue with Jboss 3.2.7 Is it that Jboss 4 is more forgiving than JBoss 3.2.7 or is it a bug in J

[JBoss-user] [JBoss Portal] - Re: root folder of CMS (what is that)

2006-03-30 Thread noicangi
maybe your uploading the zip file as a file and not as an archive, check that. i have a question, when you upload a big amount of photos the cms gets slow, it gets about 20 seconds to show. any recomendation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933

[JBoss-user] [JBoss Portal] - Re: Content caching

2006-03-30 Thread inscribe
Hi, Thanks for that. I worked it out late yesterday. I had a breakpoint on the servlet and on the second call to the page it never called the servlet. I added the uniqueID to the servlet querystring and hey presto it worked. P.S We are using firefox :) I just added IE in there as it happened

[JBoss-user] [JBoss Portal] - Re: Content caching

2006-03-30 Thread IvanLatysh
>From your story I can see that it is not server cache, it is client caching >issue. A simple solution is to add some parameter to url, most of the time it will work, but not always. for example:http://server.com/servletURL?bla=bla"; /> P.S. If you are using MSIE as a browser it will cache con

[JBoss-user] [JBoss Portal] - Re: root folder of CMS (what is that)

2006-03-30 Thread ilangocal
"conkan" wrote : Follow these steps before you try anything else: | | 1. Point your browser to 'http://localhost:8080/portal'. | | 2. Select 'Standard login' and login as 'admin' with password 'admin'. | | 3. Go to the 'CMS Manager' tab. | | 4. You will see an icon that symboliz

[JBoss-user] [Clustering/JBoss] - Re: FD_SIMPLE

2006-03-30 Thread [EMAIL PROTECTED]
Hi Tyler, FD_SIMPLE is (a) somewhat indeterministic and (b) has never really been used in production. The current best practices recommendation is to use *both* FD_SOCK *and* FD. - FD_SOCK will detect immediately whether a server has crashed or not - FD will act as second line of defense, handlin

[JBoss-user] [JBossWS] - encoding problem solved

2006-03-30 Thread lafr
Switching from JBoss-Axis to JBossWS I got '?' instead of the german umlauts in the database. To see where the replacement happens I enabled logging. But all log entries had question marks. Then I added "-Dfile.encoding=UTF-8" to the comamnd line when starting jboss. After this, I got the correct

[JBoss-user] [JBoss Portal] - portal 2.4 navegation portlet

2006-03-30 Thread noicangi
hi , portal 2.4 nav portlt shows the link to the pages which are exclusive for some users, if an unknown user clicks the link it will be redirected to login page, in portal 2.2 you cannot see the link at nav menu how can i change this? View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Portal] - changing Cluster name

2006-03-30 Thread noicangi
hi i owuld like to set a default partition name for clustering jboss portal. also i would like to know what address do i have to use to have 2 clusters on the same network | | http://wiki.jboss.org/wiki/Wiki.jsp?page=TwoClustersSameNetwork here is says but not spe

[JBoss-user] [EJB 3.0] - Binding to a bean in a jsp page

2006-03-30 Thread AnotherRay
I have been following the EJB3 tutorials and from a jsp page I can access an Stateless Session Bean's data when calling the object from a servlet, but when I try and access the bean directly from the jsp I get a 'remote not bound' exception for instance I can call from a servlet: | protected

[JBoss-user] [JBoss Seam] - Configuring deployment in Eclipse

2006-03-30 Thread Nebob
Hello! I am a new user trying to get started with Seam. I have downloaded JBoss AS 4.0.4rc1 and Seam 1.0b2, and set them up in order to run the examples. I used ANT to build and deploy the examples, and everything worked great! With that working, I set out to get the booking example imported in

[JBoss-user] [EJB/JBoss] - Re: FROM not found because of dynamic query

2006-03-30 Thread Frankeeeh
hmm after lots and lots of trouble i got it working... sort of... it seems that generating the xdoclet via eclipse doesn't add the query to the jbosscmp-jdbc.xml. I added it manually and it works now. Any idea what the answer to this problem could be? View the original post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - PortletSession in JSP (view)

2006-03-30 Thread IvanLatysh
I am using jspx pages as a view, and came across an issue of accessing portlet session from jspx page. I dispatch request to my page using PortletRequestDispatcher : javax.portlet.PortletRequestDispatcher prd = this.getPortletContext().getRequestDispatcher("/index.jspx"); | prd.include(request

[JBoss-user] [EJB 3.0] - Re: MIgrating to 4.0.4RC1 from 4.0.3SP1 and no Entity Beans

2006-03-30 Thread gommo
Thanks, I worked out I needed hibernate .hbm2ddl.auto = update So my Database tables are created if they arent there (or missing FK s etc..) but arent removed. I thought this would have been the default. What type of circumstances would you use create-drop. Doesnt that defeat the purpose of t

[JBoss-user] [JBoss Portal] - Re: having trouble with build.xml while trying to deploy a p

2006-03-30 Thread anbuanand
I solved the problem myself. Thanks to you all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933837#3933837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933837 ---

[JBoss-user] [EJB/JBoss] - Re: Transaction across different DBs

2006-03-30 Thread yxw84
It does, thank you for pointing me in the right direction! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933836#3933836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933836 --

[JBoss-user] [JBoss jBPM] - jBPM getting started wiki

2006-03-30 Thread kbarfield
All, If you are just getting started with jBPM, please take a look at this getting started wiki. It covers the sample process and webapp that comes with jBPM, and creating your own process and deploying it. Thanks, Kevin http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the

[JBoss-user] [JBossWS] - Can't have two or more webservies?

2006-03-30 Thread jksmartt
I have two webservices in two different wars. I can deploy each of them individually, that is only have one webservice, but I cannot deploy them both at the same time. If I deploy one, it works. If I deploy the next one with the first still deployed it breaks. If I remove the first one and t

[JBoss-user] [JBoss jBPM] - Re: The jBPM documentation is hideous

2006-03-30 Thread kbarfield
Please take a look at the getting started with jBPM wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933831#3933831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss jBPM] - Re: How to write sample HelloWorld program in jBPM

2006-03-30 Thread kbarfield
Hi, Please take a look at this getting started with jBPM wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933830#3933830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [EJB 3.0] - Custom SQL statements for create, update, and delete operati

2006-03-30 Thread denis-karpov
Is there any way in EJB3 to specify the different sql for create, update and delete? In Hibernate it is something like: | | | | | {call createPerson (?, ?)} | DELETE FROM PERSON WHERE ID=? | {? = call updatePerson (?, ?)} | Thank you. View t

[JBoss-user] [Messaging, JMS & JBossMQ] - Configuring JBoss 4 with HTTPS and SSL (In Spanish)

2006-03-30 Thread aglavina
JMS Seguro utilizando JBoss 4.x Este documento es una guía básica para establecer comunicaciones de JMS, utilizando SSL o HTTPS, con el servidor JBoss 4.2.x. Introducción Para empezar, una introducción básica a lo que es el SSL y el HTTPS. El protocolo TCP es un protocolo orientado a conexión, q

[JBoss-user] [JBoss jBPM] - Re: documentation & examples?

2006-03-30 Thread kbarfield
Please take a look at this getting started wiki I have just posted. It goes through the sample web app, creating your own process, and deploying it. http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [JBoss AOP] - aspects as the integration spi project

2006-03-30 Thread [EMAIL PROTECTED]
One thing we have talked about in the past is that the aspects module is a largely broken module in terms of dependencies since by definition the aspects are really integration code that is coupled to the associated subsystem the aspect integrates. We have talked about an integration project in

[JBoss-user] [EJB 3.0] - Exception when accessing EntityManager

2006-03-30 Thread AnotherRay
I have a simple app that is connecting to a mssql db (not my choice), when I try and access the entity manager from within the bean I get a null pointer exception. There are no errors when I deploy the ear to the server (hot or cold deploy - no errors) the class code is: | package com.wsmp.d

[JBoss-user] [JBoss AOP] - jbossretro/aop integration

2006-03-30 Thread [EMAIL PROTECTED]
One screwed up situation in the 4.0 branch is the aspects module have both jdk5 and j2se1.4 source trees and seperate artifacts. Can this be unified to a jdk5 based source tree with source/target levels of 1.4 + jbossretro translation where needed? View the original post : http://www.jboss.c

[JBoss-user] [JBoss jBPM] - Cant get jBPM to work with oracle - please help

2006-03-30 Thread qweniden
Hi, I downloaded jBPM 3.1 (starters kit) and am trying to get a stand-alone proof of concept working and I got it to run fine with the default Hypersonic DB. Now I am trying to get it to work with Oracle. I noticed that the starters kit did not include a Oracle DDL script like there is for oth

[JBoss-user] [JBoss Seam] - Re: I get Exception : No active application scope , how to r

2006-03-30 Thread [EMAIL PROTECTED]
Hi Is there any advancement about releasing a beta 3 ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933820#3933820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933820 -

  1   2   3   >