[JBoss-user] [EJB 3.0] - Re: EJB2 CMP not bound in

2006-06-05 Thread smalbequi
no. I have just deployed the same ear like the one which works on the normal Jboss4 (without EJB3 feature). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3948903#3948903 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Weird

2006-06-05 Thread alessandroribeiro
Instead of Have anyone already seen this problem ? Has it already been reported ? , the correct is Has anyone already seen this problem ? Has it already been reported ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3948906#3948906 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Weird Parsing web.xml error on JBoss 4.0.3SP1

2006-06-05 Thread alessandroribeiro
Hi, we deployed our Web application under a JBoss 4.0.3SP1 installation on eApps (www.eapps.com) VPS server. The problem is: 50% of the deployments failed for no reason. For example, we could deploy exactly the same WAR 4 times in a row. The result of our deployment could be SUCESS, FAIL,

[JBoss-user] [JBoss Messaging] - Problem creating queues dynamically

2006-06-05 Thread barrys52
Please help! I am using JBoss Messaging 1.0.1.CR2 and need to create/deploy queues dynamically. (That is, the queue should not be defined in the destinations-service.xml config file). The QueueExample that came with JBoss Messaging seems to demonstrate how to do this (in the deployQueue

[JBoss-user] [JBoss Portal] - Re: Error Loading RolePortlet

2006-06-05 Thread jatsrt
Thanks for the reply I just finally hunted down the problem EJB3.0 spec says count(*) must return Long. So, hibernate changed this for 3.2 to match the EJB3 SPEC. Looks like 2.4 and probably what you mentioned above has this change to compensate for the problem. return

[JBoss-user] [JBoss AOP] - Re: AOP 1.5.0GA with Eclipse?

2006-06-05 Thread [EMAIL PROTECTED]
Here's some info from the AOP IDE developer (he is currently working on other stuff though, so the IDE is not being actively maintained at the moment anonymous wrote : | I didn't work on the builder a whole ton, but I think you'd just replace the aop jars with the new ones and test to make

[JBoss-user] [EJB 3.0] - Re: PersistenceContext and EntityManager

2006-06-05 Thread elponderador
If you are relying on the debug messages you are printing out in the constructor that is your problem, since the values are injected AFTER the object is constructed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949197#3949197 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Urgent: how to get the theme name using in current page?

2006-06-05 Thread hassan_iitg
Here is the solution | PortalTheme theme =(PortalTheme)renderRequest.getAttribute(THEME); | out.write (current theme App id is + theme.getAppID() + Theme Name is + theme.getName() + br/br); | | // You can also get all the link tags in the portal-themes.xml | List links =

[JBoss-user] [Beginners Corner] - Re: Two Errors: jmx-console and JSP examples

2006-06-05 Thread PeterJ
I'm probably too late to stop you from uninstalling JBoss, but if you inherited the setup and somebody already handled the configuration, and it was working correctly with Tomcat on the same machine, what you should do is determine which port JBoss has open. One way to do this is look at the

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: When is the next integration build planned?

2006-06-05 Thread pwilt
Max: Thanks for the quick answer! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949166#3949166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949166 ___ JBoss-user mailing

[JBoss-user] [Beginners Corner] - Re: Timer service won't work reliably...

2006-06-05 Thread tsar_bomba
I'm sorry, I realize I just missed probably the most important part of the exception, the root cause! It looks like HSQLDB doesn't like that I'm trying to start a timer w/ the same name. | Caused by: java.sql.SQLException: Unique constraint violation: in statement [insert into TIMERS

[JBoss-user] [JBossWS] - Re: Configure Server Handler With JSR181 EJB Endpoint

2006-06-05 Thread pablojavierpy
Sorry MJ. You lost me... I don't know anything about SOAP Handlers... Do you have a URL? Where can I read more about Schema Type generation? I am facing some problems when using complex types and arrays View the original post :

[JBoss-user] [JBoss AOP] - Re: The issue of DBC's postcondition

2006-06-05 Thread [EMAIL PROTECTED]
Hi, Nice to see somebody is actually using this! I am too much other stuff going on at the moment though, so I cannot promise this feature in the foreseeable future. Sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949203#3949203 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Interception of subclass methods

2006-06-05 Thread [EMAIL PROTECTED]
What kind of EntityManager is it? @PersistenceContext, or @In? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949204#3949204 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949204

[JBoss-user] [JBoss Messaging] - Problems at Startup with MySQL 5 and XAConnection

2006-06-05 Thread bviveiros
Has anyone setup JBoss Messaging on MySQL 5 with an XAConnection? I am using the persistance service from the examples but am getting the following when starting the server: 2006-06-05 16:03:59,376 DEBUG (Thread: main) [server.plugin.JDBCChannelMapper] Failed to create users table: CREATE

[JBoss-user] [Beginners Corner] - Re: Jboss.jca.ManagedConnectionPool Using PostgreSQL JBoss 4

2006-06-05 Thread martinh
Shame on Me I've found the error i forgot to close one connection.. Sorry for your time View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949157#3949157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949157

[JBoss-user] [Beginners Corner] - Timer service won't work reliably...

2006-06-05 Thread tsar_bomba
I've been working w/ some examples in the new Enterprise JavaBeans 3.0 book and I created a simple timer to run every 10 minutes and check for data integrity. When JBoss decides to let it run, it works great. However it doesn't always work when I deploy the appsometimes I get this

[JBoss-user] [JBoss AOP] - Re: AOP Instrumentor failed to transform org.apache.catalina

2006-06-05 Thread [EMAIL PROTECTED]
I think you should be able to get rid of these using the include/exclude attributes of the AspectManager service View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949201#3949201 Reply to the post :

[JBoss-user] [JBossWS] - Re: Configure Server Handler With JSR181 EJB Endpoint

2006-06-05 Thread pablojavierpy
You need: * JBoss 4.0.4 WITH EJB3 support * JDK 1.5 Then, the only thing you need to code is: import javax.ejb.Stateless; | import javax.jws.WebMethod; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | | import py.gov.set.rucas.beans.auth.AuthAddResponse; |

[JBoss-user] [JBoss Seam] - Re: seam + jbpm + portal + IPC + facelets + jsf

2006-06-05 Thread dajevtic
Ok, here goes. Imagine a trading portal (the project I'm currently working on ;-) where buyers, sellers, and producers come together to trade goods and services. Depending on the portal role, each person has different portlets that they can see. The simplest use case in this portal application

[JBoss-user] [JBoss Seam] - Re: Interception of subclass methods

2006-06-05 Thread iradix
It's seam managed, @In(create = true) and it works like a charm as long as the method being called isn't part of the super-class/interface. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949205#3949205 Reply to the post :

[JBoss-user] [JBoss Portal] - JBoss Forums JBoss Portal 2.4 Beta 1

2006-06-05 Thread ThorntonD
Has anyone tried using JBoss Forums with JBoss Portal 2.4 Beta 1? Does it work? I would like to start making use of the newest JBoss Forums, but in order to do so I need to be able to set the default display mode of the portal and I also need to be able to link and jump to a specific message

[JBoss-user] [EJB 3.0] - Quartz or TimerService ?

2006-06-05 Thread ericmacau
Hello, In EJB3, both Quartz MDB and TimerService can be used for scheduling, right? What's the difference of them? Anyway, after I deploy a Quartz MDB, how can I modify/stop/start/interupt the timer without undeploy the MDB ? View the original post :

[JBoss-user] [EJB 3.0] - Re: @SequenceGenerator problems with psql

2006-06-05 Thread supernovasoftware.com
without the allocationSize this does not work with the latest release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949220#3949220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949220

[JBoss-user] [JBoss Seam] - Re: PropertyNotFoundException EL identifier resovling with J

2006-06-05 Thread jsb
As noted above (sorry, guess I wasn't clear) everything is working great with Seam 1.0.0.CR3 and JSF 1.2 RI from 5-5-06 (1.2_01) and the stable release of 5-30-06 (b20-FCS which looks like it was actually built on 4-21-06). The bummer is that these versions of JSF 1.2 RI have a bug bothering me

[JBoss-user] [JBossWS] - Re: Configure Server Handler With JSR181 EJB Endpoint

2006-06-05 Thread mjrother
Sorry for the confusion. I am trying to add a hook for the Soap Headers by subclassing GenericHandler. I do not know how to wire in the handler in a EJB3 system. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949200#3949200 Reply to the post :

[JBoss-user] [JBoss Seam] - Details?

2006-06-05 Thread RobJellinghaus
What was the resolution? Cheers! Rob View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949216#3949216 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949216 ___ JBoss-user mailing

[JBoss-user] [Beginners Corner] - [URGENT] JBoss Rules and facts of the same type

2006-06-05 Thread ahmed.adly
I have a question: How to make the Rule Engine (Drools 3) to fire a rule in such a way. For example: if I have a rule just like this: | rule test 1 | | when | test1 : String() | test2 : String() | then | System.out.println(

[JBoss-user] [JBoss Portal] - Error Loading RolePortlet

2006-06-05 Thread jatsrt
I am running JBoss 4.0.4GA and Portal 2.2.1SP1 When I go into management I get the following error, I have also tried to remove and recreate the portlet instance and I get the same thing. Also, this is with a freshly created database. Any thought why? 14:23:08,736 ERROR [RolePortlet] The

[JBoss-user] [Beginners Corner] - Re: Deploying without WAR/EAR?

2006-06-05 Thread bi9kahuna
Perfect! This is exactly what I was looking for. Thank you very much, Peter. :) -Scott View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949222#3949222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949222

[JBoss-user] [EJB/JBoss] - HELP! JBoss 4.0.4GA / Quartz / MySQL

2006-06-05 Thread knifegun
I have been trying all sorts of configuration settings to get Quartz to run on JBoss refering to a datasource via JNDI. Everytime I run JBoss, I get the same error. I have created a database called 'quartz' and created the tables using the mysql creation script. At this point I am stuck. Any

[JBoss-user] [JBoss Portal] - Re: Error Loading RolePortlet

2006-06-05 Thread [EMAIL PROTECTED]
This is most certainly caused by a change in Hibernate 3.2. You can fix the issue by modifying a couple of files (or getting the latest version of portal 2.2 from CVS). The relevant changeset is at: http://fisheye.jboss.com/changelog/JBoss?cs=JBoss_Portal_Branch_2_2:claprun:20060523005426

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-06-05 Thread craig1980
Hi...i'm still stopped to this scenario... is it possible to solve this? In the JSR168 spec it seems to me that this case is not covered... if anybody has solved it can he/she help me? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949229#3949229 Reply

[JBoss-user] [JBoss jBPM] - Accessing process variables via ExecutionContext - returns n

2006-06-05 Thread greg823
A process instance variable is created as follows: processInstance.getContextInstance().createVariable(emp_no, emp_no); I can access the variable no problem when accessing the variable as follows: | HashMap map = (HashMap) taskinstance.getVariables(); | String emp_no = (String)

[JBoss-user] [JBossWS] - Configure Server Handler With JSR181 EJB Endpoint

2006-06-05 Thread mjrother
How do you configure to use a Server Handler with JSR181 EJB endpoint? Is there an annototation that allows you to specify handlers? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949193#3949193 Reply to the post :

[JBoss-user] [JBoss AOP] - Re: filtering in AOP

2006-06-05 Thread [EMAIL PROTECTED]
You can use the include/exclude/ignore attributes of the AspectManager service to specify classes that you don't want to instrument. include/ignore work on classname prefix, for example org.jboss is included by default, so we don't look at any of the jboss specific classes. More info here

[JBoss-user] [Beginners Corner] - Re: Two Errors: jmx-console and JSP examples

2006-06-05 Thread TheMadHatter
No typo. Tomcat Version 3.3 Final This is the default Tomcat home page. This page serves as a quick reference guide to related resources and is located at: /path/to/tomcat/webpages/index.html Included within this release are functional examples with associated source code, API

[JBoss-user] [Beginners Corner] - Getting last action date ?

2006-06-05 Thread Alexandre Mathieu
Hi guys, I was wondering if there was a way to retrieve the timestamp or date of a user last action on the server ? Or a list of all the users last connection date ? I would like to know if there's a way to retrieve this precious information, in order to make a list of who have been logged on

[JBoss-user] [JBoss Portal] - Re: Error Loading RolePortlet

2006-06-05 Thread jatsrt
So here is the offending piece of code: Session session = getCurrentSession(); Query query = session.createQuery(select count(g.id) from RoleImpl as g); return ((Integer) query.uniqueResult()).intValue(); The org.hibernate.Query.uniqueResult() returns an object, which appears to be coming

[JBoss-user] [JBoss Seam] - Re: Interception of subclass methods

2006-06-05 Thread iradix
It does seem to have fixed the problem. I'm surprised no one has run across that before. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949228#3949228 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949228

[JBoss-user] [EJB 3.0] - Re: @SequenceGenerator problems with psql

2006-06-05 Thread supernovasoftware.com
| private Long id; | @Id @GeneratedValue( strategy=GenerationType.SEQUENCE, generator=seq_access) | @SequenceGenerator(name=seq_access, sequenceName=seq_access, allocationSize=1) | public Long getId() { return this.id; } | public void setId(Long id) { this.id =

[JBoss-user] [EJB 3.0] - Re: @SequenceGenerator problems with psql

2006-06-05 Thread decenzo
thank you! allocationSize solved it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949231#3949231 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949231 ___ JBoss-user mailing

[JBoss-user] [EJB 3.0] - Re: EntityManager and exceptions

2006-06-05 Thread elponderador
Whether your EntityManager is injected or not has nothing to do with your ability to catch an exception. You can do this: | try { | em.persist(user); | } catch (Throwable t) { | if (t instanceof TheExceptionIAmWantToHandleLaterException) { | ... | } else { | ... |

[JBoss-user] [EJB 3.0] - Re: EntityManager and exceptions

2006-06-05 Thread elponderador
Sorry forgot to include this (this would go in the implementation class): | public void createUser (...) { | try { this.createUserImpl(...); } | catch { ... } | } | | private void createUserImpl (...) { | em.persist(user); | } | View the original post :

[JBoss-user] [JBoss jBPM] - Re: Exception suspending a process

2006-06-05 Thread jorell
I ran it again this time with the ShowSql property of hibernate set to true and here is the Sql which causes the error: | update JBPM_MESSAGE set ISSUSPENDED_=1 where token=? | now there is no column named token in the JBPM_Message table, the column name is token_. I have checked the

[JBoss-user] [JBossWS] - Re: Web Services EJB3

2006-06-05 Thread CBax007
I believe that annotation only works with an EJB3 Session Bean and it looks like they wanted to do this work in a POJO endpoint. When you use the EntityManager in a Session Bean that is properly setup to do container managed transactions, it (the EntityManager) is automatically flushed. I

[JBoss-user] [Installation, Configuration Deployment] - Re: blue screen

2006-06-05 Thread PeterJ
I think that your JVM installation might be corrupt, or one of the Windows system files might be corrupt (image what would happen with a bad winsock.dll). Try re-installing the JVM. Go to the Windows Update site and make sure you have all of the patches (that might fix a corrupted file).

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Finder method returns internal error

2006-06-05 Thread urswag
jbosscmp-jdbc.xml entry of the entity anonymous wrote : | | | ejb-nameLoginEntityBean/ejb-name | table-namelogin/table-name | cmp-field | field-nameloginKey/field-name |

[JBoss-user] [EJB 3.0] - JBAS 4.0.4 GA and OneToOne lazy relationships

2006-06-05 Thread dbudworth
Is it possible to get OneToOne relationships to be lazy initialized? Our main entity has 12 or so OneToOne relationships that seem to get selected every time. We're doing a simbol from MainClass query on the entity manager, but when I enable hibernate sql tracing, i see all the related tables

[JBoss-user] [Installation, Configuration Deployment] - Re: jboss on different port

2006-06-05 Thread visolvejboss
Hello, Change the port number in server.xml file in the path: /server/default/deploy/jbossweb-tomcat55.sar/ This will be helpful. Thanks, -Visolve JBoss Team View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949078#3949078 Reply to the post :

[JBoss-user] [EJB 3.0] - Catching exceptions in Session Bean

2006-06-05 Thread gommo
Hello, Has something changed with the way you catch exceptions from session beans in 4.0.4.GA?? I was successfully catching ConstraintViolationExceptions by the methods already discussed on this forum. Namely 1. flushing the entity manager 2. catching ConstraintViolationException 3. throwing

[JBoss-user] [JBoss Getting Started Documentation] - JBossWeb - how do I configure?

2006-06-05 Thread markricard
I see the release version is out for JBossWeb. What I don't see is how it it is configured to handle static content, etc. I watched the webinar, and they talk about what it can do but not how to set it up. Do you have any links? We want to use it to front our AppServer running on a

[JBoss-user] [Security JAAS/JBoss] - clientAuth=true disables BASIC AUTH

2006-06-05 Thread new4jboss
I configured the server.xml file in tomcat inside jboss4.0.3sp1 with both keystore and truststore, respective pswds, and clientAuth=true. This enables dual ssl. However, it disables basic auth from any clients towards other web apps that don't require cert based auth. I was expecting that

[JBoss-user] [JBoss Seam] - Re: Seam JSR168 Portlet and EJB3 and Facelets

2006-06-05 Thread dajevtic
Hi. Thank you for the example. One small interesting thing might be to add to the wiki, what if one application wants to use both, jsp and facelets. I tried out a lot of different configurations, but none really got both working. I decided to create a view handler, which checks if a facelet or a

[JBoss-user] [J2EE Design Patterns] - help, help , help me !

2006-06-05 Thread yyc178
11:44:01,843 ERROR [URLDeploymentScanner] Incomplete Deployment listing: MBeans waiting for other MBeans: ObjectName: jboss.jca:name=HibernateFactory,service=HibernateFactory state: CONFIGURED I Depend On: jboss.jca:service=RARDeployer jboss.jca:name=yycdataSource,service=LocalTxCM Depends

[JBoss-user] [Security JAAS/JBoss] - Re: clientAuth=true disables BASIC AUTH

2006-06-05 Thread new4jboss
Thank you very much for your answer :) You are correct, but the connector not only allows you to enable server side auth via ssl negotiation, it also allows you to enable client side auth. In fact, there's no point in setting your web app auth-method to CLIENT-CERT unless the connector is

[JBoss-user] [EJB 3.0] - Help w/ TransactionAttributeType.REQUIRES_NEW

2006-06-05 Thread dabramov
I have some test code that exercises REQUIRES_NEW, but looking at the TransactionManager logs, I don't see a new tx being created when that method executes. I'm using JBoss 4.0.4 GA and the EJB3 RC7 FD download. The players are two SLSBs TxTestBean. I'm calling the toplevel() method from a

[JBoss-user] [Beginners Corner] - Valtech training worthwhile?

2006-06-05 Thread tgboyles
I'm looking into the JBoss Administrators training from Valtech and I wanted to ask if anyone had attended this class and if it was worthwhile. Please let me know when you have a chance. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949256#3949256

[JBoss-user] [EJB 3.0] - Re: @Index and MySQL

2006-06-05 Thread leonell
Salvatore.Gerace wrote : | I use the @Index annotation (org.hibernate.annotations.Index) for create index if I set in persistence.xml: | not work with: | property name=hibernate.hbm2ddl.auto value=update | This is a bug? Exists a solution? | I have the same experience with

[JBoss-user] [JBoss Seam] - Re: Seam, Error message on first page: No active application

2006-06-05 Thread dajevtic
Hi. I've come across the same problem in the past. can you post your faces-config.xml and your web.xml, because I remember having some configuration errors when I had this problem. I will check against my configuration and let you know where the error occured. Regards! View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam, Error message on first page: No active application

2006-06-05 Thread [EMAIL PROTECTED]
I think you might just need to meddle with org.jboss.seam.core.init.myFacesLifecycleBug View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949081#3949081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949081

[JBoss-user] [Remoting] - Re: RMI Class Loader Error

2006-06-05 Thread surrizola
Same happend to me, and the problem is i have some libraries (like spring and other jars of my project) in the server/xxx/lib (xxx = default in my case). And for a rason (i dont know why) when one of this libraries try to unmarshal some class of my project, get this error. To solve: i move all

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - UPDATES in Read only calls.

2006-06-05 Thread sdtsdtim
Hi Using JBoss 3.2.3 I'm having an issue with deadlocking. I'm using p6spy to look at the SQL calls when debugging. Can some one help me out. I call private AdvertLocal findAdvert(String sessionId) throws FinderException { return advertHome.findBySessionId(sessionId); } In the ejb-jar.xml

[JBoss-user] [Security JAAS/JBoss] - Re: clientAuth=true disables BASIC AUTH

2006-06-05 Thread j2ee_junkie
I may be way off base here, but I am not seeing the connection. I was under the impression (as having never had to configure this myself), that enabling the SSL/TSL connector in Tomcat does not have anything to do with the authentication method used by an web application. And that such

[JBoss-user] [JBoss Portal] - Urgent: how to get the theme name using in current page?

2006-06-05 Thread ericmacau
Hello, is it possible to get the current theme's (or layout's) context path that applying in the displaying page ? best regards, Eric View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949019#3949019 Reply to the post :

[JBoss-user] [JBoss Seam] - PropertyNotFoundException EL identifier resovling with JSF 1

2006-06-05 Thread jsb
Greetings Seam community, I've been working on a JSF+EJB3 project for a while... just started to integrate Seam this week; very cool stuff; very excited about the JSF+EJB3 problems it solves! I am in the process of replacing standard JSF managed beans with Seam components. Point being: I'm

[JBoss-user] [JNDI/Naming/Network] - Re: Changing default JNDI namming pattern for deployed ear

2006-06-05 Thread voidhawc
Hey guys, Try @RemoteBinding(jndiBinding=location) It's a JBoss annotation for specifying the remote interface location for EJB3. Good luck. Grant View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949245#3949245 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Portal in Cluster HOW-TO

2006-06-05 Thread [EMAIL PROTECTED]
On the portal side all you need is to modify a property in the local.properties file in $PORTAL_HOME/build (it is not initially in the source, but if you build it once or checkout the binaries, you should see it). Set portal.clustered=true. There are a few other modifications you need to make

[JBoss-user] [Installation, Configuration Deployment] - UnknownHostException - specific to OSX

2006-06-05 Thread chrisbitmead
I've got a little network set up here with a Win 2003 server, some windows and Mac clients. This is just a test network and doesn't have any DNS server or any host names. So I use IP addresses in the JNDI addresses. Anyway, Windows clients work fine, but on Mac OSX it comes up with

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Release policy

2006-06-05 Thread beamer908
Max, where are the nightlies? I the jboss.com downloads page only has your actual releases. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949133#3949133 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949133

[JBoss-user] [JBoss Seam] - Re: seam + jbpm + portal + IPC + facelets + jsf

2006-06-05 Thread dajevtic
Julien, one of the simplest cases would be, being able to use the number guess example in two portlets. One portlet allowing the user to enter a number and the other (larger) portlet showing, whether the guessed number was correct or not. Being as simple as that I will come up with a somewhat

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Release policy

2006-06-05 Thread beamer908
On that note too, what's the difference between the website that you access via jboss.com and the one through jboss.org. From what I can tell jboss.org is no longer being updated as it doesn't have 1.6.0 listed in the downloads area. View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam, Error message on first page: No active application

2006-06-05 Thread umarzubair
The issue is resolved. Thanks Umar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949106#3949106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949106 ___ JBoss-user mailing

[JBoss-user] [JBoss Portal] - jboss-portal-2.4.0-BETA1 integrating with LDAP

2006-06-05 Thread raghuram11
Hi, I had downloaded the jboss-portal-2.4.0-BETA1-bundled which both the Jboss server and th portal in it. I'm trying to get LDAP authentication working with the portal. I've followed the instructions in the wiki under

[JBoss-user] [JBossWS] - Re: java-wsdl generating namespaces with jaws suffix

2006-06-05 Thread pablojavierpy
Hi! Did you manage to get something figured out? I have the exact same concern as you do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949092#3949092 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949092

[JBoss-user] [Nukes User] - @Index and MySQL

2006-06-05 Thread Salvatore.Gerace
HI, I use the @Index annotation (org.hibernate.annotations.Index) for create index if I set in persistence.xml: work! not work with: This is a bug? Exists a solution? Configuration: jboss 4.0.4.GA, MySQL 5.0.18. View the original post :

[JBoss-user] [JBoss Portal] - Re: Portal in Cluster HOW-TO

2006-06-05 Thread patrickdalla
In fact, I would like to know how to configure the everything to the portal works in cluster (including the own cluster). I am using JBoss Portal 2.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3948950#3948950 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: how to create portlet URL with /auth

2006-06-05 Thread [EMAIL PROTECTED]
Try the following : | PortalNode window = ((JBossRenderResponse)resp).getPortalNode(); | PortalNodeURL url = ((JBossRenderResponse)resp).createRenderURL(window); | url.setAuthenticated(Boolean.TRUE); | String s = url.toString(); | View the original post :

[JBoss-user] [JBoss Portal] - Re: possible bug

2006-06-05 Thread shagy69
Anybody has experienced that, really?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949083#3949083 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949083 ___ JBoss-user

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-05 Thread goddam
Hi Ronald.!! thanks.. it works.. on the webapp the task appears on the user bert! but it appears with one problem.. if i click on the task it appears the following error: type Exception report message description The server encountered an internal error () that prevented it from fulfilling

[JBoss-user] [EJB/JBoss] - Re: TransactionRolledbackException: null

2006-06-05 Thread fretzlaff
It was a database problem... a value that is greather than the size of the field on the database. When the commit tries to save data ocurrs this error. The server.log only shows this log, but the jboss.log defines the error in details. View the original post :

[JBoss-user] [Beginners Corner] - help needed for jboss application server use in web hosting

2006-06-05 Thread fundoo2
hi all, i have jboss application server 4.0.4.GA and it's working fine on localhost:8080. i want to use it along with standalone Apache webserver.can i do this? can you please help me out as i'm about to use a webhosting for my application ,there standalone Apache webserver is running.

[JBoss-user] [Installation, Configuration Deployment] - The new JBossWeb and how to replace mod_jk?

2006-06-05 Thread markricard
The new JBossWeb looks great in the webinar. But it does not explain how to configure it to participate with existing application servers that are running web applications that use ejbs. We want to use JBossWeb as our static content server instead of using mod_jk. How do we set the

[JBoss-user] [EJB 3.0] - Re: Is this a bug?

2006-06-05 Thread DoubleDenim
I've figured it out.. The problem is being caused by the use of @IndexColumn. Which leads me to think that it cannot be used. If i get rid of it i end up with a org.hibernate.TransientObjectException. Any Ideas of a solution? @OneToMany(mappedBy=classA) @IndexColumn(name=classb_id) public List

[JBoss-user] [JBoss Seam] - Re: Interception of subclass methods

2006-06-05 Thread CptnKirk
I can hazard a guess. Seam injects at the Seam component level. Your abstract class isn't a Seam component because you can't have abstract Seam components. Your Seam component can extend an abstract class, and the Seam annotations on this class are properly recognized. However, once you

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.03 ClassLoader problem!!

2006-06-05 Thread java123
Anyone...? If xalan.jar is inclided both in war and JBOSS_HOME/lib/endorsed then why is my application using the class from the /lib/endorsed/xalan.jar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949084#3949084 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Lookup fails during failover

2006-06-05 Thread vpsangeetha
I have a 4 node jboss(3.2.6) cluster. I have a test MBean that runs as a HASingleton on this cluster. All the test MBean does is lookup XAConnectionFactory. Here is the code that does the lookup | Properties p = System.getProperties(); | p.put(Context.PROVIDER_URL, localhost:1100); |

[JBoss-user] [Nukes User] - Re: @Index and MySQL

2006-06-05 Thread Salvatore.Gerace
HI, I use the @Index annotation (org.hibernate.annotations.Index) for create index if I set in persistence.xml: property name=hibernate.hbm2ddl.auto value=create-drop work! not work with: property name=hibernate.hbm2ddl.auto value=update This is a bug? Exists a solution? Configuration: jboss

[JBoss-user] [JCA/JBoss] - Problem with Lookup XADataSource

2006-06-05 Thread tamri
I have jboss-4.0.4.CR2 and is configured mssql-xa-ds.xml: xa-datasource jndi-nameMSSQLXADS/jndi-name track-connection-by-tx/ isSameRM-override-valuefalse/isSameRM-override-value xa-datasource-classcom.microsoft.jdbcx.sqlserver.SQLServerDataSource/xa-datasource-class

[JBoss-user] [EJB 3.0] - Re: Nullpointer exception in embedded JBoss unit test when I

2006-06-05 Thread webmarck
Consider it done ;-) http://jira.jboss.com/jira/browse/EJBTHREE-615 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3948980#3948980 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3948980

[JBoss-user] [Installation, Configuration Deployment] - Where can I find bindingservice-plugin.jar?

2006-06-05 Thread jpmigue
This plugin is required for creating multiple JBoss instances but this file is not in the 4.04RC1 distribution and I cannot find a link to a download page anywhere. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949118#3949118 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: configuring Oracle's connection pool

2006-06-05 Thread amichay
Thank you for replying. So am I stuck? how can I reset the connection pool in runtime? I would like to identify a situation where no more connections are available and reset the connection pool? will that work? View the original post :

[JBoss-user] [JBoss Messaging] - Re: Problem creating queues dynamically

2006-06-05 Thread barrys52
Problem resolved! It turns out that the problem had nothing to do with lack of a security manager. The problem was that I did not have all the jar files required in my classpath. The jar files are contained in the [jboss_home]/server/messaging/lib directory. Thanks for your help, Tim! View

[JBoss-user] [JBoss Portal] - Re: Portal state retention

2006-06-05 Thread [EMAIL PROTECTED]
what version are you using ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949066#3949066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949066 ___ JBoss-user mailing list

[JBoss-user] [JBossWS] - Problem to deploy Web Services in JBoss to Axis

2006-06-05 Thread wmaidub
Hi, I have a problem with my web services when I want to deploy the web services in Jboss, using Eclipse Web Tools. The error is: IWAB0489E Error when deploying Web service to Axis runtime. I am running with: Jboss 4.0.3_SP1 eclipse-SDK-3.1.2 The problem is when I integrate Jboss in eclipse

[JBoss-user] [JBoss jBPM] - Re: jBPM ProcessDefinition instance state and POJO class sta

2006-06-05 Thread ahmed.adly
Dear Koen, Sorry for late about reply but I am busy in my work to login and reply, any way I have found the answer what I am looking for but I can not explain it now; when I finish my tasks and get some time I will expose what I have experienced, I promise. I am appreciating your reply View

[JBoss-user] [JBoss jBPM] - Re: Process Designer 3.0.9.2 / Eclipse 3.2 RC6

2006-06-05 Thread hosierdm
Here is a more helpful answer... First of all, I'm not sure that GPD is compatible with Eclipse 3.2. But you can try this and see if it works. Go into Eclipse's File Associations and associate the gpd.xml and processdefinition.xml files with the GPD plugin. You might restart Eclipse after

[JBoss-user] [JBoss Messaging] - Re: Problem creating queues dynamically

2006-06-05 Thread timfox
The issue you are having is a problem with looking up the MBeanServer not a problem with JBoss Messaging per se. It's probably that you're simply not including the correct jars on the classpath. To find out which jars to include please post on the JMX users forum. Thanks. View the original

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-06-05 Thread CptnKirk
JBSEAM-241 and JBSEAM-242 are necessary for some of the more complex data bindings. Any chance they'll make it into 1.0 final? Because this request changes method sigs on the DataBinder/DataSelector interfaces it's important to get the changes in now before ppl start developing against the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS queue message not dropped on transaction rollback.

2006-06-05 Thread pkolaczk
Unfortunaltely this forum doesn't support post removal. I solved the problem. The answer is acually in FAQ: Use the java:/JmsXA connection factory. We used the wrong connection factory - there should have been java:/JmsXA instead of ConnectionFactory (I've no idea, who in our team placed that

  1   2   3   >