THANKS HainBloed!
Sometime you did not to see the wood for the trees!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982577#3982577
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982577
_
Hi all,
I dont want let others find the database connection information(such as
username,password etc...) of the *-ds.xml file in the jboss folder,so I want to
encrypt such informations. Or is there another way to avoid this.
any advice is appreciated!
View the original post :
http://www.jbos
Ok, i know it may sound complicated, but that kind of configuration, ie keeping
well separated the installation from the configuration/customization part was
the only way to obtain that Jboss was accepted in the production environment
and i'm really sorry that with eclipse and Jboss in 2006 i'm
The config looks okay. Can you try this with the JGroups standalone program ?
http://wiki.jboss.org/wiki/Wiki.jsp?page=TestingJBoss
It appears that you get traffic from 2 different clusters: "sb1585 and
"tomcat=sb1585". Which name does your cluster have ?
View the original post :
http://www.jb
You want the JEMS installer bundle. It includes JBossAS-4.0.5.GA, EJB3 CR9 and
Portal 2.4 GA.
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982573#3982573
Reply to the post :
htt
What shall I do ?
Thanks in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982572#3982572
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982572
___
jboss-user mailin
when I use Interceptors to do something, want to call statefull session Bean
information, how can get the information.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982570#3982570
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
"kukeltje" wrote : Did any of you guys look at the examples/testcases docs
etc...?
|
| Tip: create an action that takes parameters from the definition and on
creation of an instance stores this definition data in the instance... it's so
simple. just experiment a little.
i dont think its
Hello,
>From the error I guess that, you are running JBoss AS at Windows OS and you
>are not running run.bat at the right location.
>From which path you are executing the run.bat file?
Which version of JBoss AS you are using?
For example,
If you have installed JBoss AS in the location C:\
Hello,
From the error I guess that, you are running JBoss AS at Windows OS and you
are not running run.bat at the right location.
From which path you are executing the run.bat file?
Which version of JBoss AS you are using?
For example,
If you have installed JBoss AS in the location C:
Please help me,
when i am executing run.bat file i get error : 'findstr' is not recognized as
an internal or external command,operable program or batch file.
what can i do?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982564#3982564
Reply to the post :
Please help me,
when i am executing run.bat file i get error : 'findstr' is not recognized as
an internal or external command,operable program or batch file.
what can i do?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982563#3982563
Reply to the post :
h
Hi,
I have a simple EJB3.0 application and I want to pre-populate the database with
some entity instances. How do I do this?
Thanks a lot for your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982562#3982562
Reply to the post :
http://www.jboss.co
Can these paramters be tunned in some way. I am running java 1.4.2_03
on a solaris 7 server.
java -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360
-Dsun.rmi.dgc.server.gcInterval=360 -Dprogram.name=run.sh
-Djava.endorsed.dirs=/export/home/jboss-4.0.4.GA/lib/endorsed -classp
We are having some performance issues on production , specially on the JBOSS
side., How do I monitor JBOSS and check the bottle necks.
thanks,
hunki
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982560#3982560
Reply to the post :
http://www.jboss.com/inde
Oops! Sorry, RPCManager doesn't do what you need to do. As a matter of fact,
with JGroups 2.3 multiplexer, you could have created a multiplexer stack and
create your own RPCManager and then have both RPCManager and Cache to share the
same channel. However, this process is not straightforward for
You actually bring up a good point about not wanting to use JAAS.
Although I recommend JAAS for obvious benefits (standard, identity propagation
through various layers in the container etc)
if some light weigh app wants to do custom login behavior, maybe there might be
value in creating a contr
Wow, I get to answer my own question for a change:
The validation error was resolved when I read the example by Mr. Muir. I had to
override the equals method:
| @Override
| public boolean equals(Object obj) {
| if (!(obj != null && obj instanceof Room))
|
Basically, when a user is authenticated on WebApplication A, the only way
WebApplication B can tell is through what we call a SAML token that is
propagated in the form of a http cookie.
Now, if you wish to do authentication in a non-JAAS way still using the
LoginProvider, you will have to write
hi,
im using jboss4.0.1 with MyEclipse3.0.8.
im trying to configure jboss with db2 and also looking up jndi name..
for this i did some of the procedures.
in db2-ds.xml i mapped as
DB2DS
jdbc:db2://thapovan1:5/EMPLOYEE
COM.ibm.db2.jdbc.DB2Driver
administrator
thap
hi,
im using jboss4.0.1 with MyEclipse3.0.8.
im trying to configure jboss with db2 and also looking up jndi name..
for this i did some of the procedures.
in db2-ds.xml i mapped as
DB2DS
jdbc:db2://thapovan1:5/EMPLOYEE
COM.ibm.db2.jdbc.DB2Driver
administrator
thap
Hello,
Can I get JBoss 4.0.5 in installer format as JAR to be able run it locally to
install JBoss?
I'd like to store JBoss 4.0.5 locally that other developers can install JBoss
from LAN instead downloading 70 Mb for every installation.
Thanks.
View the original post :
http://www.jboss.com/i
Hi Sohil
I agree with you it makes regarding own LoginProvider on each machine.
Again I am really sorry for my ignorance though I looked at jboss_sso_test
directory what I am not able to figure out is this. I still need some
clarifications, I hope I am not annoying you.
Let say suppose I hav
Using Jboss-4.0.1...
We are serving up a straight xml (actually a wsdl) file in our production
system. Some of our client applications are misbehaving (probably because
behind a firewall), thinking they are repeatedly failing, retrying and hanging
on to our connections for what seems to be up
This just says it encounters a lock timeout. Currently the write lock owner is:
GlobalTransaction:<"IP ADDRESS:PORT">:191 and the caller thread is
"caller=Thread[WebContainer : 0,5,main]".
How do you use the cache specifically? Does this happen every time?
View the original post :
http://www.
Like Brian mentioned, you should not see JGroups classes being
serialize/marshalled. My guess is your POJO somehow has reference to the cache
itself and thus causing it to serialize?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982546#3982546
Reply to the
Also to add to the logic behind Identity Manager abstraction.
Not all Federation setups can have partners sharing the same Identity Store.
Typical examples being, legacy applications that are islands in themselves, or
integration with external systems like business partners etc.
In that case ea
Thank you for your replies.
I am currently doing my final year project so i am wondering can i use the
starter kit for my workflow system and then modify it (process definition)
according to the needs of company. I am thinking of embedding the starter kit
in the company system. By the way, I h
anonymous wrote :
| If I write JAAS based Authentication in my application where exactly I can
link it with JBoss SSO. Also as per my understanding the Identity manager shd
be on one central server and rest of the application on remote server should
contact identity manager to validate any us
Hi All,
My team is interested to have JBoss Certifications as - JBoss Certified
Administrator.
Could some please help us regarding this?
We are looking for some sample questions and answers dumps.
Your help is appreciated.
Regards,
Rameshkumar
View the original post :
http://www.jbos
Thanks for that. After going through the movie again to point out the problem
areas I just realized that I was choosing the "JBoss" folder under server type
as opposed to the "JBoss Inc" folder. I assume that would explain why the
behavior I was seeing was so strange and that the non-AS serve
Go to the appropriate forum with information on what you did and what you tried.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982539#3982539
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982539
__
What process is using 8080? Find it and kill it before starting your server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982537#3982537
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982537
__
Your suggestion works. Thanks for your help. - Rameshkumar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982538#3982538
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982538
What's the version? If it's recent, those stats probably should have been made
serializable and I would file a bug.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982536#3982536
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
Your kludge is unnecessary. You should be able to use:
@Create @Begin(flushMode=FlushMode.MANUAL)
| public void create() {}
If this does not work, please let me know, because it would be a bug in Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982532#
I'm a dunderhead -- not that this is a big surprise to anyone. It had nothing
to do with transaction isolation levels, and everything to do with needing to
set flushMode=MANUAL when beginning the conversation. Once I did that,
everything works as expected, and entities aren't flushed until I a
Hi Sohil
Thanks for your response, But I am confused now
As discussed in documents I wrote my own LoginProvider where I validate
username and password, Now in that code I do not use any kind of JAAS
LoginModule and I am not setting any Principal in the subject after validating
user.
If I wr
Hi!,
I am trying to develop a web application usign Jbpm. But I little lost about
how generate radio buttons and drop-down list with the new forms generation.
Any advice about that?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982509#3982509
Reply
I run my schedule component on seam-CVS.20061101 and got the following
exception. The schedule component is from Tomahawk. When I changed back to seam
1.0.1, the exception disappeared.
2006-11-01 19:12:55,147 ERROR [org.jboss.seam.servlet.SeamExceptionFilter]
uncaught exception handled by Seam
I suspect this has something to do with Seam wrapping a component method call
in a transaction. I know EJB3 supports View entities but Seam transaction
wrapping makes me think it's not possible here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982507#3982
anonymous wrote :
| 1) What I would like to know is why I have to setup the JAAS module
|
| I have written my own LoginProvider and I am authenticating user, also the
roles changes quite frequently. As The Loginprovider getRoles method solves my
purpose and i can fetch roles from Database
Anybody can give me a help? I don't know what I set wrong in configuration
files. Originally my conversation SFSB didn't work in myfaces tiles frame work,
now I changed it to facelets frame, but it seems the conversation still has
problem. Thank you in advance.
View the original post :
http://
Any luck? Iam struck at the same issue and I would appreciate your help, if you
have figured out how!
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982504#3982504
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Right now the entire infrastructure is set up to depend entirely on which
configuration that was chosen for the runtime. The reasons are many.
I originally tried having a runtime which was just the server home, and then
let the "server" object keep track of which configuration was in use, but th
I have a SFSB method, called from JSF, which does a query on an Oracle View.
Everything works quite well until the method returns. It appears related to
the update of the view. Is there any way to prevent this?
19:04:59,763 INFO [STDOUT] Hibernate: select viewlocati0_.ID as ID2114_,
viewloc
Hi
Thanks for all your help
I am configuring my web application
1) What I would like to know is why I have to setup the JAAS module
I have written my own LoginProvider and I am authenticating user, also the
roles changes quite frequently. As The Loginprovider getRoles method solves my
purpo
Yes, looks like this could be a bug i need to fix ;)
Go ahead and ask on this thread itself
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982499#3982499
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982499
__
Hi
Thanks your very much Sohil
Infact I just looked at the code (Identity Manager) and applied this and it
worked, :-) I was about to reply and saw ur message :-)
thank you very much for your help.
Now I have one more question
I think I shd start a new thred for that.
Thanks Again
Nipun
Hi
I have two instances of JBoss 4.0.2 running on two different machines in a
cluster. One node is automatically detecting the other node if I use UDP stack.
If I use TCP stack, they are not communicating. I am getting the following
messages frequently.
2006-11-01 16:41:04,975 INFO [org.jbos
Basically the Provisioning tag should remain empty if there are no
ProvisioningProviders to specify
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982496#3982496
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982496
__
Nipun try your sso.cfg.xml to be look something like this from provisioning
tag perspective:
|
|
|
|
|
|
|
|
|
jdbc:ldap://localhost:389/dc=jboss,dc=com?SEARCH_SCOP
Again the same problem
I hope this time it will work < and > brackets are replaced by --
--?xml version='1.0' encoding='ISO-8859-1'?--
--jboss-sso--
--!--
identity management related configuration, this is the LDAP based module
Technically, this can be a provider that can integrate with third
Is there any way to bind an EJB module (and the corresponding WebService
endpoints) to a specific virtual host?
It is easy to to that with WEB module, but if I have an application EAR I want
that WS and EJBs of that EAR are accessible only form the same virtual host of
its WEB module.
thanks fo
It seems like sso-cfg.xml is not pasted correctly
Here it is
jdbc:ldap://localhost:389/dc=jboss,dc=com?SEARCH_SCOPE:=subTreeScope&secure:=false&concat_atts:=true&size_limit:=1000
cn=Admin,dc=jboss,dc=com
jbossrocks
jboo
role
http://sd1nbatra.core.coremetrics.com:8080/feder
Thanks for your response Sohil
As you suggested I removed the entry of provisioning but I am not getting Null
Pointer Exception
This is how my sso-cfg file looks like
Thank you for the extra eyes. I'm beginning to wish I had NOT started w/ the
hibernate generated code for this particular app. Configuration seems to be a
big part of this.
I got past the entitymanager issue, now I'm stuck with the exact same code
giving me a Validation error on the jsp. My que
Hi IDE team,
first of all let me explain the kind of configuration i'm talking about.
I?m starting Jboss passing the following properties:
-Djboss.home.dir=C:/local/jboss
-Djboss.server.name=ssrv10
-Djboss.server.base.dir=C:/home/jboss/server
-Djboss.server.base.url=file:/C:/home/jboss/server
This
What version of JBoss Cache is this?
To restate what I think I've heard:
You put an aspectized pojo in the cache.
The pojo has a field of type List.
A Serializable object (non-aspectized) is placed in the List.
That object has a ref to 2 aspectized pojos, but those pojos were never placed
in the
Nipun-
If you are using jboss 4.0.3 then you dont need to patch your tomcat.sar file
with the tomcat-util.jar file. Its only for cookie processing issues in
tomcat.sar in jboss-4.0.4 and jboss-4.0.5
As far as your ClassCastException goes, just remove the
|
|
|
I still can't explain the mysterious breakage that started when using another
entityManager, but it went away when I switched from a javabean to a SFSB,
something I was going to do eventually anyway. I was still seeing dirty data,
but I found it was the database I was using -- it looks like HSQ
Just to add few more things here.
I added my own class whcih implements LoginProvider and copied the jboss40.4
tomcat-util.jar to my jboss 4.0.3 instance,
After restarting the server I got following exception (Basically
ClassCastException)
15:00:58,078 INFO [Log4jService$URLWatchTimerTas
Just to add few more things here.
I added my own class whcih implements LoginProvider and copied the jboss40.4
tomcat-util.jar to my jboss 4.0.3 instance,
After restarting the server I got following exception (Basically
ClassCastException)
15:00:58,078 INFO [Log4jService$URLWatchTimerTas
Hi Sohil
Thanks for your response.
I copied following in the deployed folder of jboss
jboss-federation-server-exploded.ear
jboss-sso.sar
but when I started the server I got following exception,
There is one more thing whcih I would like to share is, In JBOSS SSO
distributin I also found patc
I reinstalled jdk 1.5.0_09 on c:\java instead of c:\Program Files, but the
system crash problem is still there. Is it a bug? I am wondering why some users
don't have the problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982481#3982481
Reply to the post
Hi Ole,
After a reboot, the missing config file issue went away. Go figure...
But the "The system cannot find the path specified." error remained. I finally
realized that wstools.bat expects the JAVA_HOME environment variable to be set.
I guess we should ask the wstools team to include the na
I've read a lot of posts about this, but I'm still curious. Should I use the
client or server to save state? I've read several posts that say there isn't a
bug with myFaces, rather facelets 1.1.11 fixes any server-side problems.
So what is the recommendation?
Thanks,
John
View the original p
Move Image Folder
| PORTLET.war
| |
| |
| |
| | --- * --- images
| | |
| | * --- view.gif
| |
| * --- WEB-INF
| | |
| | * --- jsp
| | |
| | * --- index.jsp
|
and Change URL of image.
|
|
|
"yj4jboss" wrote : Hello Gavin,
| Any idea when the Security APIs will be ready ?
| http://www.m-itc.net
Unfortunately it won't be ready for the 1.1 release of Seam. There's still
another month or so of work to do writing documentation, examples, tests, etc.
View the original post :
ht
"dietice" wrote :
| Further i have a feature request: I would like to have 'dynamic roles'
(roles depending on the calling principal).
|
This type of authorization is supported by the security API, via "dynamic"
permissions. In fact the security example as it exists in CVS already
demons
Think you could help me hunt that setting down? I have a new problem where i
have a non portal webapp that has to be deoployed as a different war. It has
to read both my portlets session vars and visa versa.
Im reading TONS of contradictory posts saying that it can be done with the
servlet c
Thanks, now if I could only get JBoss to realize it can run an ASP file I'd be
in business.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982475#3982475
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982475
__
Actually it looks like simply using another EntityManager anywhere in my action
bean caused a completely _different_ component (ruleTypes) in the action bean
to not be injected. Same result whether I injected it with @PersistenceContext
or created it by hand with new EntityManagerFactory().crea
Nipun-
You need to install a single instance of the Federation Server per domain. So
in your case since Machine A and Machine B are on the same domain,
you can just install the federation-server.ear file on any one of them.
You need to install jboss-sso.sar on both machines though.
Just make
In my previous replies, I've already used your sample config file
in the jboss-wsse-client.xml (and jboss-wsse-server.xml), but jbossws does not
render the wsse username token profile.
How I re-do the testing:
1. in the 3 samples in jbossws wssecurity, i use your example in the two
*wsse*.xml f
We currently have a J2EE project built on EJB3 and were hoping to get some help
on the design.
A little background: Our company sells several products for various companies.
Each of these companies have different business rules, etc. Initially when we
built our application we were unable to
I have the exact same problem:
Installed via the webstart installer. I selected C:\jboss-4.0.5.GA, and chose
EJB3 clustering and mysql database. When I execute run.bat it causes a system
crash and I'm getting a bluescreen. I executed run.bat again, it had the same
problem.
My environment:
Ant
Thanks Gavin, that solved both issues.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982468#3982468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982468
___
jboss-user maili
I should probably clarify, the exception gets thrown the first time, but the
second update appeared to succeed when in fact it silently dropped. I've done
quite a bit of rearranging now, and haven't reproduced the problem.
As for checking the unique constraint by hand before possibly violating
I am using 1.1 Beta 1 (or my own CVS build when something interesting shows),
JBoss 4.0.5 from Installer Beta3.
And I put org.jboss.seam.ui.facelet.SeamFaceletViewHandler in faces-config.xml
I remove all tomahawk stuff and the some error occurs:
| 18:42:21,152 ERROR [STDERR] 01/11/2006 18:4
Again, this is another extension Seam makes to JSF. It lets you have value
changed listeners that don't take ValueChangeEvent.
So, as described in the "EL enhancements" chapter, if you want to use this
functionality, you need to use org.jboss.seam.ui.facelet.SeamFaceletViewHandler
as your view
JBoss Portal Version 2.2.1 SP3 downloaded
JBoss AS Version 4.0.4 GA
OS Platform Windows XP
>From JSPs, the request.isUserInRole("rolename") is returning false. We
>discovered that this is hardcoded to "return false" in the
>DispatchedHttpServletRequest class.
Hi
Thanks for your response Sohil
I have one more question
I have Jboss running on machine A, and on this machine I install my
jboss-federation-server-exploded.ear and jboss-federation-server.sar
I also have one web application running on machine A.
Now on machine B whcih is a remote machin
"monkeyden" wrote : This sounds a lot like the valueChangeListener problem I
had the other day. It was trying to call a no-arg method, instead of creating
the ValueChangeEvent and then calling the method. I built Seam from CVS at
Gavin's suggestion and all better. May or may not work for you.
You have *not* followed the instructions. You have not used the JEMS installer
to install JBoss. Go back to the start of the Getting Started guide.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982460#3982460
Reply to the post :
http://www.jboss.com/index.h
The main thing in this release is a stable implementation of message
redistribution.
This is the feature whereby messages are automatically distributed between
nodes according to how fast/slow consumers are on different nodes.
I'd be particularly interested in any results in a "real" environmen
Nipun-
The Identity Object signifies a User's Identity related information in the
system.
It carries information like username, password, firstname, lastname, etc.
If you get the source distribution of the project, this object is available
under:
components/jboss_identity_management/src/main
Hi Sohil
Sorry for writing mail to you directly. I am actually working on SSO project
for our company and was waiting eagerly for JBOSS SSO.
I was going through the documents and as our User Info is maintained in
database currently so I have to write my own class implementing LoginProvider
int
This sounds a lot like the valueChangeListener problem I had the other day. It
was trying to call a no-arg method, instead of creating the ValueChangeEvent
and then calling the method. I built Seam from CVS at Gavin's suggestion and
all better. May or may not work for you.
View the original
Take a look at ejb3_0-pdf-spec-persistence.pdf, section 9.1.25...
You could use MapKey annotation for that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982455#3982455
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
What I mean, is I have something similar and I get a 'no method found' error
because it's looking for find(ActionEvent) instead of find(). Which, given what
you mentioned earlier, sounds like there's something wrong on my end. Just not
sure what that is...
View the original post :
http://www.j
JBoss Messaging 1.2.0.Alpha2 has been released and it is available for download
on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and
sourceforge
(http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261).
This release contains a full implementation of di
Hi,
I?m running NetBeans IDE 5.5 with the JBoss 4 bundle. I?m developing a Web
application. When I run the project for the first time, every thing works
perfectly. But when I want to start it again, I get the following error message:
| JBoss Application Server 4 Start Failed. HTTP Connector po
huh?
I was explaining why this
"antispart" wrote : but wouldn't the actionListener call find with an
ActionEvent argument as well, and therefore need the following to be exposed as
well:
| public String find(ActionEvent event);
|
worked :)
View the original post :
http://www.jboss.com/i
"petemuir" wrote : Check you've configured
org.jboss.seam.selectitems.SelectItemsPersistenceConfig ->
persistenceUnitJndiName in components.xml - it should be set the same as
org.jboss.seam.core.ManagedPersistenceContext -> persistenceUnitJndiName
| java:/seamappEntityManager
I should also say, that the rooms and organization lookups work fine using the
EntityManager from inside RoomServiceBean. But it appears that the the jsf is
trying to access the EntityManager from somewhere other than than
RoomServiceBean, because I get no System.out messages once I click on the
my components.xml
|
|
|
| true
| seamapp/#{ejbName}/local
|
|
| java:/seamappEntityManagerFactory
|
|
| java:/selectItemsEntityManagerFactory
|
|
|
|
|
View the original post :
http:/
Yes, post the entity code, the snippet executing the query and the table
definition.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982445#3982445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982445
_
Yes. I followed the instruction 'exactly' (I hope).
Here is the full stac trace: look for the 'NoSuchMethodException'.
Thanks.
10:59:35,179 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet
threw exception
javax.faces.el.EvaluationException: /register.xhtml @67,80 value="#{reg
One more thing. It would be best if you did not install the JDK in Program
Files. Yes, that is where it wants to go by default, but I have seen way too
many inexplicable "problems" fixed by moving the JDK out of Program Files.
View the original post :
http://www.jboss.com/index.html?module=bb
1 - 100 of 210 matches
Mail list logo