Hello,
I`m quite new to EJB and Seam som sorry for may be a stupid question.
EJB were created to be use with many types of clients. Java rich clients and
also Web clients for example. Advanteg of EJB is that if it is wel designed it
provides bussiness methods to Swing or JSP presentation layer.
See if this helps:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069498#4069498
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069498
__
Hi there,
don't know what's happening to me here... I just exchanged all seam jars with
the freshly built ones from CVS because of that "convertEntity-EntityManager
closed - bug" and now when starting up JBoss it's complaining that I didn't
give it the necessary JNDI pattern for the otherwise i
Hi,
I downloaded jbpm-jpdl-suite-3.2.1, and got the web-console.war found under the
deploy directory up and running in tomcat.
Does anybody know where I can find the source code for the web-console? I would
like to take a look at how it all works, and also make use of the web-console
Upload Se
Thank-you for the prompt reply.
I will try upgrading jgroups.
Would it be advisable to upgrade jboss-cache to SP4 as well?
[EMAIL PROTECTED] lib]$ java -cp jgroups.jar org.jgroups.Version
Version:2.4.1
CVS:$Id: Version.java,v 1.42.2.1 2006/12/04 13:57:06 belaban Exp $
His
Hello,
we try to run JBoss 4.0.3 on Solaris 9, on a 24 CPU Fujitsu/Siemens.
It works perfectly using Java 1.4, but with Java 1.5/1.6 the JBoss process
consumes up to 35% CPU time (8 CPUs of the 24 available!) during startup.
(We then kill the process(after 2/3 minutes), it would finally make the
That's clearly a bug in JGroups. I think I fixed it in 2.4.x. Which version of
JGroups are you running ?
java -cp jgroups.jar org.jgroups.Version
will tell you.
If you use 2.4.1.SP4, this will disappear (probably 2.3 already fixes this
issue too).
View the original post :
http://www.jboss.c
That worked! Thanks!
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069489#4069489
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069489
___
jboss-user mailing list
j
It looks like the interceptor isn't being hit, and I'm guessing it's a
packaging issue. Is your standard-jaxws-endpoint-config.xml inside the JAR
file containing your web services inside an EAR? Look at the packaging for the
seambay example to see how it should be.
View the original post :
h
Possibly, however I know that remoting doesn't work in standalone Tomcat
(there's a JIRA issue for it).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069488#4069488
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406948
Open up the .war file, fix the web.xml file, redeploy.
Follow up with a patch and log it in JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069485#4069485
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069485
"[EMAIL PROTECTED]" wrote : "samdoyle" wrote : It is being deployed in
GlassFish V2 build 56
|
| Ah I missed this bit before. It is possible that this has something to do
with remoting not working, however go ahead and send me your test case and I
can at least try it with JBossAS. If it w
I used SoapUI to issue the following request:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:com="http://com.twocoast.tcsc.web.service";>
|
|
|
| QUATTRO
|
|
|
and got the following response (no conversation Id):
http://schemas.xmlsoap.org/so
If the XML is to be a representation of the View then supply a different
renderer that produces XML from each UI component in the server side component
tree (JSF) and this will get called when JSF reaches the Render phase... or if
you just want to create XML then look at something like JDom whic
Port 1099 is used to locate the MBeanServerConnection, which needs to be
available to shut down the server using the shutdown script. Sending a kill
signal (in UNIX) or hitting ctrl-c also initiates clean shutdown.
Crashing or rebooting ... It could be OS, JVM as well as hardware related.
Updat
I am working with jboss 4.0.1 and EJB and all my ejb modules work
but when I changed to jboss 4.0.5 I got the following error
the plataform where I installed jboss is windows 98
type Exception report
message
description The server encountered an
What is the best way to generate XML documents (instead of html)
from Seam beans?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069471#4069471
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069471
Does Seam work with these "top 4" AJAX frameworks (see the article)?
http://www.infoworld.com/article/06/11/27/48FEajax_1.html
Here are the links to their web sites
Backbase http://www.backbase.com/
JackBe http://www.jackbe.com/
Bindows http://www.bindows.net/
Tibco GI http://www.tibco.com/de
Actually, SoapUI does support cookies. When you create a multi-step test case,
you can right click on the test case, select Options and then "Maintain HTTP
Session". It can also be configured to support the Seam conversationId in SOAP
header. See:
http://www.michaelyuan.com/blog/2007/07/31/seam
"samdoyle" wrote : It is being deployed in GlassFish V2 build 56
Ah I missed this bit before. It is possible that this has something to do with
remoting not working, however go ahead and send me your test case and I can at
least try it with JBossAS. If it works there, then I may be able to get
I've been using soapUI (http://www.soapui.org/) for some testing, though in my
limited experience I don't think it supports cookies. The web services test
page in the seambay example actually sends a web service request from the
browser, so it automatically gets cookie support (and therefore se
You currently can't specify a restriction on the "*" view like that (in fact
you should be using the login-required attribute anyway). There's an
outstanding JIRA issue to that effect:
http://jira.jboss.org/jira/browse/JBSEAM-1009
What happens when you move your restriction to a more specific
Thanks for all your help. I have used Karl's method and it is now working as I
would have liked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069460#4069460
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069460
Will do, I'll send you my project and ear tomorrow when I'm back in the office.
It is being deployed in GlassFish V2 build 56
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069459#4069459
Reply to the post :
http://www.jboss.com/index.html?module=bb
Can you confirm whether the conversation ID actually exists in the SOAP
response? (in the actual XML)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069458#4069458
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069458
Are you setting Seam.Remoting.resourcePath? View the end of the source for the
interface.js that is generated within your Seam app to see how this is set.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069457#4069457
Reply to the post :
http://www.jboss.com
Your code looks fine to me, and is about as simple as the HelloWorld example,
which definitely works. I'm guessing there's some other issue which I can't
determine from the code you pasted, so I really need to have a deployable test
case that reproduces the issue. You can send it directly to m
I've got rid of some exceptions by improving beginCall()
| if (!Contexts.isConversationContextActive()) {
| Lifecycle.beginCall();
| }
| if (!Contexts.isPageContextActive()) {
| FacesLifecycle.resumePage();
|
JIRA issue created: http://jira.jboss.org/jira/browse/JBSEAM-1748
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069452#4069452
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069452
_
Just confirmed this works for GWT 1.3.3, but not 1.4.10. I will open a JIRA
issue for this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069451#4069451
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069451
__
Actually I mean DHTML, not AJAX.
Anyway, in this case, it might be better for me to have a scrollable panel that
opens up, and provide a couple hundred number fields, and be done with it.
Easy to implement, and if we need something more advanced later, I'll change it.
View the original post :
Thank you very much, PeterJ! I hava downloaded the documents about jboss4.0.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069448#4069448
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069448
___
Um, off hand I think you would have to use some DHTML to do this and not
necessarily use AJAX. I never tried doing that before with JSF components so I
don't know how that would work since the the DHTML is primarily all client side
and JSF requires the backing beans and in Seam's case EJB.
View
Simple question here: A user has to enter a series of serial numbers on a form.
We don't know in advance how many serial numbers the user will enter. It
could be five or fifty.
What would be cool is if a new text field would get added when the last empty
one is filled in.
I'm sure there's so
I took the seam jars from version 1.2.1 and put them in the lib directory of my
project and built the project but I still get the same error. What am I doing
wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069445#4069445
Reply to the post :
http://
>From the JMX console, you can actually see where those open connections were
>created and, possibly, what thread created them. This should answer where
>you're leaking connections.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069444#4069444
Reply to the p
Yes, that is what I did so now I have a directory with the date. So now I take
all the jars in that dated directory and put them in the lib directory of my
project and then build my project?
Thanks for helping,
Kim
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
If you turn on DEBUG logging, you should be able to see the time deployment
started to completion based on the timestamp of the logging messages.
JBoss does several things while deployment:
* Unpacks .ear/.war deployments. (Use exploded jars to keep this from
happening.)
* Scans for various file
First, create a simple JSP that counts the number of requests (use
java.util.concurrent.AtomicInteger), then verify no requests are lost.
And then application code and functionality, and figure out the performance
issue. Likely, it's your backend DB that can't keep up.
View the original post :
On a fresh Seam from CVS and pristine JBossAS 4.2.1:
- Deploy the seam-ui example
- Select the s:selectItems topic
- Select the "Edit the continent/country relationship"
- Add some countries to Antarctica
- Click on Apply
- Select the s:fragment topic
- Select the s:selectItems topic again (you'll
RMI is slow, hence the creation of asynchronous interfaces such as JMS.
There may be certain instances you can cache, so subsequent calls can be done
using the same objects.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069439#4069439
Reply to the post :
h
That worked, thanks very much atao!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069438#4069438
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069438
___
jboss-user mailing
Just download the version you want and unpack it. Then use the jars
(jboss-seam.jar, etc.) in its root directory in your application instead of
your older seam version jars. If you need any of the jars in the /lib
directory on your classpath, use them instead of others with the same name you
What I have often done with entities is create a setter, such as
"setUnencryptedPassword" and made a getter (dummy) that is marked @Transient.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069436#4069436
Reply to the post :
http://www.jboss.com/index.html?m
I posted this message in other forums, but I figure this problem is really
centered around EJB3.
2007-07-25 11:14:41,313 ERROR [AbstractFlushingEventListener] Could not
synchronize database state with session
| org.hibernate.type.SerializationException: could not deserialize
| at
org.hiber
bumping in the hopes someone knows something about this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069434#4069434
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069434
_
btw you can't make cross domain ajax requests.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069433#4069433
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069433
___
jboss-us
Well, the problem is not during the message processing, but during the
transaction commit. Hibernate doesn't see the context classloader used in a
transaction commit, because the transaction commit happens outside the message
delivery handling. Or so I'm guessing.
View the original post :
http
How do I upgrade my Seam version? I tried to follow the few directions that
were on the jboss site but am still using the older version. Could someone tell
me what to do or point me to some detailed directions?
I really appreciate your help.
Thanks,
Kim
View the original post :
http://www.jbos
and what if:
ear/a.war/WEB-INF/classes/Messages.properties
ear/b.war/WEB-INF/classes/Messages.properties
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069429#4069429
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069
Thanks for your answers, I have another questions:
1.- When I developed applications with JSF I used a JSF/Spring/Hibernate
architecure using Managed Beans/Services/DAOs, the managed beans had the
presentation logic, the Services had the business logic and the DAOs had the
data access logic, it
I have an ear packaged as:
ear/
| a.war
| /WEB-INF/faces-config.xml
| a.jar
| /com/example/a/Messages.properties
| b.war
| /WEB-INF/faces-config.xml
| b.jar
| /com/example/b/Messages.properties
faces-config.xml in a.war has:
com.exam
Hey,
I upgraded to CVS version and the entityManager error stopped from hapening,
but I have encountered another issue,
when I add a search parameter to the EntityQuery that has a
tag, + the parameter within the myList.page.xml file,
submitting the form results a argument type mismatch
I ass
I've made some progress with this issue by adding
page action
action="#{myBean.beginCall}"
http://jboss.com/products/seam/pages";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jboss.com/products/seam/pages
http://jboss.com/products/seam/pa
How do I upgrade my Seam version? I tried to follow the few directions that
were on the jboss site but am still using the older version. Could someone tell
me what to do or point me to some detailed directions?
I really appreciate your help.
Thanks,
Kim
View the original post :
http://www.jbos
"magoicochea" wrote : 1.- How is persistence managed? Does it use EJB 3.0
persistence (I don't know much about EJB) or can I use hibernate? If it uses
Hibernate how is it implemented? As usual with Hibernate or does it uses some
kind of annotations for it?
Seam provides a Seam Managed Persisten
I'm trying to do something similar and I think I'm just getting more confused.
I have 2 portals and one portal needs to have the header links wrapped in divs
but the other needs them to be wrapped in a table.
Looking at the documentation and reading this forum makes me think that you can
only h
To answer your questions:
1. Seam works with either EJB3 or Hibernate. I'm using EJB3 in my projects
because EJB3 is a standard. I think that Hibernate itself is a bit more
powerful in what it can do. Under the hood, JBoss EJB3 is based on Hibernate I
believe.
2. Don't use Tomahawk. I trie
We only set the context classloader in one place and this is nowhere near any
message delivery code.
We also unset is immediately afterwards in a finally, so I doubt it is the
cause of your problem.
Earlier versions of JBM did set the context classloader in other places - what
version are you
Thanks Diego,
I appreciated your reply!!!
I had already resolved the problem, but you have cleared me the thing
ulteriorly.
Scusa, ma sei italiano?
Grazie comunque ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069410#4069410
Reply to the post :
Yes you could add your own interceptor (aspecy) on the server aop stack.
Take a look at the aspects that already exist e.g. SecurityAspect for an idea
of how to do this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069409#4069409
Reply to the post :
http:
Which version of Seam are you using? I wasn't able to get the remoting working
with the head version of 2.0.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069408#4069408
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
Hello everyone,
I have just come across JBoss Seam some days ago when I heard about it in an
announcement regarding Red Hat Developer Studio and it caught my attention.
I sill have some doubts about it:
1.- How is persistence managed? Does it use EJB 3.0 persistence (I don't know
much about EJ
I am trying to stream a PDF to a new browser window. I can get this to work,
but the strange thing that happens is that a new browser window gets opened,
but instead of the PDF geting displayed inside the browser window, it is opened
separately by Adobe Acrobat. So, the user is forced to close t
Nice one mate
i shall give it a go
*crosses toes*
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069404#4069404
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069404
___
jbo
Correction: when using selectPersonnel(Personnel p) with
#{applicationHome.selectPersonnel(personnel)}, it is NOT NULL. But the value is
always the value of the first row of the list, no matter what row you click on.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
By adding the following to my wars WEB-INF/web.xml
The warning disappered
| org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL
| true
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069402#4069402
Reply to the post :
http://www.jboss.com/index.html?mod
It's really a work in progress.
I just checked it againt Seam 2 cvs.
So, the code as it is...
All the calls go through MenuManager
| package org.jboss.seam.menu;
|
| import static org.jboss.seam.ScopeType.APPLICATION;
| import static org.jboss.seam.annotations.Install.BUILT_IN;
|
You could do this via components.xml but it would be quite verbose due to not
being able to nest components. If this is a static menu, then I would
ui:include a facelet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069400#4069400
Reply to the post :
http
How do I upgrade my Seam version? I tried to follow the few directions that
were on the site. Could you tell me what to do or point me in the direction of
some detailed directions?
I really appreciate your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Hi !
Thx for your reply. Will such features be implemented or are there some things
planed for the future ?
yours
arnold
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069398#4069398
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
s:fileUpload doesn't support the required attribute.
http://jira.jboss.com/jira/browse/JBSEAM-1683
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069397#4069397
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069397
___
So thats not Seam 1.2.1.GA but some older version.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069396#4069396
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069396
___
jbos
Feature ;) . Model and related classes shouldn't go into dev
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069395#4069395
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069395
_
Craig-
As already mentioned, 1.0.1.GA is *not* the latest in the 1.0 series.
Also, 1.2.0.GA is *not* the latest 1.2 release (1.2.0.SP2 is).
The latest GA release is 1.3.0.GA, and 1.4.0.CR2 will be out shortly followed
shortly after by 1.4.0.GA.
We simply do not have the time to give free suppo
This is the error:
An Error Occurred:
/ClassificationsEdit.xhtml @47,56 Tag Library supports
namespace: http://jboss.com/products/seam/taglib, but no tag was defined for
name: convertEntity
+- Stack Trace
com.sun.facelets.tag.TagException: /ClassificationsEdit.xhtml @47,56
Tag Library suppor
No, both would return an SMPC (getPersistenceContext can also return a Seam
managed hibernate session)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069389#4069389
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069389
So, post the whole error. Btw, you won't get very far asking for help being
that vague.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069386#4069386
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069386
_
http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#d0e12758
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069385#4069385
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069385
_
IIRC you can do:
taskInstanceListForType['LeTaskOPeril'].size
in recent (I'm not sure since when) Seam (this isn't standard in JSF)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069384#4069384
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Yes, I am using facelets, but am getting the error I mentioned. Do I have
something set up incorrectly? I thought I followed the directions on the jboss
site. I think I just typed ant from the 1.2.1 GA directory and it said that it
was successful. I don't know what else I was supposed to do.
I'd like to embed client-side Seam remoting calls on a static web page outside
of my
Seam application.
I have all the code for the "Hello World" Remoting sample application working
fine.
All the Seam remoting calls work properly when the page that serves it comes
from within the application.
I'm glad to hear about the time line :-).
Here's what I mean by templates. With Exadel Studio, I can save any project as
a "template". Then, I can create a New project using that template. Basically,
it just copies the project's resources from a .metadata folder, but it works
well for courses -
Dude
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89940
Nice one... sorry if its noobie question
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069375#4069375
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
in generate-entities target, add a hbmtemplate to create some
hibernate-console.cfg.xml file.
|
|
|
with template
|
| http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";>
|
|
| <#foreach entity in cfg.classMappings>
|
|
Gavin or Pete or anyone.
Just seen this thread
Whats the SEAM approved way of getting the size of
taskInstanceListForType['LeTaskOPeril'] in the view
Ive seen some people use http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069371#4069371
Reply to the post :
http://www.jboss.com/ind
I have a strange problem that I cannot seem to crack.
I have a stand alone client connecting up against a JBoss on a Linux Suse
machine. All local traffic.
he very first lookup through JNDI takes _ages_ (~2-3 mins) and afterwards it
just blazes through with no issues.
Been trawling the forums
Hi everybody its me Dr Nick!.. no no no no no
quick question whats the best way to display the size of this list without
having to write a backing bean
also, what is going here, how is the string being passes back to the component
#{taskInstanceListForType['ap_approve_cr']}
Cheers ever
I need to write a small j2ee application that I can deploy on jboss, weblogic
and websphere. This application needs to run alongside customer's any other
application already running on the application server.
My application will have a need to persist some simple data. I am looking for
suggest
I've been trying and trying but cannot do a simple thing like this:
|
|
| action
|
|
|
|
where applicationHome is generated by Seam-gen and modified a bit
| @Name("applicationHome")
| public class ApplicationHome extends EntityHome
| {
| ...
|
Hi,
We are using Jboss 4.0.5 in a cluster. We are experiencing deadlock within the
Jboss Cache, which is causing out of memory problems on the server. The Jboss
Cache Version is 1.4.1SP3 (bundled Cache for jboss 4.0.5). We only expirience
this issue when BUDDY replication is enabled.
The thr
great , can u give me a tip how to implement it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069352#4069352
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069352
___
jboss-
See http://jira.jboss.com/jira/browse/JBSEAM-994
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069351#4069351
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069351
___
jboss-
why not.
IMO a better trick would be to use hibernate custom value types for the foreign
keys. Then it will be easy to check these types in the template.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069349#4069349
Reply to the post :
http://www.jboss.c
Here are the files.
I used JBoss AS 4.0.2.GA and Portal 2.6.0.
package com.portlet;
| import java.io.*;
| import javax.portlet.*;
| public class PlainRenderPortlet extends GenericPortlet {
| @Override
| protected void doView(RenderRequest request, RenderResponse response)
|
"[EMAIL PROTECTED]" wrote:
anonymous wrote : If there are any issues you want me to look at, please post a
link to them in this topic.
I got one...
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114926
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Very good, Sandello. I had this problem, I removed log4j.jar from my
application on Jboss and it startup without problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069339#4069339
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
Regarding getting the EM from JNDI, see:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=113694&postdays=0&postorder=asc&start=10#4069334
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069338#4069338
Reply to the post :
http://www.jboss.com/
Hi,
If I call Identity.instance() from a servlet or a filter I get the following
IllegalStateException.
I assume I 've miss configured something... Any Ideas?
| java.lang.IllegalStateException: No active session context
| at org.jboss.seam.security.Identity.instance(Identity.java:106)
Well, since your EjbLocator class is not itself a Service (Stateless EJB or
JMX), you can't inject into it. It's just a POJO; there's no way for the
container to know that it should be scanned for dependencies or injection.
So you can do one of a couple things:
1) Make your EjbLocator itself a
1 - 100 of 341 matches
Mail list logo