[JBoss Portal] - Portal page transition with passing parameters to portlet.
by jrondo
Hi Good Day people,
I'm been trying to solve this problem on the past few days but got no luck on the finding the solution.
I tried to ask mr. google to find some reference but I cannot find the the right one or something related to my problem, thats why I post now the problem on the forum.
***********************************************************
Describe your environment:
JBoss Portal Version: JBoss Enterprise Portal Platform 4.3
Did you get Portal from Subversion? or download it? : download
JBoss AS Version: 4.3.3
Database Vendor and Version: SQLServer 2005
JDBC Connector and version: sqljdbc, (sorry i dont know the version.)
OS Platform: Windows XP SP2
For the background,
I'm using the CMS bundled to jboss portal for my news portlet.
I create news using CMS by creating a file and saving it as a html file. On my portlet, using the CMS service i was able to retrieved the folders and files about the news.
I'm using JSF on a portlet environment.
***********************************************************
Describe the problem:
Here's the problem.
On my portal I have 2 pages. Home and News
--------------------
| Home | News |
--------------------
The news page contain the news portlet that show all the news on the portal. When i click on a particular news, It will display the details of the news or the contents of the file. (This is already ok)
The home page contain also the news portlet. The news portlet displays only the latest news (which is also done).
The thing is that the users suggest that when news link is click from the home page, the screen will be redirected to the News page showing the news details.
Thats what is bugging on my mind on the past few days.
***********************************************************
I have a initial solution on the problem. Using the jboss render request and action request, i was able to create the correct url going to the news page. Using also that, I can also add parameters on the url.
but the problem on my initial solution, i cannot access the request parameters of the portal page on my portlet.
Is there a way i can access the request parameters of the portal on my portlet so i can use it as my flag to display the news contents instead of the default listing of page on the News Page?
I also try browsing the examples on jboss portal but i cannot find something like that. what i notice on 1 example is when the user click on something on the portlet, the portlet is maximized on the current page but not like what i describe above.
***********************************************************
Hi people, if you think there is a better solution about my approach or other idea, or tips, please post a reply, any help are greatly appreciated.
Thank you very much!
Regards,
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227375#4227375
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227375
15 years, 7 months
[Beginners Corner] - JBoos application server newbie problem
by RobLaw
Hey Folks,
Newbie here.
I am trying to deloy a jsp app using JBoss version 5.0.0.CR2
I am running Windows vista with the firewall turned off
i run
run -c all from a dos prompt
I can log onto the JBoos welcome page with no trouble & i see the welcome screen at the address http://localhost:8080/
but when i try run my jsp servlet using the following address http://localhost:8080/hello i get
type Status report
message /hello
description The requested resource (/hello) is not available.
I have copied my helloworld.ear in the C:\jboss\server\all\deploy
The helloworld.ear, contains the application.xml in the META-INF folder and also the wep-add.war which contains the index.jsp file
My application.xml file looks like this::::::::::::
<?xml version="1.0"?>
<display-name>Hello Java EE World!</display-name>
<web-uri>web-app.war</web-uri>
<context-root>/hello</context-root>
the following is the log output when i run jboss from dos, note there are some WARN logs
Any help greatly appreciated
Thanks
/Rob
C:\Users\Rob>run -c all
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\jboss
JAVA: C:\Program Files\Java\jdk1.6.0_13\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -XX:MaxPermSize=25
6m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Ds
un.rmi.dgc.server.gcInterval=3600000
CLASSPATH: C:\jboss\bin\run.jar
===============================================================================
23:46:20,544 INFO [ServerImpl] Starting JBoss (Microcontainer)...
23:46:20,546 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.CR2 (build: S
VNTag=JBoss_5_0_0_CR2 date=200809171139)
23:46:20,549 INFO [ServerImpl] Home Dir: C:\jboss
23:46:20,549 INFO [ServerImpl] Home URL: file:/C:/jboss/
23:46:20,550 INFO [ServerImpl] Library URL: file:/C:/jboss/lib/
23:46:20,551 INFO [ServerImpl] Patch URL: null
23:46:20,552 INFO [ServerImpl] Server Name: all
23:46:20,552 INFO [ServerImpl] Server Home Dir: C:\jboss\server\all
23:46:20,553 INFO [ServerImpl] Server Home URL: file:/C:/jboss/server/all/
23:46:20,553 INFO [ServerImpl] Server Data Dir: C:\jboss\server\all\data
23:46:20,554 INFO [ServerImpl] Server Temp Dir: C:\jboss\server\all\tmp
23:46:20,554 INFO [ServerImpl] Server Config URL: file:/C:/jboss/server/all/con
f/
23:46:20,555 INFO [ServerImpl] Server Library URL: file:/C:/jboss/server/all/li
b/
23:46:20,555 INFO [ServerImpl] Root Deployment Filename: jboss-service.xml
23:46:21,155 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/j
boss/server/all/conf/bootstrap.xml
23:46:22,041 INFO [CopyMechanism] VFS temp dir: C:\jboss\server\all\tmp
23:46:22,052 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
23:46:24,045 INFO [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc.
23:46:24,046 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.3-b02,Sun
Microsystems Inc.
23:46:24,046 INFO [ServerInfo] OS-System: Windows Vista 6.0,x86
23:46:24,082 INFO [JMXKernel] Legacy JMX core initialized
23:46:25,917 INFO [MetaDataAwareProfile] Using profile root:C:\jboss\server\all
23:46:28,050 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083
/
23:46:38,952 WARN [HackClassloaderMetaDataDeployer] FIXME Using loader reposito
ry config: jboss.console:sar=console-mgr.sar for vfsfile:/C:/jboss/server/all/d
eploy/management/console-mgr.sar/ use classloading metadata not loader repositor
y config
23:46:39,591 INFO [AspectDeployer] Deploying xml into org.jboss.aop.AspectManag
er@3ec403 for BaseClassLoader@39029b{vfsfile:/C:/jboss/server/all/deploy/ejb3-in
terceptors-aop.xml}
23:46:39,704 INFO [AspectDeployer] Deploying AOP annotations into org.jboss.aop
.AspectManager@3ec403 for BaseClassLoader@15bc8c5{vfszip:/C:/jboss/server/all/de
ploy/cluster/jbossweb-cluster.aop}
23:46:39,714 INFO [AspectDeployer] Deploying xml into org.jboss.aop.AspectManag
er@3ec403 for BaseClassLoader@15bc8c5{vfszip:/C:/jboss/server/all/deploy/cluster
/jbossweb-cluster.aop}
23:46:50,062 INFO [UnifiedInvokerHA] Service name is jboss:service=invoker,type
=unifiedha
23:46:51,028 INFO [CorbaNamingService] CORBA Naming Started
23:46:55,026 INFO [JMXConnectorServerService] JMX Connector server: service:jmx
:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
23:46:55,218 INFO [MailService] Mail Service bound to java:/Mail
23:46:55,869 INFO [SnmpAgentService] SNMP agent going active
23:46:57,483 INFO [DefaultPartition] Initializing partition DefaultPartition
23:46:57,585 WARN [UDP] failed to join /224.0.0.75:7500 on net2: java.net.Socke
tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi
th interface
23:46:57,595 WARN [UDP] failed to join /224.0.0.75:7500 on eth2: java.net.Socke
tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi
th interface
23:46:57,596 WARN [UDP] failed to join /224.0.0.75:7500 on net6: java.net.Socke
tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi
th interface
23:46:57,612 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:49588
-------------------------------------------------------
23:46:57,721 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:49588
-------------------------------------------------------
23:46:59,752 INFO [RPCManagerImpl] Received new cluster view: [127.0.0.1:49588|
0] [127.0.0.1:49588]
23:46:59,756 INFO [DefaultPartition] Number of cluster members: 1
23:46:59,757 INFO [DefaultPartition] Other members: 0
23:46:59,789 INFO [RPCManagerImpl] Cache local address is 127.0.0.1:49588
23:46:59,824 INFO [ComponentRegistry] JBoss Cache version: JBossCache 'Poblano'
2.2.0.GA
23:46:59,826 INFO [DefaultPartition] Fetching serviceState (will wait for 30000
milliseconds):
23:46:59,827 INFO [DefaultPartition] State could not be retrieved (we are the f
irst member in group)
23:47:01,102 INFO [HANamingService] Started HAJNDI bootstrap; jnpPort=1100, bac
klog=50, bindAddress=/127.0.0.1
23:47:01,127 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /12
7.0.0.1:1102, group=230.0.0.4, HA-JNDI address=127.0.0.1:1100
23:47:01,176 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
23:47:01,177 INFO [NativeServerConfig] 3.0.3.GA
23:47:02,087 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RI
SK. It has been detected that the MessageSucker component which sucks messages f
rom one node to another has not had its password changed from the installation d
efault. Please see the JBoss Messaging user guide for instructions on how to do
this.
23:47:02,298 INFO [TransactionManagerService] JBossTS Transaction Service (JTA
version) - JBoss Inc.
23:47:02,299 INFO [TransactionManagerService] Setting up property manager MBean
and JMX layer
23:47:02,558 INFO [TransactionManagerService] Initializing recovery manager
23:47:02,746 INFO [TransactionManagerService] Recovery manager configured
23:47:02,746 INFO [TransactionManagerService] Binding TransactionManager JNDI R
eference
23:47:02,779 INFO [TransactionManagerService] Starting transaction recovery man
ager
23:47:03,297 INFO [AprLifecycleListener] The Apache Tomcat Native library which
allows optimal performance in production environments was not found on the java
.library.path: C:\Program Files\Java\jdk1.6.0_13\bin;.;C:\Windows\Sun\Java\bin;C
:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32
\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Com
mon Files\Roxio Shared\10.0\DLLShared\;C:\jboss\bin;C:\Program Files\Java\jdk1.6
.0_13\bin
23:47:03,386 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0
.1-8080
23:47:03,402 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-80
09
23:47:03,403 INFO [Catalina] Initialization processed in 316 ms
23:47:03,404 INFO [StandardService] Starting service jboss.web
23:47:03,413 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.1.CR7
23:47:03,485 INFO [Catalina] Server startup in 81 ms
23:47:03,581 INFO [TomcatDeployment] deploy, ctxPath=/jbossws, vfsUrl=jbossws.s
ar/jbossws-management.war
23:47:04,361 INFO [TomcatDeployment] deploy, ctxPath=/juddi, vfsUrl=juddi-servi
ce.sar/juddi.war
23:47:04,428 INFO [RegistryServlet] Loading jUDDI configuration.
23:47:04,431 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.prope
rties
23:47:04,432 INFO [RegistryServlet] Initializing jUDDI components.
23:47:04,626 INFO [TomcatDeployment] deploy, ctxPath=/invoker, vfsUrl=httpha-in
voker.sar/invoker.war
23:47:04,720 INFO [TomcatDeployment] deploy, ctxPath=/web-console, vfsUrl=manag
ement/console-mgr.sar/web-console.war
23:47:05,096 INFO [RARDeployment] Required license terms exist, view vfszip:/C:
/jboss/server/all/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
23:47:05,112 INFO [RARDeployment] Required license terms exist, view vfszip:/C:
/jboss/server/all/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
23:47:05,138 INFO [RARDeployment] Required license terms exist, view vfszip:/C:
/jboss/server/all/deploy/jms-ra.rar/META-INF/ra.xml
23:47:05,152 INFO [RARDeployment] Required license terms exist, view vfszip:/C:
/jboss/server/all/deploy/mail-ra.rar/META-INF/ra.xml
23:47:05,186 INFO [RARDeployment] Required license terms exist, view vfszip:/C:
/jboss/server/all/deploy/quartz-ra.rar/META-INF/ra.xml
23:47:05,347 INFO [SimpleThreadPool] Job execution threads will use class loade
r of thread: main
23:47:05,386 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
23:47:05,391 INFO [RAMJobStore] RAMJobStore initialized.
23:47:05,392 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzSchedule
r' initialized from default resource file in Quartz package: 'quartz.properties'
23:47:05,392 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
23:47:05,394 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUS
TERED started.
23:47:05,961 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
23:47:06,413 WARN [QuartzTimerServiceFactory] sql failed: CREATE TABLE QRTZ_JOB
_DETAILS(JOB_NAME VARCHAR(80) NOT NULL, JOB_GROUP VARCHAR(80) NOT NULL, DESCRIPT
ION VARCHAR(120) NULL, JOB_CLASS_NAME VARCHAR(128) NOT NULL, IS_DURABLE VARCHAR(
1) NOT NULL, IS_VOLATILE VARCHAR(1) NOT NULL, IS_STATEFUL VARCHAR(1) NOT NULL, R
EQUESTS_RECOVERY VARCHAR(1) NOT NULL, JOB_DATA BINARY NULL, PRIMARY KEY (JOB_NAM
E,JOB_GROUP))
23:47:06,540 INFO [SimpleThreadPool] Job execution threads will use class loade
r of thread: main
23:47:06,544 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
23:47:06,545 INFO [JobStoreCMT] Using db table-based data access locking (synch
ronization).
23:47:06,558 INFO [JobStoreCMT] Removed 0 Volatile Trigger(s).
23:47:06,558 INFO [JobStoreCMT] Removed 0 Volatile Job(s).
23:47:06,559 INFO [JobStoreCMT] JobStoreCMT initialized.
23:47:06,561 INFO [StdSchedulerFactory] Quartz scheduler 'JBossEJB3QuartzSchedu
ler' initialized from an externally provided properties instance.
23:47:06,562 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
23:47:06,565 INFO [JobStoreCMT] Freed 0 triggers from 'acquired' / 'blocked' st
ate.
23:47:06,569 INFO [JobStoreCMT] Recovering 0 jobs that were in-progress at the
time of the last shut-down.
23:47:06,570 INFO [JobStoreCMT] Recovery complete.
23:47:06,573 INFO [JobStoreCMT] Removed 0 'complete' triggers.
23:47:06,576 INFO [JobStoreCMT] Removed 0 stale fired job entries.
23:47:06,581 INFO [QuartzScheduler] Scheduler JBossEJB3QuartzScheduler_$_NON_CL
USTERED started.
23:47:06,816 INFO [ServerPeer] JBoss Messaging 1.4.1.CR1 server [0] started
23:47:07,141 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:49588
-------------------------------------------------------
23:47:09,170 INFO [GroupMember] org.jboss.messaging.core.impl.postoffice.GroupM
ember$ControlMembershipListener@1e460dc got new view [127.0.0.1:49588|0] [127.0.
0.1:49588], old view is null
23:47:09,172 INFO [GroupMember] I am (127.0.0.1:49588)
23:47:09,173 INFO [GroupMember] New Members : 1 ([127.0.0.1:49588])
23:47:09,173 INFO [GroupMember] All Members : 1 ([127.0.0.1:49588])
23:47:09,215 WARN [TCP] failed to join /224.0.0.75:7500 on net2: java.net.Socke
tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi
th interface
23:47:09,217 WARN [TCP] failed to join /224.0.0.75:7500 on eth2: java.net.Socke
tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi
th interface
23:47:09,219 WARN [TCP] failed to join /224.0.0.75:7500 on net6: java.net.Socke
tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi
th interface
23:47:09,221 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:7900
-------------------------------------------------------
23:47:14,454 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has l
easing enabled, lease period 10000 milliseconds
23:47:14,455 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.Co
nnectionFactory@1b335f9 started
23:47:14,476 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pa
geSize=2000, downCacheSize=2000
23:47:15,545 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RI
SK. It has been detected that the MessageSucker component which sucks messages f
rom one node to another has not had its password changed from the installation d
efault. Please see the JBoss Messaging user guide for instructions on how to do
this.
23:47:16,122 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has l
easing enabled, lease period 10000 milliseconds
23:47:16,123 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.Co
nnectionFactory@1f0788d started
23:47:16,137 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has l
easing enabled, lease period 10000 milliseconds
23:47:16,138 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.Co
nnectionFactory@ad2701 started
23:47:16,141 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=20
0000, pageSize=2000, downCacheSize=2000
23:47:16,249 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
23:47:16,260 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
23:47:16,325 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console, vfsUrl=jmx-c
onsole.war
23:47:16,443 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
080
23:47:16,469 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
23:47:16,482 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.CR2 (build: SVNTag
=JBoss_5_0_0_CR2 date=200809171139)] Started in 55s:923ms
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227368#4227368
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227368
15 years, 7 months
[Beginners Corner] - How do I add the richfaces library to eclipse? (experienced
by Meghiddo
I made a post earlier but I don't think it is going to get any answers, there doesnt seem to be enough info to answer it and I dont know what else to add. So Im going to go from the beginning and make sure Im doing it all correctly.
SO to add the library I go to the preferences window and go to web->JSF Tools->Libraries and the click on New
I call it RichFaces, put the version supported to v1_2, add the 3 jars that I downloaded (api, impl and ui - 3.3.0.GA.jar) and leave "Is JSF Implementation" un checked.
That all seems correct right?
Then I create a new dynamic web project, change the config to JSf v_1.2 project. I makre sure the RichFaces component libarary is added in to the project from the third page and then hit finish.
All that is correct so far right? Because I then follow the tutorial for the greeter project and I cannot get it working. There are no compile errors or warnings. When I try to open the site by going to http://localhost/greeter/index.jsf it tells me the resource is unavailable. I definitely added the project to the tomcat server and then restarted the server so that doesnt seem to be it. And I dont think it is a config problem with tomcat because I am able to open other projects that dont use richfaces without any trouble.
Oh yes, and when I try to compile the project using eclipse's broswer it just takes me to the browser screen as if it is going to load but the screen just stays white and the status bar never really moves.
And I did name my page index.jsp instead of index.jsf, but then in the web-xml file I changed the url pattern to *.jsp instead of *.jsf
Although Im pretty sure that isnt the problem as Ive tried it the other way around as well.
PLEASE HELP!!!
Im running out of time lol
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227358#4227358
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227358
15 years, 7 months
[JBossMQ] - Questionable behaviour of XAResource.recover
by matterbury
The jboss.mq implementation of XAResource.recover behaves in a non-standard, and IMO invalid, way, in that it ignores the value of the flag argument.
The XA specification explains why the flag argument is there but it isn't necessarily needed in Java since we can we can return ALL the recoverable XIDs in one fell swoop.
However, code that uses the flag "correctly" does not work with jboss.mq - this is how the XA spec says you should call recover:
1 x with TMSTARTSCAN
If fewer than the max are returned, you're done, otherwise:
n x with TMNOFLAGS until fewer than the max are returned
1 x with TMENDSCAN
Note that in the C API of recover the caller passes in the value for max, but there is no such argument in the Java API. It appears to be undefined if there is a maximum but clearly there doesn't have to in Java, and yet we have the flags argument.
Since there is no max argument in the Java version of recover, other Java implementations (eg. Websphere MQ) of recover have taken the view that they will return ALL the XIDs when called with TMSTARTSCAN and return none with any other value. This means you can use the above logic without caring what max is or even if there is one.
But, if you use this logic with jboss.mq you enter an infinite loop because it returns all XIDs for both TMSTARTSCAN and TMNOFLAGS. This means that for jboss.mq you MUST know to only call recover once. This is unnecessarily restrictive and not general, and makes it hard to write a general external transaction manager.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227357#4227357
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227357
15 years, 7 months
[Security & JAAS/JBoss] - Passing username/password from LoginModule to jdbc driver
by jplessinger
I hope this is the appropriate location, if not I apologies in advance.
I have this some what unique requirement that when a user logs into my website the username/password needs to be used for the database connection as well. The app is based on EJB3.0 and JPA.
Currently I have a LoginModule which authenticates the user against a windows domain and then adds the ManagedConnectionFactory for the database, username and password into a PasswordCredential. This is added to the private credentials of the subject.
If you're still following at a latter point in time when the JBoss server will read the username and password out of the subject and provide them to the JDBC driver.
This almost works, but only for the first user, any users after that it uses the previous connection properties. Which I almost suspect would happen.
So the question: Am I going down the right path. Can I change the username/password of the jdbc connection for each user this way.
I will also take suggests on how to accomplish this any other way. My Fear is I will not be able to use EJB and have to create an EntityManagerFactory every time a user logs into the application.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227352#4227352
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227352
15 years, 7 months