i Dont think so , since i have ran jboss on similar HP UX 11.11 machine , its
working fine on that machine.
i have even set the following additional parameters "-Xss1024k -Xms1024m
-Xmx2048m"
i have even checked the Garbage collector but i didn't find much information
on this :(
View the ori
Hi, all
now, I need to do a subquery like this:
SELECT OBJECT(a) FROM SelectedRecs a WHERE a.sID2 IN (SELECT b.SID2 FROM
SessionView b WHERE (b.LocalIP='213.114.83.134' AND b.RmtIP='137.72.43.114') OR
(b.LocalIP='137.72.43.114' AND b.RmtIP='213.114.83.134'))
note that: SessionView is another tabl
I too am researching mixing EJB 2.1 and 3.0 Beans in the same .jar file. I
have verified that you can mix EJB2.1 SLSB and EJB3 SLSB in the same .jar file.
Unit tests verified that they work perfectly together.
HOWEVER, currently I am not able to mix EJB2.1 entities with EJB3 entities.
* If pe
I too am researching mixing EJB 2.1 and 3.0 Beans in the same .jar file. I
have verified that you can mix EJB2.1 SLSB and EJB3 SLSB in the same .jar file.
Unit tests verified that they work perfectly together.
HOWEVER, currently I am not able to mix EJB2.1 entities with EJB3 entities.
* If pe
@DataModel simply wraps the data in an appropriate JSF data model.
(ListDataModel for a List, as an example) There would no link to your query
or any page state unless you created it yourself.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026840#402684
reload the instance and call getList returns empty list.
|
| @OneToMany(
| cascade= {CascadeType.ALL, CascadeType.ALL}
| fetch=FetchType.EAGER)
| @JoinTable(
| name="myjointable",
| joinColumns={ @JoinColumn(name="owner_fk") }
| [EMAIL PROTECTED](name="owned_fk")
| pub
I get the following error:
11:24:49,485 INFO [STDOUT] Naming ExceptionReceive timed out
11:24:49,485 INFO [STDOUT] connection created
11:24:49,565 INFO [STDOUT] 11:24:49,555 ERROR [CPLogger] SSO Id :: [] - Class N
ame [UserSetupImpl] - Method Name (populateDropDowns) - Message { CPException :
n
hai where the Portlet container class located in the JBoss Portal
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026835#4026835
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026835
_
I have reopen issue http://jira.jboss.com/jira/browse/JBINSTALL-93. Also look
at JBINSTALL-244 and JBINSTALL-245
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026834#4026834
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
4.2 hasn't been released as a GA yet. It is only a CR (candidate release).
We only support GA releases. When it reaches GA we will support it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026833#4026833
Reply to the post :
http://www.jboss.com/index.html?m
am running jboss 4.0.5.GA on my MAC (10.4.8) system. When i start eclipse and
try to run my server i get this message from the console and my server don't
start.
07:00:34,274 INFO [Server] Starting JBoss (MX MicroKernel)...
07:00:34,282 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build:
C
Hi,
I would like to know how a C/C++ client program send xml data as a stream of
data to jboss remoting server. As per the jboss remoting document a simple
string URI is required to connect to the server i.e.,
"socket://IPAddress:portNumber".
Can somebody help me writing a C/C++ client progra
Hi...All,
We will have multiple application deployed on the same JBOSS App server.
I want to have the SSO capability between the application(s).
I have been searching the JBoss documentation for examples on having the SSO
enabled with LDAP. But in vain.
Can you please tell me the basic s
First, this is Seam 1.2Patch1 on Jboss 4.0.5.
In a nutshell, when I have a h:commandLink in a dataTable backed with a List,
now matter which row's "clickable link" I select, the value in the variable
annotated as @DataModelSelection is always the first element in the list.
In my SFSB I have the
Thanks Kev - looks like a JBoss Remoting issue.
I will investigate Monday when after I return from California.
BTW - any particular reason ESB is creating so many ephemeral connections?
I would say this is an anti-pattern, although of course this should not be
causing a resource leak.
View the
I wonder where I got the idea that Seam would either find it in the specified
context or call the no-arg constructor for me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026826#4026826
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
BTW, previously I've run jBoss with jdk6 on FC6, This problem is specific to
Ubuntu I presume.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026825#4026825
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026825
__
Changed to jdk1.5.0_11. Uninstalled jBoss and rinstalled a fresh package. I get
the same errors.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026824#4026824
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026824
Hello everyone,
I have a question regarding the @DataModel annotation regarding large result
sets (> 100.000):
When I do a getResultList on the entityManager and I annotate the List with
@DataModel, are all records fetched at once?
I am playing with the datascroller tag of richfaces and it looks
mind if I add Resin support sometime in the future
By all means, please send us your patch for Resin for the jpa/hibernate2
examples. :) Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026820#4026820
Reply to the post :
http://www.jboss.com/index.htm
Thanks for the response.
| @Name("regionHome")
| public class RegionHome extends EntityHome
| {
|
| @RequestParameter
| Long regionId;
|
| @In(required=false)
| Region region;
|
| @In
| WorkingMemory regionManagerWorkingMemory;
|
|
"MikeDougherty" wrote : I've got some rules that will validate an entity before
it is saved to the database, according to what I've read the best place to do
that is in the Home.persist method.
Yup, that would be my plan (and in the update method as well if needed)
anonymous wrote : However, i
I don't see a component or factory for zipPaginator there... Remember Seam
bijects on variable name, not class type
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026817#4026817
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Thanks! That's clear now (mind if I add Resin support sometime in the future?).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026815#4026815
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026815
___
Hi All,
I have an existing web application that is currently operational under
4.0.5.CR1. The login page (login.jsp) is a very simple struts page that does
exactly what you think it does.
I am attempting to migrate to 4.2.0, but when I install my new web application,
I get a JasperException w
I've got some rules that will validate an entity before it is saved to the
database, according to what I've read the best place to do that is in the
Home.persist method. However, in the Home.persist method the getId and
getInstance methods always return null. I expected them to contain the Entit
I keep having a NoClassDefFoundException (java.lang.NoClassDefFoundError:
com/successfactors/pm/ui/messages/SFMessages) when jsf components try to load
one of our classes (SFMessages).
I'm running jboss4.0.5, jdk5 and using the default classloader settings(Tomcat
uses it own class loader for is
You should be able to use #{bean[method]} in pages.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026808#4026808
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026808
___
Oracle has its own EJB3 implementation, you should use that, not E-EJB3.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026806#4026806
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026806
__
JBoss has a database somewhere (the data directory I think). You need to delete
it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026804#4026804
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026804
__
No, its not supported by EL.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026805#4026805
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026805
___
jboss-user mailing list
jb
I don't know what I've done wrong. :)
I inherited an app, that used to be running on JBoss2.4.10 and
Tomcat3, and I'm trying to get it running on Jboss4.0.4, and
Tomcat5.5.20.
So far, this has gone fairly well. Everything starts up semi-normally.
However, I can't log in. At all. Using a de
You can look at the jpa and hibernate2 examples. Neither depend upon JBoss MC.
The only version of WebSphere that is supported is the one that runs on JDK5.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026803#4026803
Reply to the post :
http://www.jboss.co
hi Michael,
Did you have your jndi configured correctly?
This is what I got in my log file of a successful Seam + Tomcat 5.5:
2007.03.09 14:29:08,808 INFO [NamingHelper] JNDI InitialContext
properties:{java.naming.factory.initial=org.jnp.interfaces.LocalOnlyContextFactory,
java.naming.factory
Hi All,
I saw there was Websphere support included in one of the latest releases of
Seam. But someone give just a bit more clarification on the level of seam
integration in Websphere environment. And by that I mean whether Hibernate/JPA
or Microcontainer version of configuration is used? Which
I think my post is related with this topic as well:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025390#4025390
Need clarification about this please:
1) the wstools.sh script which comes with the jbossws-1.2.0.GA points to both:
WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client
Hi,
I understand that form variables are not passed to the portlets and one need to
pass the variables using renderURL tag.
The question I have is how do I set this variable to the value I get from a
textBox or hidden variable or a java script variable using the renderURL tag.
Thank you v
Hey there,
The problem I've hit deploying a Seam app to Tomcat deals with the datasource.
Here is a sample of the error trail that I get:
16:27:52,083 ERROR [NamingHelper] Could not obtain initial context
| javax.naming.NamingException: Local server is not initialized
| 16:27:52,098 FATAL [
Thank you all for your responses.
MLH: I did get Seam 1.1.5 working with Mysql and Tomcat 5.5. The site
apushadow gave definitely can help you out. Please describe your
errors/configuration so we can help.
Rich: I don't have "javaw.exe" processes when I run tomcat and I still get the
error.
You are right, I am sorry for not paying attention. As it states:
anonymous wrote :
| Once fully opensourced, binaries for all of the individual plugins will be
made available for free while the "Red Hat Developer Studio" will only be made
available as part of a Developer Subscription.
View
Is there way to set ear/war(s) published to a JBoss Server in an exploded style?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026788#4026788
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026788
_
Process Designer features
Hi, I was looking for information about new features in process designer (
roadmap), but I cant find a place? ยด
I am using process designer and I like alot, but may user don?t like the look
and feel, are you planning to allow customizing, or improving it.
Other featu
Just in case this isn't clear: Every plugin for Eclipse that is part of RHDS
will be available under an open source license. So you can even combine them in
whatever way you want via an Eclipse update site or something and build your
own variant of "RHDS".
View the original post :
http://www.
And note the box on the right side here:
http://labs.jboss.com/portal/rhdevstudio
While Red Hat works on the open sourcing of Red Hat Developer Studio, Exadel is
making available a free, extended trial of Exadel Studio Pro 4.0 which should
last until Red Hat Developer Studio is available. Once
Best is you all read the initial announcement again:
http://blogs.jboss.com/blog/slabourey/2007/03/05/Red_Hat_partners_with_Exadel_The_Grand_Unification_is_en_route.txt
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026783#4026783
Reply to the post :
http:
Is it possible to use the hibernate.sar when only developing a war?
I've looked high and low and cannot find the hibernate.sar anywhere and
downloading the JEMS installer didn't install one either. Where from do I
download it?
View the original post :
http://www.jboss.com/index.html?module=b
MLH--
I got Seam running on MySQL...what's the error you're getting?
This site got me pretty far into the process:
http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026781#4026781
Reply to the post
lle--
This looks similar to a problem I was having once: I'd throw my war into
Tomcat's webapps directory, start Tomcat, and it would start up then shut down,
giving me log messages similar to what you pasted. Turns out it was because I
had both Tomcat and some other process (JBoss, I think) f
Manuel--
I too need to make a Seam app run on oc4j. Currently, I have an app running on
Tomcat (using JBoss's embedded EJB jar) and I try to deploy it to oc4j and it
gives me the following error:
| 16:09:24,140 INFO [ASTQueryTranslatorFactory] Using
ASTQueryTranslatorFactory
| 16:09:24,
Having the same issue here. Any resolution to this issue???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026776#4026776
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026776
__
Just curious, because the studio will only be available with Red Hat
Subscription does that mean there will be no open source version of Exadel
Studio Pro (which has now extended trial period).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026772#4026772
Re
I'm getting the following error when using the CRUD EntityHome object:
15:34:34,569 WARN [JDBCExceptionReporter] SQL Error: 1400, SQLState: 23000
| 15:34:34,569 ERROR [JDBCExceptionReporter] ORA-01400: cannot insert NULL
into ("CPPMS"."CPPMS_USER"."NAME")
|
| 15:34:34,569 WARN [JDBCExcep
I'm sorry that I can't help you with this problem. However, have you ever
gotten a MySql-backed Seam app to work on Tomcat 5.5? I've been trying to do
this for about 8 days now, and I'm uber-stuck.
-Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=402
i copy and past "''"" From microsoft word 2003 to my jsp page textarea
field and send to the jboss-4.0.4 server, and value get changed to .
at the old jboss 3.2.5 no this problem, does anyone can help?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
This is the second Service element added.
|
|
|
|
|
|
|
|
|
| xxx.domain.com
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.ht
Im not instantiating it. I want Seam to create it and inject it.
To be injected
@Name("paginator")
| @Scope(SESSION)
| public class DefaultPaginator implements Paginator {
|
| @Logger
| private Log log;
|
| public DefaultPaginator() {}
|
| ...business methods
This is really weird. If Jboss is happy to use both "my_config" and "
my_config" at the same time, the only explanation I can come up with is that
JBoss is being started with one config for the -c parameter (e.g., run -c
my_config) and the other locations are being set with system properties (e.
Enclose your xml text in [ code ] [ /code ] brackets (without the spaces, of
course). Also, use the Preview button to see what your post will look like
before submitting it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026762#4026762
Reply to the post :
Hi,
I can't force s:selectItems to work. Even the easiest example doesn't work.
| Name("personHome")
| public class PersonHome extends EntityHome {
|
|
|
| public List countries = new ArrayList();
| public String country = "";
|
| public void setCountries(List countries
I have configured my JBOSS server multiple instances on same server.I have also
configured JBoss as windows NT service using Java service.everything workd well
but i found two directories created under D:\jboss-4.0.1\server
one is my configuration "my_confif" that's where my conf,deploy and lib
"carloszaniolo" wrote : BTW s:fileupload is not working together with Ajax4jsf!
Does anyone knows how to make s:fileupload works in an "Ajax" way?
http://jboss.com/index.html?module=bb&op=viewtopic&p=4026758#4026758
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
Hi,
I'm facing problem very similar to this old report:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=925597&group_id=22866
Using optimistic locking+commit C, every access to entity field generates db
query despite being in transaction=required method. The only notable difference
click on quote to view the part of the server.xml file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026756#4026756
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026756
___
"sshrestha" wrote :
|
|
|
|
|
|
|
|
| xxx.domain.com
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
cja987,
At least I got replies from you. No one seemed to care on the other forums. :((
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026754#4026754
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026754
_
Egads, nevermind ... I'd forgotten about the overloaded forms of
@Local/@Remote.
At any rate, you still need to ask on an EJB3 forum, or you'll get
misinformation like what you just got from me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026751#40267
Hi all,
I just upgraded my working webapps with Seam 1.1.5GA from Tomcat 5.5 to Tomcat
6 and I encountered this problem when starting up Tomcat 6:
After initializing Seam successfully, Seam starts to undeploying/destroying
application context and eventually closing the Hibernate session factory
Without knowing what your code is doing or how it is handling the ini file or
what output you are expecting to see, I could not make any kind of guess as to
what is wrong.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026748#4026748
Reply to the post :
htt
You need to read the EJB documentation. The JBoss EJB3 trailblazers are quite
nice. @Local and @Remote belong on your interface, not your implementation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026746#4026746
Reply to the post :
http://www.jboss.co
Sorry, I have been too busy updating the book to Seam 1.2.0 (but run out of
time for the Spring integration stuff). I have sent the final files to the
publisher. I believe the 3/9/07 version is very close to the final manuscript.
I do not have control over the Safari process. But I think they w
Both EntityHome instances should use the same conversation-scoped EntityManager
(a component named "entityManager" by default), so they'll guaranteed
participate in the same JTA transaction. No need to do any extra
"synchronizing".
View the original post :
http://www.jboss.com/index.html?mo
Hello all,
I orginally posted this question on 'JBoss User -> Beginners Corner' and 'JBoss
User -> EJB/JBoss' forums but got no response. I am hoping to get better luck
with this forum.
Can someone help me with a simple context lookup?
I have a session bean deployed within JBoss 4.0.4 GA AS, J
I tried this code to lower the JAX-WS client's connection timeout and it works
beautifully
|
((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_CLIENT_TIMEOUT,
new Integer(500));
|
Issue resolved.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
anonymous wrote : Where do you get that from? the SchedulerService in
That code is from the CancelTimersAction, in both 3.1.1 and 3.1.2 ...
-Signed: another newbie puzzling through timers... ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026734#4026734
R
xxx.domain.com
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026737#4026737
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
JBoss: 4.0.4
JVM: Sun J2SE 1.5.0_10.
Plattform: Fedora Core 4 Linux
I have added a second element in server.xml, but it throws a "Failed to map
vhost". I also have the vhost mapped in jboss-web.xml:
/
xxx.domain.com
Any suggestion is appreciated. This is what the second element looks
Hello all,
Can someone help me with a simple context lookup?
I have a session bean deployed within JBoss 4.0.4 GA AS, JDK 5. My EJB code is
as followed:
@Stateless
| @Local(AuthenticatorLocal.class)
| @Remote(AuthenticatorRemote.class)
| public class AuthenticatorBean implements Authentica
BTW s:fileupload is not working together with Ajax4jsf! Does anyone knows how
to make s:fileupload works in an "Ajax" way?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026733#4026733
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Seam ships with lots of good examples.
http://labs.jboss.com/portal/jbossseam
For general JBoss/JSF info, see http://jsf.jboss.org
Stan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026730#4026730
Reply to the post :
http://www.jboss.com/index.html?module
I am trying to use MTOM to send attachments. I am using wstools to generate
all components from an endpoint. I successfully run a test with a text/xml
type but I cannot use any others types including text/plain or
application/octect. The following is my endpoint and config file:
endpoint -
Hello Forum,
seam 1.1.6.GA
jboss-4.0.5.GA
ajax4jsf-1.0.6
Facelets
I have having some trouble with s:validate in a templated facelet.
My problem seems similar to the issue discussed in Oct/06
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93095
But there was no final solution posted t
Hello,
Thanks for you quick reply, these are related in the sense that are being
created/updated in the same page and a single SFSB currently supports the page.
Ideally we want to reuse the EntityHome (if somehow we get to handle 2
entities).
If we had two EntityHome for the same page we may n
Post the code you are using to instatiate the seam component
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026726#4026726
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026726
__
Use another seam bean (a controller) which has a the CRUD methods, inject in
the home objects, and call the relevant methods.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026725#4026725
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
Hello all,
Can someone help me with a simple context lookup?
I have a session bean deployed within JBoss 4.0.4 GA AS, JDK 5.
My EJB3 code is as:
@Stateless
| @Local(AuthenticatorLocal.class)
| @Remote(AuthenticatorRemote.class)
| public class AuthenticatorBean implements Authenticator {
"petemuir" wrote :
http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/mail.html#d0e8799
|
| Put an issue in JIRA if you need to send inside a java loop.
That's work for me, thanks !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026723#4026723
Re
"jbmp user" wrote : would you tell me where is this tutorial about
implementation with struts??
I think he's referring to this one. It is Struts, it's only that the business
logic is wrapped in a Spring layer.
http://wiki.jboss.org/wiki/Wiki.jsp?page=ShortStrutsTutorial
View the original post
the "Prepared for" stuff is all copyright material from O'Reilly, they
don't want you distributing early copies of it. I don't think you will get a
"final copy" via rough cuts. They still want you to buy the final release ;).
I was a bit disappointed in my last post because I got a versio
http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/mail.html#d0e8799
Put an issue in JIRA if you need to send inside a java loop.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026720#4026720
Reply to the post :
http://www.jboss.com/index.html?module=
anonymous wrote :
| Thanks for you help. As far as the Sample-Cluster message, we have two
Jboss clusters here, qa and dev, and each has two jboss servers. I had not
changed the name in the qa cluster and I was getting the message on the dev
cluster. Changing it in qa fixed that.
|
Wow,
Hello
I try to send multiple emails in a jsf backing bean :
| for (User u:getRecipients())
| {
|setCurrentRecipient(u);
|Renderer.instance().render(templatePath);
| }
|
That's work great for the first iteration, but for the next ones, i get
exceptions from the "m:from" tag
As this line says anonymous wrote : Caused by: java.lang.IllegalStateException:
could not locate rule file: /META-INF/security-rules.drl, it cannot find the
security-rules.drl under your META-INF subdir in your app. Is it there?
View the original post :
http://www.jboss.com/index.html?module=bb
The solution I found to my app was to create a JavaBean with login() and
logout() methods.
The login() is mapped using the http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026715#4026715
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026715
_
This seems like a fairly simple question. I've got a jsr-181 web service.
It's just some jars packaged in an ear. When I was using jboss-4.0.5
(installed through the installer using the EJB-3.0 config) all I had to do was
copy the ear to the default/deploy directory of jboss and the the conta
I noticed that I have commented out in the above pasted sample. But I
have tried with uncommented as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026711#4026711
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
Is this not possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026709#4026709
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026709
___
jboss-user mailing list
jboss-use
Now I moved my faultHandler to the global scope as shown in the purchase
sample. My compensation handler on the completed scope gets called now but the
inside faultHandler still never gets called.
| ...
|
|
|
|
|
|
|
If they really are unrelated, why not just use two EntityHome instances? If
they are actually related somehow, you can express the relation in
JPA/Hibernate terms as @OneToOne (or whatever your relation is) and get at one
object through the other -- no entityhome required.
@EntityHome seems t
A list of what? Take a look at the ui example
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026705#4026705
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026705
___
jboss-use
Hi,
I'm looking for info about how to configure ws-build.xml, bpel-build.xml and so
on to deploy a Bpel process as WS in document style.
Someone knows if is it possibile?
I learned how configure the target call-wscompile in ws-build.xml file, but I'm
not able to configure correctly the target
1 - 100 of 188 matches
Mail list logo