Thx for your help
Yes I use hibernate.hbm2ddl.auto = update but I did not try to use
InheritanceType.JOINED. That was the problem. If I change it, it works fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036613#4036613
Reply to the post :
http://www.jbo
but I can it works if I deploy EJB to windows server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036609#4036609
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036609
___
j
EJB is deployed in on linux server(read hat AS 64bit Ver), then I invoke it in
antother server(windows or linux), it reposts exception:
aused by: org.jboss.aop.NotFoundInDispatcherException: Object with oid:
jboss.j2ee:jar=ufmobile_platformStreetEjb.jar,name=DataSynSessionBean1,service=EJB3
wa
Hello javasmith,
not too much, but I think you can use microcontainer instead. It supports most
of the features (JNDI, JTA, JCA, Timer)
Petr
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036605#4036605
Reply to the post :
http://www.jboss.com/index.html?m
Instead of running ant manually, try this: "cd" to the build directory and run
"./build.sh". This will use the built-in Ant utility. (I have successfully
built 4.0.5.GA using JDK 1.5.0_11 on FC6 following those steps.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
The example binding service file is located at
docs/examples/binding-manager/sample-bindings.xml. (Hmm, did you install using
the JEMS installer? If so, I'm not sure if you even get the docs directory. If
you don't have docs, try downloading and unzipping the zip file instead, I know
it is ther
Without the stack trace that would tell us what the error is? No.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036602#4036602
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036602
_
I tried out callback mechanism to overcome the problem...
Still i could not able to solve that problem.
will tell you the scenario and also tell you what i did to implement callback
mechanism
MachineA - machine with LAN Card-A,IP Address-172.19.6.6
MachineB(acting as DHCP) - machine with LAN Ca
Dear all,
would it be possible for components.xml broken down into several files. Because
if I have a large scale apps and I rely so much on framework, my components.xml
will be so bloated. Does anyone knows the workaround for this?
Thanks in advance
View the original post :
http://www.jboss.
I had the following in a SFSB that worked until I upgraded to Seam 1.2.1.
| @Out(scope = ScopeType.CONVERSATION, required = false)
| @DataModel(value="dosRecordPend", scope=ScopeType.UNSPECIFIED)
| private List dosRecordPend;
|
This was obviously an error on my part, but caused
1.i had a application which is runing well when i am using the
faces-config.xml, for example the login page:
/pages/input/login.jsp
login_success
/pages/input/mainpage.jsp
The application is not redeployed when you update one of the JSPs. Instead, you
simply get the updated JSP. If your browser tends to cache pages, you might
have to hit the refresh button on the browser to get the updated page. Though I
think that this happens to me only when updating static cont
We are experiencing intermittent errors during our testing of a pageflow. The
stack trace provides little information (that we can use or understand) to help
us in identifying the source of this issue. The stack trace does not refer to
any code written by us. We are looking for advice on how
I have downloaded ant1.6, and tried to build Jbossas from the source
jboss-4.0.5.GA-src.tar.gz, i am using RHEL4, Jdk path in etc/profile
#java
JAVA_HOME= /usr/java/jdk1.5.0_11
PATH=/usr/java/jdk1.5.0_11/bin:$PATH
CLASSPATH=/usr/java/jdk1.5.0_11/lib:$CLASSPATH
#ANT1.6
ANT_HOME=/home/servers/java/a
I am using a very similar setup. So hopefully it will go that way for me.
I am mainly switching due to JBoss's direction and the lack of development with
MyFaces.
What technical advantages are there with JSF 1.2 in the context of a Seam
application?
Are there any tricks or new functionality t
dj-
When you created the bean that manages the dialog, did you use a Seam managed
bean or did you create a backing bean entry in faces-config.xml?
I'm using the Seam @Name and getting a wicked error when I click on the button
to initiate the dialog.
Thanks for any insight.
Chris
The spec
Hello sirs.
I try call page someAction.xhtml that mapped to seam component someAction.
Everything fine except of enum convertion.
| enum TypeEnum {
| type1
| }
|
| @Stateless
| @Name("someAction")
| class SomeActionBean implements SomeAction {
|private long id;
|
Forgot to mention, I am using Seam 1.2.1 with a4j / Richfaces on JBoss 4.0.5
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036589#4036589
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036589
__
I can confirm that even with a quite sizable real world application the switch
to 1.2 RI went fairly seamlessly ... or would it be seamfully in this case? You
get it... ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036588#4036588
Reply to the post :
htt
Someone's submitted a patch to fire the onchange event, I'll try to get it
applied in CVS sometime today.
http://jira.jboss.org/jira/browse/JBSEAM-1164
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036587#4036587
Reply to the post :
http://www.jboss.com/in
Deploy the entity Bean ,the jboss AS print the infomation:
[ServiceController] Problem starting service
jboss.j2ee:jndiName=ejb/User,service=EJB java.lang.NullPointerException
How to deal with this problem
Thank you !
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
We did finally get something working. The secret was to upgrade to JBoss
4.0.5, and, when installing it, to enable "deployment isolation/call by value".
I'm not sure if upgrading was really necessary or just installing JBoss 4.0.4
with "deployment isolation/call by value" enabled would have do
Yes, this is mentioned as the top static post in this forum... although I can
imagine the topic is somewhat unclear in this context:
anonymous wrote : console url changed to http://localhost:8080/jbpm-console
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403
Well, I took today's build and still have the same problem...
The email template is defined as followed:
|
| http://www.w3.org/1999/xhtml";
|xmlns:m="http://jboss.com/products/seam/mail";
|xmlns:h="http://java.sun.com/jsf/html";
|xmlns:f="http://jav
The seam manual contains instruction about running the Seam examples in JBoss
using the JSF 1.2 RI. The conversion of the booking example works fine.
However, the same conversion for the registration and numberguess examples does
not work for some reason. The message is The requested resource
Have you developed this application with hibernate.hbm2ddl.auto = update?
If so, you have probably old constraints lying around from the time when you
used InheritanceType.JOINED. Either clean them out manually or drop the whole
schema and have it recreated.
Regards
Felix
View the original po
It appears something is going wrong here. Hibernate is throwing an exception
because it can't persist a UnpersistableInstance. I assume an unpersitable
instance shouldn't get to this point.
| aused by: org.hibernate.HibernateException: instance not of expected entity
type: org.jbpm.context.
Without my crystal ball I will not be able to tell you what
| model.Vistacalificacionadjudicacionproveedor.codigo_proveedor
|
looks like. But maybe you are enlightened...
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036553#4036553
Re
|
| http://java.sun.com/xml/ns/persistence";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd";
| version="1.0">
|
| org.hibernate.ejb.HibernatePersisten
Seam CVS (examples and seam-gen) is now running happily on AS 4.2.0.CR1 - take
a look at one of the examples - afaik:
* Change the listener in web.xml
* Remove el-api/el-ri for jboss-el (el-api is distributed with 4.2)
* Add commons-collections and commons-beanutils if you use a4j (best to use th
Hi John,
Do this:
| HashMap clientConfig = new HashMap();
| clientConfig.put(InvokerLocator.FORCE_REMOTE, "true");
| Client client = new Client(serverLocator, clientConfig);
| client.connect();
|
View the original post :
http://www.jboss.com/index.html?modul
Thank you Wolfc!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036546#4036546
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036546
___
jboss-user mailing list
jboss-user@lis
Dear JBoss experts,
I tried my own "hello world" with EJB3 on JBoss 4.0.5GA today. But when I
invoke a method on my SLSB, I am getting this stack:
[java] log4j:WARN No appenders could be found for logger
(org.jboss.security.SecurityAssociation).
[java] log4j:WARN Please initialize th
Try:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=132063
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036544#4036544
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036544
___
I guess I will try the JSF 1.2 upgrade in 4.0.4. I am still using 4.0.4
because I ran into some of my HQL queries not working with 4.0.5. I never took
the time to investigate and correct this issue and my app will not deploy on
4.0.5.
I will take time to migrate to 4.2 though.
View the ori
As far as the JSF RI 1.2
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html_single/#d0e2067
I am not sure how this applies to JBoss 4.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036542#4036542
Reply to the post :
http://www.jboss.com/index.html?modul
This is weird . But you can see the Booking Seam example which uses Ajax4JSF,
and check what you have different.
By instance in that example you have aregister.xhtml page and you can change
this part:
|
|
|
to this one:
|
|
|
|
That should work.
I took a look that ex
I'm running some unit tests that create both client and server in the same VM.
I see that Jboss/Remoting is smart enough to not send messages over the wire if
it detects this - it uses intra-VM calls when both client and server are in the
same VM (via MicroRemoteClientInvoker it seems).
However
Thank you very much for the reply!
This worked very well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036539#4036539
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036539
__
No, it still doesn't work. I made a real simple xhtml page:
|
| http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
| http://www.w3.org/1999/xhtml";
| xmlns:a4j="http//ajax4jsf.dev.java.net/ajax"
| lang="en" xml:lang="en">
|
| Test
|
|
|
|
Hi
When I deploy my ear file i have got the stacktrace:
21:58:06,703 INFO [Ejb3Configuration] found EJB3 Entity bean:
airport.bean.entity.Airplane
21:58:06,703 INFO [Ejb3Configuration] found EJB3 Entity bean:
airport.bean.entity.Airport
21:58:06,703 INFO [Ejb3Configuration] found EJB3 Entity b
Sorry, forgot to mention which file I modified.
It's the calendar.js file included in the seam-ui.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036521#4036521
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=403652
Just curios, but I'm attempting to add ajax support to my textField that is
populated with a date from the SelectDate component. Normally, I would attach
an http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036520#4036520
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
I am quite excited to switch to both JBoss 4.2 and JSF 1.2.
I have a large application that is currently using Seam 1.2.1.
Could someone comment on issues with migration from 4.0.4 to 4.2 and from
myfaces 1.5 to JSF RI 1.2 is the context of a Seam app?
I am using Tomahawk, which i am weeding ou
I wish to have this popup constantly up,so that I can use to open dates on the
page, Now i have tried to the Calendar.js in the Seam directory and other files
to make it visible all the time,
I attempted to rebulid seam with ant,I produced the relevant jars,These then
replaced the old ones, Howe
Is there a way to validate xhtml (facelets) against seam beans at compile time?
Currently if someone mistypes property name he would get a runtime
exception which can be undetected unless it is tested.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40365
Per the instructions here:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html I've bundled my
context.xml file with my .ear file but it doesn't seem to be loading. I have it
bundled in the .war in META-INF.
Contents of context.xml
|
|
|
|
When this code fragment is placed
If I run run.bat for default with it's port set to ports-default it works. If I
run my second server and it's port set to ports-01 it seems to work. When I try
setting up JBoss as a service it doesn't work for either one of these servers.
I've read a few docs and some knowledgable people mention
I haven't got that far yet :( I guess the JTA will need to be hooked-up
manually...
Alex
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036496#4036496
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036496
Looking at the javascript code generated, you should be able to define a div
with id=datepicker and it will be used to draw this component.
Hope this helps.
-Joseph
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036494#4036494
Reply to the post :
http://www.
Quick question. What are you doing for transactions in integration tests in
Seam without the microcontainer? If you're doing integration tests.
Mike
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036493#4036493
Reply to the post :
http://www.jboss.com/ind
In our legacy J2SE environment, our application's JVM served up a very basic
webpage that allowed us to dynamically alter the log4j Logger levels at
runtime, without editing any log4j configuration files. The webpage was simply
a form that listed all of the Loggers in the JVM in a hierarchical t
Actually, if your internet connection is active, maybe you need to configure
the right proxy settings to startup your Application Server.
In this page, there's a list of options showing how to setup the proxy settings
for some Server Applications like JBoss, Tomcat, Orion and WebLogic:
http://c
"wolfc" wrote : @javax.annotation.EJB should be @javax.ejb.EJB
|
| http://jira.jboss.com/jira/browse/EJBTHREE-608
This was the culprit!!!
I've been looking for JBoss 404->405 migration guides. I should have looked for
EJB migration guides:
http://wiki.jboss.org/wiki/Wiki.jsp?page=FromRC8R
Actually, if your internet connection is active, maybe you need to configure
the right proxy settings to startup your Application Server.
In this page, there's a list of options showing how to setup the proxy settings
for some Server Applications like JBoss, Tomcat, Orion and WebLogic:
http://c
My jboss version is 4.0.3SP1
I renamed my cluster name to myDomainCluster and got runtime error indicating
not able to find the partition while jboss was starting up.
I fixed the problem by annotating all of my session beans with
@Clustered (partition="myDomainCluster"). It worked well, but I
"wolfc" wrote : @javax.annotation.EJB should be @javax.ejb.EJB
|
| http://jira.jboss.com/jira/browse/EJBTHREE-608
Brilliant, let me try
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036479#4036479
Reply to the post :
http://www.jboss.com/index.html
I think I may spot the problem after reviewing my build.xml -- I was linking to
libraries in 4.0.4 where you can find jboss-ejb3x.jar which contains
javax.annotations.EJB.
In 4.0.5 javax.annotations.EJB is nowhere to be found. Where is it?
I haven't confirmed that this is the problem, because
Using the archtypes mentioned above, there are still problems incorporating
EJB3 with jetty, it seems it's still on the TODO list.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036476#4036476
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
@javax.annotation.EJB should be @javax.ejb.EJB
http://jira.jboss.com/jira/browse/EJBTHREE-608
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036477#4036477
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036477
Small error in the jboss-service.xml: it should be test.TestService
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036472#4036472
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036472
___
I've been testing two aspects: stateless beans and MBeans.
Here is all the code:
SomeBean -- stateless bean, it will be injected into TestBean.
package test;
|
| @javax.ejb.Stateless
| @javax.ejb.Local(SomeIntr.class)
| public class SomeBean implements SomeIntr
| {
| public String
Hi,
In CVS, if I do ant deploy.tomcat in any of the examples, I get a :
java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
Also, it looks like the myfaces jars have been removed ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036470#4
Here is my JSF Code.
|
|
| http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
| http://www.w3.org/1999/xhtml";
| xmlns:ui="http://java.sun.com/jsf/facelets";
| xmlns:h="http://java.sun.com/jsf/html";
| xmlns:f="http://java.su
any updates , please help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036465#4036465
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036465
___
jboss-user mailing list
jboss
Hi
I am new to JBOSS
Some how i got the jboss configured and every thing works on production
A stateful session bean gives me error as below
javax.ejb.EJBException: Could not passivate; failed to save state
| at
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.passivateS
Assuming I have:
@ApplicationException(rollback=true)
| public class MyException extends RuntimeException
and
public class MySpecialException extends MyException
...should I expect MySpecialException to rollback the transaction when
encountered? Or does it also need its own annotation?
S,
I have a situation where I would like to have a selectDate component, but not a
textfield to manually enter a date. I've tried a few approaches and non have
had the desired result. The main issue is that without a textfield, this
component appears to not know where to place itself and just pla
Hi, i've followed the steps to user mysql instead of hypersonic, i can upload
process, and work with them, but i'm keep getting this error:
13:13:49,906 WARN [JDBCExceptionReporter] SQL Error: 1064, SQLState: 42000
| 13:13:49,906 ERROR [JDBCExceptionReporter] You have an error in your SQL
syn
Hey there,
Suppose you have a Stateful bean called "PersonManager" that handles both the
CRUD and search features for the "Person" entity. I'm using Session scope. I
have the following in the "PersonManager"
| @DataModel
| List people;
|
| @DataModelSelection
| Person selectedPerso
I have a weird problem using pageflows. I have a h:commandLink in a datatable
that has an action pointing to a transition in a pageflow. When just the
action of the commandLink is set, the form never gets submitted and hence my
DataModelSelection component is not set. When I throw in an arbit
I'm running JBoss 4.2.0 CR1. This is a result of the fix to JIRA issue
EJBTHREE-424. In BaseSessionProxyFactory.substituteSystemProperty, the
StringPropertyReplacer is used to allow the substitution of a partition name
for the @Clustered annotation. However, if there is no such annotation in the
Hi, i'm trying to deploy a EJB3-JSF web application developed with JDeveloper
10.1.3.2. I'm using Oracle's EJB implementation (Toplink)
I have added all the required jars:
jnpserver.jar
jbossall-client.jar
jboss-client.jar
jboss-common.jar
jboss-ejb3.jar
jboss-aspect-library-jdk50.jar
Howe
thank you very much...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036449#4036449
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036449
___
jboss-user mailing list
jboss-us
Well it's me again with a question for using @Inheritance
Well I got one super Entity:
| @Entity
| @Table(name="users")
| @SequenceGenerator(name = "user_sequence", sequenceName = "user_id_seq")
| @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS)
| public class User implements Ser
Here's the method that would do what you need.
| private void testSubscriptionsList(String destName, String type) throws
Exception {
|
| QueueMBean queueMBean = null;
| TopicMBean topicMBean = null;
|
| try {
| /
"scottlong" wrote : Thanks very much Adrian.
|
| If i might ask one more question... regarding: anonymous wrote : the remote
connection does not take part in any transaction context established on the
client
| ... does this mean that even direct calls to Connection.commit() and
Connection
OK this is what I discovered:
The "Could not update IN parameter to be INOUT..." error comes from
processOutputDocElement method inside JAXRPCMetaDataBuilder class. The
processOutputDocElement is called from
anonymous wrote :
| buildParameterMetaDataDoc(OperationMetaData opMetaData,
WSDLInte
Thank you very much, how can i do it programaticly?
Thanks again...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036443#4036443
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036443
__
Fundamentally they're the same. SecurityInterceptor treats the @Restrict in
exactly the same way, no matter whether it's specified on the method or the
class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036442#4036442
Reply to the post :
http://www.jbos
I am having some difficulties regarding this as well.
Basically now that I have my own Invoker, I need to add a new InvocationLayer
to jvm-il-service.xml to call my Invoker. I believe this means I need to create
my own ConnectionFactory and XAConnectionFactory that the new InvocationLayer
is bo
Hi,
I'm having problems with my VOs in XDoclet.
I can generate my VOs allright, and using them on client side is a great releaf.
When receiving VOs back from client, I would like to update the bean by calling
setXXXValue(vo) in the bean, but because the CMP layer doesn't set the pk
automaticall
You mean subscriptions, right?
Go to the JNDIView of the relevant Topic and invoke listAllSubscriptions() to
get the list of all subscriptions.
Thanks
Madhu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036438#4036438
Reply to the post :
http://www.jboss.
tazman, you should be able to send async now
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036435#4036435
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036435
___
jboss-user
Hello, is it possible to get the number of subscritor of a topic?
Thanks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036434#4036434
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036434
__
Hi All.
Can somebody explain please how can I do the following: I wish to invoke, from
a service bean in one node of my cluster, service beans in different nodes (one
bean in each of the nodes in my cluster).
How can I do that?
Thanks.
View the original post :
http://www.jboss.com/index.html
Forgot to say... Im using version 1.2.1GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036429#4036429
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036429
___
jboss-user m
I had this DataModel bound to the conversation scope
| @DataModel
| public List getStepList(){
| return useCase.getSteps();
| }
|
All worked just fine until I changed the association type from List to Set and
updated the code to:
| @DataModel
| p
Where in the heck does one find the sample-bindings.xml file? I've been trying
to set up multiple servers each on the same machine but using different ports
and a few places I noticed reference to this file but can't find it anywhere. I
had tried to copy my default directory (under server direct
Im facing a similar problem.
When an AuthorizationException raises:
Using @Restrict at the class level gives me the default error page.
@Name("sphconsullanEditor")
| @Stateful
| @Restrict
| public class SphConsullanEditorBean implements SphConsullanEditor {
| ...
|
Using @Restrict at th
Assuming you mean for s:convertEntity then you need to do, for each extra
EntityManager:
components.xml
|
|
foo.xhtml
|
|
| http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036420#4036420
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Is there a way to specify more than one EntityManager for use by this component?
Has anyone done this yet?
I have a project that makes use of more than one EntityManager accessing
multiple databases.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036417#4036
Doh! Missed the README - thanks for the prompt response.
Just as an aside, the SSO integration is quite closely coupled with J2EE HTTP,
and we have requirement to have single-sign on between non-HTML/HTTP and
HTML/HTTP JBoss-bound applications. i.e. non-HTTP WS where session management
is being
Try adding the following jar files in server/default/lib :
tomcat-apr.jar
tomcat-coyote.jar
tomcat-http.jar
tomcat-util.jar
These are included in the jbossweb-tomcat55.sar directory.
(see http://jira.jboss.com/jira/browse/JBAS-2766)
View the original post :
http://www.jboss.com/index.html?modul
Hello to all,
I was wondering what the syntax is for passing a parameter in a jsf method
call. I have a page flow where I want to set an attribute of my bean before
displaying a page:
"Registrant" is a literal string.
In the bean I have this method:
pub
Thanks Tim,
When will the fixed code release? Is it just another
jboss-messaging-client.jar?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036412#4036412
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036412
___
Thanks. I don't know how to put it in the WIKI either but if 1144 get's
rejected then I'll figure out how.
Mike
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036410#4036410
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Hello!
I am making a portal page and I'm trying to implement a jsp page with JSF tags
in a portlet, when i try it out I get the following error.
org.apache.jasper.JasperException: Exception in JSP: /WEB-INF/jsp/view.jsp:9 6:
7: 8: 9: 10: 11: 12: Stacktrace:
Anyone who knows what the problem mi
Hi all.
I'm working with a cluster, and I wish to have a notification broadcaster that
is HA-Singletone, that will send notifications to listeners in each node. I
also wish for each node to have access to the broadcaster, to send it a
message, that will be forwarded to all of the listeners.
I'
Umm... I'd rather post it here, you can copy it later to Wiki if you know how
to do it ... as I don't :(
Note: each of the JTA implementations used has its own problems: JOTM doesn't
automatically shutdown with Tomcat; Atomikos has its own log framework that is
a pain to configure (they promise
1 - 100 of 217 matches
Mail list logo