[JBoss JIRA] Created: (JBAS-3787) If you perform JPA actions in JSPs, complains about EHCache not being available
by gregorypierce (JIRA)
If you perform JPA actions in JSPs, complains about EHCache not being available
-------------------------------------------------------------------------------
Key: JBAS-3787
URL: http://jira.jboss.com/jira/browse/JBAS-3787
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-4.0.4.GA
Environment: JBoss AS 4.0.4, OSX, JDK 1.5
Reporter: gregorypierce
When running a JSP that made calls to the JPA entitymanager, the system complained about EHCache not being available. Since the second-level cache is on by default, EHCache needs to be in the distribution by default.
java.lang.NoClassDefFoundError: net/sf/ehcache/CacheException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
at java.lang.Class.getConstructor0(Class.java:2640)
at java.lang.Class.newInstance0(Class.java:321)
at java.lang.Class.newInstance(Class.java:303)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Created: (JBAS-3783) LdapLoginModule allows access when JUST the username is entered (NO Password entered).
by Mark Burgeson (JIRA)
LdapLoginModule allows access when JUST the username is entered (NO Password entered).
--------------------------------------------------------------------------------------
Key: JBAS-3783
URL: http://jira.jboss.com/jira/browse/JBAS-3783
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: JBossAS-4.0.4.GA, JBossAS-4.0.3 Final
Environment: This issue is was tested and is known to be present in Linux and SUN platforms.
Reporter: Mark Burgeson
Assigned To: Scott M Stark
LdapLoginModule is enabled for LDAP Group authentication.
As expected, access is allowed when a valid username/password is supplied and the user belongs to the LDAP group.
In addition, access is allowed when JUST the username is entered, without the password, and the user belongs to the LDAP group. This appears to be a bug.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Commented: (JBPM-510) Problems redeploing jbpm.sar multiple times with JBOSS4.0.3
by Britt Miner (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-510?page=comments#action_12345931 ]
Britt Miner commented on JBPM-510:
----------------------------------
While isolating the ear does solve the problem, this is not a desireable solution. By default we loose the ability for our app to participate in cross-application EJB communication. To re-enable the app's ability to communicate with other EJBs we can follow the instructions here http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration (and realize that our cross-app EJB calls will take a significant performance hit.)
-Britt
> Problems redeploing jbpm.sar multiple times with JBOSS4.0.3
> -----------------------------------------------------------
>
> Key: JBPM-510
> URL: http://jira.jboss.com/jira/browse/JBPM-510
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM 3.1 beta 2
> Environment: JDK 1.5 on Solaris
> Reporter: Evgueni Smoliar
> Assigned To: Tom Baeyens
>
> there is a problem with persitance of the object org.jbpm.context.def.VariableAccess occure sometimes
> If I redeploy JBPM.sar file in jboss
> org.hibernate.PropertyAccessException: could not set a field value by reflection setter of org.jbpm.context.def.VariableAccess.access
> at org.hibernate.property.DirectPropertyAccessor$DirectSetter.set(DirectPropertyAccessor.java:82)
> at org.hibernate.tuple.AbstractEntityTuplizer.setPropertyValues(AbstractEntityTuplizer.java:330)
> at org.hibernate.tuple.PojoEntityTuplizer.setPropertyValues(PojoEntityTuplizer.java:188)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months